|
ppc e500v2 support?
12 messages
Hi, I'm trying to add my powerpc board to yocto (as a test). This board mpc8536ds has an e500v2 core. It works under OE (MACHINE = "calamari"). but gcc-cross-initial fails in do_compile when it tries
Hi, I'm trying to add my powerpc board to yocto (as a test). This board mpc8536ds has an e500v2 core. It works under OE (MACHINE = "calamari"). but gcc-cross-initial fails in do_compile when it tries
|
By
Frans Meulenbroeks
·
|
|
nightly-release takes more than 24 hours to build.
6 messages
Hello, Leading up to our 0.9 release, our autobuilder has been building an increasing number of targets for our nightly-release buildset. We've now reached the point that the nightly build takes more
Hello, Leading up to our 0.9 release, our autobuilder has been building an increasing number of targets for our nightly-release buildset. We've now reached the point that the nightly build takes more
|
By
Scott Garman
·
|
|
[PULL] fixes to eglibc and busybox
This is a rebased and resent version of that I sent to poky@... (Thanks to Mark and Saul's suggestion). Since this is a non poky core change, I post this version in this mailing list. Please review it
This is a rebased and resent version of that I sent to poky@... (Thanks to Mark and Saul's suggestion). Since this is a non poky core change, I post this version in this mailing list. Please review it
|
By
Cui, Dexuan
·
|
|
python modules upgrade issues
Today I tried upgrading python modules, and some of the modules have other dependencies for upgrading to the latest version. I was seeing these errors: Python-pygtk: | configure: error: Package requir
Today I tried upgrading python modules, and some of the modules have other dependencies for upgrading to the latest version. I was seeing these errors: Python-pygtk: | configure: error: Package requir
|
By
Kamble, Nitin A
·
|
|
[PATCH 1/2] linux-wrs: rename force_revisions and allow override
It is useful to override revision checking from a layer or other recipe. In order to show the global nature of the variable rename it KERNEL_REVISION_CHECKING and make it a weak assignment. Signed-off
It is useful to override revision checking from a layer or other recipe. In order to show the global nature of the variable rename it KERNEL_REVISION_CHECKING and make it a weak assignment. Signed-off
|
By
Bruce Ashfield
·
|
|
[PATCH 2/2] kernel: prefer the kernel produced uImage
The custom uImage produced by the kernel classes by default does not universally boot and working with existing uboot configurations and setups. This changes the preference to the uImage constructed b
The custom uImage produced by the kernel classes by default does not universally boot and working with existing uboot configurations and setups. This changes the preference to the uImage constructed b
|
By
Bruce Ashfield
·
|
|
Running builds under strace
2 messages
I'm working on swabber support, and as part of that need to enable running builds in strace. The code for this is in josh's poky-contrib. For anyone else who is looking at this, various packages faile
I'm working on swabber support, and as part of that need to enable running builds in strace. The code for this is in josh's poky-contrib. For anyone else who is looking at this, various packages faile
|
By
Alex deVries
·
|
|
Some investigation on disk space occupation for Yocto Linux
Hi, Richard, I just had a quick investigation on disk space occupation for Yocto linux. Here are some findings and thoughts. I built poky-image-minimal based on poky green release and yocto-0.9 releas
Hi, Richard, I just had a quick investigation on disk space occupation for Yocto linux. Here are some findings and thoughts. I built poky-image-minimal based on poky green release and yocto-0.9 releas
|
By
Xu, Dongxiao
·
|
|
[PULL] recipe upgrades in base section, Nov. 10
most of them are simple upgrades that changes minor version, also adds license info in procps Thanks, Qing --- meta/recipes-bsp/pciutils/pciutils-3.1.5/configure.patch | 102 --- meta/recipes-bsp/pciut
most of them are simple upgrades that changes minor version, also adds license info in procps Thanks, Qing --- meta/recipes-bsp/pciutils/pciutils-3.1.5/configure.patch | 102 --- meta/recipes-bsp/pciut
|
By
Qing He
·
|
|
[PULL] Distro Updates and Locale Generation Change to Posix
2 messages
Richard, This contains the initial set of distro updates along with some fixes to locale generation. Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/master Branch: contrib/distr
Richard, This contains the initial set of distro updates along with some fixes to locale generation. Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/master Branch: contrib/distr
|
By
Saul Wold
·
|
|
[PULL] Distro Updates: Kernel, scripts and gplv2 cleanup
2 messages
Richard, More Distro reviewed, build and basic testing. This is the new script output from Darren's pull request. Sau! Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: distro/master Browse:
Richard, More Distro reviewed, build and basic testing. This is the new script output from Darren's pull request. Sau! Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: distro/master Browse:
|
By
Saul Wold
·
|
|
Distro 1.0 Planning minutes
5 messages
Attendees: PRC: Dave, RP, PRC Distro Team, US: Beth, Scott, Nitin, Saul Opens: no opens 4 milestones M2: 6 sprints M3 : 6 sprints around a week of sprint sprint A is bit longer M4: stabilizing & bug f
Attendees: PRC: Dave, RP, PRC Distro Team, US: Beth, Scott, Nitin, Saul Opens: no opens 4 milestones M2: 6 sprints M3 : 6 sprints around a week of sprint sprint A is bit longer M4: stabilizing & bug f
|
By
Kamble, Nitin A
·
|
|
Bug Fixer and Verifier
2 messages
Hi KangKang, One case of the bug process need your input. In bug #467, Josh are both reporter and the one who fix this bug. When he fixed the bug, as a reporter, he also verify the bug according to th
Hi KangKang, One case of the bug process need your input. In bug #467, Josh are both reporter and the one who fix this bug. When he fixed the bug, as a reporter, he also verify the bug according to th
|
By
Yu, Ke
·
|
|
TARGET_FPU for mpc8315e-rdb listed as SPE??
8 messages
Why does the meta/conf/machine/mpc8315e-rdb.conf list TARGET_FPU as SPE. This isn't correct for an MPC8313 SoC. - k
Why does the meta/conf/machine/mpc8315e-rdb.conf list TARGET_FPU as SPE. This isn't correct for an MPC8313 SoC. - k
|
By
Kumar Gala
·
|
|
two layers: hardware and distro.
4 messages
Hi, I am novice yocto user. My target is create a BSP to my hardware+application. Is Yocto a suitable project to do it? I want to create two layers: bsp-myhardware: linux kernel, firmware, specific ha
Hi, I am novice yocto user. My target is create a BSP to my hardware+application. Is Yocto a suitable project to do it? I want to create two layers: bsp-myhardware: linux kernel, firmware, specific ha
|
By
João Henrique Ferreira de Freitas
·
|
|
problem with fetching?
9 messages
I'm trying to build the MPC8135E RDB and have the following setup in conf/local.conf: # Uncomment and set to allow bitbake to execute multiple tasks at once. # For a quadcore, BB_NUMBER_THREADS = "4",
I'm trying to build the MPC8135E RDB and have the following setup in conf/local.conf: # Uncomment and set to allow bitbake to execute multiple tasks at once. # For a quadcore, BB_NUMBER_THREADS = "4",
|
By
Kumar Gala
·
|
|
[poky][PULL] misc (minor) kernel fixes
2 messages
In preparation for some larger kernel changes being sent for review, I'm clearing my queue of a few minor changes that were done while working on the 0.9 release. The uImage one is particularly intere
In preparation for some larger kernel changes being sent for review, I'm clearing my queue of a few minor changes that were done while working on the 0.9 release. The uImage one is particularly intere
|
By
Bruce Ashfield
·
|
|
[PULL] Distro Core updates
Richard: Grouping of distro updates along with some changes from Gary and Jiajun. Sau! Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: distro/master Browse: http://git.pokylinux.org/cgit.cg
Richard: Grouping of distro updates along with some changes from Gary and Jiajun. Sau! Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: distro/master Browse: http://git.pokylinux.org/cgit.cg
|
By
Saul Wold
·
|
|
Recipes updates planned for 1.0
2 messages
Distro / User Space Folks: Attached is a spread sheet that shows the recipes we plan to update for the 1.0 release. This list is based on the reorganization that will be coming into master soon and sh
Distro / User Space Folks: Attached is a spread sheet that shows the recipes we plan to update for the 1.0 release. This list is based on the reorganization that will be coming into master soon and sh
|
By
Saul Wold
·
|
|
[PATCH 0/8] [PULL] graphics recipes upgrade
Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: kyu3/11-12 Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/11-12 Thanks, Yu Ke <ke.yu@...> --- Yu Ke (8): xmodmap: upgrade
Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: kyu3/11-12 Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/11-12 Thanks, Yu Ke <ke.yu@...> --- Yu Ke (8): xmodmap: upgrade
|
By
Yu, Ke
·
|