|
[PATCH 00/14][denzil] yocto-bsp updates for denzil, v2
From: Tom Zanussi <tom.zanussi@...>
This patchset fixes yocto bugs [YOCTO #2693] and [YOCTO #2587], and
fixes some other minor usability problems reported by users.
Please pull into the
From: Tom Zanussi <tom.zanussi@...>
This patchset fixes yocto bugs [YOCTO #2693] and [YOCTO #2587], and
fixes some other minor usability problems reported by users.
Please pull into the
|
By
tom.zanussi@...
·
#8532
·
|
|
[PATCH 10/14] yocto-bsp: add some standard policy
From: Tom Zanussi <tom.zanussi@...>
Add some useful default options to to the i386 and x86_64 templates.
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
From: Tom Zanussi <tom.zanussi@...>
Add some useful default options to to the i386 and x86_64 templates.
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
|
By
tom.zanussi@...
·
#8542
·
|
|
[PATCH 09/14] yocto-bsp: remove 'branch' statements in .scc if reusing branch
From: Tom Zanussi <tom.zanussi@...>
If reusing a branch (need_new_branch == 'n') we don't need to branch
in the .scc, so make it conditional on need_new_branch.
Signed-off-by: Tom Zanussi
From: Tom Zanussi <tom.zanussi@...>
If reusing a branch (need_new_branch == 'n') we don't need to branch
in the .scc, so make it conditional on need_new_branch.
Signed-off-by: Tom Zanussi
|
By
tom.zanussi@...
·
#8541
·
|
|
[PATCH 08/14] yocto-bsp: use rstrip() for assignment lines
From: Tom Zanussi <tom.zanussi@...>
strip() isn't necessary and causes unintended formatting changes in
the output; rstrip() remove the trailing newlines as intended while
leaving indenting
From: Tom Zanussi <tom.zanussi@...>
strip() isn't necessary and causes unintended formatting changes in
the output; rstrip() remove the trailing newlines as intended while
leaving indenting
|
By
tom.zanussi@...
·
#8539
·
|
|
[PATCH 07/14] yocto-bsp: use standard branch mapping in bsp templates
From: Tom Zanussi <tom.zanussi@...>
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
.../linux/files/{{=machine}}-standard.scc | 2 +-
From: Tom Zanussi <tom.zanussi@...>
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
.../linux/files/{{=machine}}-standard.scc | 2 +-
|
By
tom.zanussi@...
·
#8540
·
|
|
[PATCH 06/14] yocto-bsp: add standard branch mapping
From: Tom Zanussi <tom.zanussi@...>
Add a mechanism to distinguish common-pc variants of standard
branches.
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
scripts/lib/bsp/engine.py |
From: Tom Zanussi <tom.zanussi@...>
Add a mechanism to distinguish common-pc variants of standard
branches.
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
scripts/lib/bsp/engine.py |
|
By
tom.zanussi@...
·
#8537
·
|
|
[PATCH 05/14] yocto-bsp: use branches_base
From: Tom Zanussi <tom.zanussi@...>
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
...yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" | 4 ++--
...yocto-rt_3.2\": }}
From: Tom Zanussi <tom.zanussi@...>
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
...yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" | 4 ++--
...yocto-rt_3.2\": }}
|
By
tom.zanussi@...
·
#8536
·
|
|
[PATCH 04/14] yocto-bsp: allow branch display filtering
From: Tom Zanussi <tom.zanussi@...>
Add a "branches_base" property that can be used to allow only matching
branches to be returned from all_branches().
Signed-off-by: Tom Zanussi
From: Tom Zanussi <tom.zanussi@...>
Add a "branches_base" property that can be used to allow only matching
branches to be returned from all_branches().
Signed-off-by: Tom Zanussi
|
By
tom.zanussi@...
·
#8535
·
|
|
[PATCH 03/14] yocto-bsp: update default branch names
From: Tom Zanussi <tom.zanussi@...>
Make sure the default branch names match branch names found in the
kernel branch listing.
Fixes [YOCTO #2587].
Signed-off-by: Tom Zanussi
From: Tom Zanussi <tom.zanussi@...>
Make sure the default branch names match branch names found in the
kernel branch listing.
Fixes [YOCTO #2587].
Signed-off-by: Tom Zanussi
|
By
tom.zanussi@...
·
#8538
·
|
|
[PATCH 02/14] yocto-bsp: strip '/base' from kernel branches in templates
From: Tom Zanussi <tom.zanussi@...>
For new branches, users can specify /base branches, but we don't want
the '/base' in the resultant branch name, so remove it.
Fixes [YOCTO
From: Tom Zanussi <tom.zanussi@...>
For new branches, users can specify /base branches, but we don't want
the '/base' in the resultant branch name, so remove it.
Fixes [YOCTO
|
By
tom.zanussi@...
·
#8534
·
|
|
[PATCH 01/14] yocto-bsp: add new strip_base() function
From: Tom Zanussi <tom.zanussi@...>
Add a strip_base() function to remove '/base' from the branch names
presented to the user.
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
From: Tom Zanussi <tom.zanussi@...>
Add a strip_base() function to remove '/base' from the branch names
presented to the user.
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
|
By
tom.zanussi@...
·
#8533
·
|
|
Do the latest pre-built binaries for QEMU PPC work?
I’m trying to run what I think are the latestpre-built binaries for qemuppc:
kernel: vmlinux-qemuppc.bin
filesystem: core-image-minimal-qemuppc.ext3
but I get the following result:
I’m trying to run what I think are the latestpre-built binaries for qemuppc:
kernel: vmlinux-qemuppc.bin
filesystem: core-image-minimal-qemuppc.ext3
but I get the following result:
|
By
Cook, Layne <lcook@...>
·
#8531
·
|
|
Re: Problem with BSP supporting different machines
That's not all that bad for a first cut, that last "0" report is
also fine, since nothing uses the "required" tag in denzil.
Aha. yes, I knew this looked familiar. It's a fall out from the old
branch
That's not all that bad for a first cut, that last "0" report is
also fine, since nothing uses the "required" tag in denzil.
Aha. yes, I knew this looked familiar. It's a fall out from the old
branch
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#8530
·
|
|
1.3_M3.rc1
All,
We're respinning the M3 release candidate due to a few issues around persist db, build history and how the autobuilder handles it. The rc1 build is being built from current master and should be
All,
We're respinning the M3 release candidate due to a few issues around persist db, build history and how the autobuilder handles it. The rc1 build is being built from current master and should be
|
By
Flanagan, Elizabeth <elizabeth.flanagan@...>
·
#8529
·
|
|
Re: Incorrect warning: preferred version linux-libc-headers_3.3 of linux-libc-headers not available (for item linux-libc-headers)
You need wildcards:
PREFERRED_VERSION_gcc = "4.5%"
So it will match on 4.5.4+svnr189152, which is the actual version of
the 4.5 toolchain you have available.
Bruce
You need wildcards:
PREFERRED_VERSION_gcc = "4.5%"
So it will match on 4.5.4+svnr189152, which is the actual version of
the 4.5 toolchain you have available.
Bruce
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#8528
·
|
|
Re: Incorrect warning: preferred version linux-libc-headers_3.3 of linux-libc-headers not available (for item linux-libc-headers)
HI,
If I set the values as follows:
PREFERRED_VERSION_gcc = "4.5"
PREFERRED_VERSION_gcc-cross = "4.5"
PREFERRED_VERSION_gcc-cross-initial = "4.5"
PREFERRED_VERSION_gcc-cross-intermediate =
HI,
If I set the values as follows:
PREFERRED_VERSION_gcc = "4.5"
PREFERRED_VERSION_gcc-cross = "4.5"
PREFERRED_VERSION_gcc-cross-initial = "4.5"
PREFERRED_VERSION_gcc-cross-intermediate =
|
By
Elvis Dowson
·
#8527
·
|
|
Re: Problem with BSP supporting different machines
I have a clone and started a build. When I have some results .. I'll
send more email.
Cheers,
Bruce
I have a clone and started a build. When I have some results .. I'll
send more email.
Cheers,
Bruce
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#8526
·
|
|
Re: [PATCH 1/1] meta-intel: Move Matrox MGA Xorg driver to common
Hi Kishore,
Could you break this up into 3 patches:
- one moving the mga recipe to common/recipes-graphics/xorg-driver (you
put it in xorg-server)
- one adding the new XSERVER_IA32_MATROX_MGA
Hi Kishore,
Could you break this up into 3 patches:
- one moving the mga recipe to common/recipes-graphics/xorg-driver (you
put it in xorg-server)
- one adding the new XSERVER_IA32_MATROX_MGA
|
By
Tom Zanussi <tom.zanussi@...>
·
#8525
·
|
|
Re: Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi,
I switched to using gcc-4.6 from the meta-openembedded layer, and still get the same issue, i.e. no login or bash prompt with init=/bin/sh
zImage starting: loaded at 0x00800000 (sp:
Hi,
I switched to using gcc-4.6 from the meta-openembedded layer, and still get the same issue, i.e. no login or bash prompt with init=/bin/sh
zImage starting: loaded at 0x00800000 (sp:
|
By
Elvis Dowson
·
#8524
·
|
|
Re: Problem with BSP supporting different machines
<snip>
Damn! Found the problem, just a typo :-)
| -KMACHINE_portux9g20 = "portuxg20"
| +KMACHINE_portuxg20 = "portuxg20"
Yes it's the same BSP and the kconf_check warnings are persistent!
|
<snip>
Damn! Found the problem, just a typo :-)
| -KMACHINE_portux9g20 = "portuxg20"
| +KMACHINE_portuxg20 = "portuxg20"
Yes it's the same BSP and the kconf_check warnings are persistent!
|
|
By
Markus Hubig <mhubig@...>
·
#8523
·
|