[OE-core] [PATCH 4/4] libmad: add SRC_URI Checksum

2011-06-30 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-multimedia/libmad/libmad_0.15.1b.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb b/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb index acc9df5..ed3efa5 100644 --- a/meta/re

[OE-core] [PATCH 3/4] mpeg2dec: add SRC_URI Checksum

2011-06-30 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb index 4aa6f8c..f21d2c3 100644 --- a/m

[OE-core] [PATCH 2/4] uboot: Update to 2011.06

2011-06-30 Thread Saul Wold
[YOCTO #1198] Signed-off-by: Saul Wold --- ...Drop-config.h-include-in-tools-imximage.h.patch |0 ...ove-LDSCRIPT-processing-to-the-top-level-.patch |0 ...kimage_2011.03.bb => u-boot-mkimage_2011.06.bb} | 12 +--- .../uboot/{u-boot_2011.03.bb => u-boot_2011.06.bb} | 10 +

[OE-core] [PATCH 1/4] x-load: Update to 1.5.0

2011-06-30 Thread Saul Wold
From: Saul Wold [YOCTO #1197] Signed-off-by: Saul Wold --- meta/recipes-bsp/x-load/x-load_git.bb | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb index 600cd87..3f9481c 100644 --- a

[OE-core] Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates

2011-06-30 Thread Saul Wold
Richard, This address 2 bugs filed by Darren for the Beagleboard, they build correctly. It also updates two recipes that Mark Hatle found lacking checksums. Thanks Sau! The following changes since commit 40ecaf6a59ba61e72d29d7e677197ef37c998408: uclibc: Add default uClibc.machine fil

Re: [OE-core] [PATCH 1/2] qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them

2011-06-30 Thread Koen Kooi
Op 1 jul 2011, om 01:09 heeft Saul Wold het volgende geschreven: > On 06/30/2011 03:33 PM, Koen Kooi wrote: >> ping >> > I believe that this has been discussed elsewhere. Let's post the outcome here then, since I still want this patch to go in. > > Sau! > >> Op 12 jun 2011, om 18:26 heeft Ko

[OE-core] [PATCH 0/2] useradd.bbclass: new class for managing user/group permissions [v3]

2011-06-30 Thread Scott Garman
Hi, This pull request should be complete based on Richard's second round of feedback. Thanks, Scott The following changes since commit 1c1372e7eccb01f7c1f682bc0aa989c37f2516f6: bitbake.conf: update PSEUDO_PASSWD variable (2011-07-01 00:13:25 +0100) are available in the git repository at:

[OE-core] [PATCH 1/2] uclibc: Add support for execvpe and update scheduler functions

2011-06-30 Thread Khem Raj
Enable utmpx These changes are required for systemd to work Signed-off-by: Khem Raj --- meta/recipes-core/uclibc/uclibc-git/uClibc.distro |2 + .../uclibc/uclibc-git/uclibc-execvpe.patch | 160 +++ .../uclibc-git/uclibc_scheduler_update.patch | 455

[OE-core] [PATCH 2/2] uclibc: Fix compilation in thumb mode

2011-06-30 Thread Khem Raj
It was not setting COMPILE_IN_THUMB_MODE in .config when ARM_INSTRUCTION_MODE = thumb. Reason was that this entry has to exist in merged defconfig so we add it disabled which means no harm to other architectures Signed-off-by: Khem Raj --- meta/recipes-core/uclibc/uclibc-git/uClibc.distro |8

[OE-core] [PATCH 1/2] useradd.bbclass: new class for managing user/group permissions

2011-06-30 Thread Scott Garman
This class is to be used by recipes that need to set up specific user/group accounts and set custom file/directory permissions. Signed-off-by: Scott Garman --- meta/classes/useradd.bbclass | 156 ++ 1 files changed, 156 insertions(+), 0 deletions(-) crea

[OE-core] [PATCH 2/2] useradd-example: example recipe for using inherit useradd

2011-06-30 Thread Scott Garman
An example recipe for demonstrating/documenting how user and group manipulation is done with 'inherit useradd' Signed-off-by: Scott Garman --- .../recipes-skeleton/useradd/useradd-example.bb| 76 1 files changed, 76 insertions(+), 0 deletions(-) create mode 100644 met

Re: [OE-core] [PATCH 2/3] useradd.bbclass: new class for managing user/group permissions

2011-06-30 Thread Scott Garman
On 06/30/2011 04:10 PM, Richard Purdie wrote: Hi Scott, This is looking good, thanks for the changes! I just have some cosmetic things to tweak before it goes in. Ok, respinning now based on your requests. BTW, some parts of useradd.bbclass were derived from update-rc.d.bbclass. So it sounds

[OE-core] [PATCH 0/2] x-load and uboot updates for Beagleboard

2011-06-30 Thread Saul Wold
Richard, This address 2 bugs filed by Darren for the Beagleboard, they build correctly. Thanks Sau! The following changes since commit 40ecaf6a59ba61e72d29d7e677197ef37c998408: uclibc: Add default uClibc.machine files (2011-07-01 00:40:10 +0100) are available in the git repository at

[OE-core] [PATCH 1/2] x-load: Update to 1.5.0

2011-06-30 Thread Saul Wold
From: Saul Wold [YOCTO #1197] Signed-off-by: Saul Wold --- meta/recipes-bsp/x-load/x-load_git.bb | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb index 600cd87..3f9481c 100644 --- a

[OE-core] [PATCH 2/2] uboot: Update to 2011.06

2011-06-30 Thread Saul Wold
[YOCTO #1198] Signed-off-by: Saul Wold --- ...Drop-config.h-include-in-tools-imximage.h.patch |0 ...ove-LDSCRIPT-processing-to-the-top-level-.patch |0 ...kimage_2011.03.bb => u-boot-mkimage_2011.06.bb} | 12 +--- .../uboot/{u-boot_2011.03.bb => u-boot_2011.06.bb} | 10 +

Re: [OE-core] [PATCH 0/6] uclibc config cleanup

2011-06-30 Thread Richard Purdie
On Thu, 2011-06-30 at 16:36 -0700, Khem Raj wrote: > On Thu, Jun 30, 2011 at 3:30 PM, Richard Purdie > wrote: > > On Thu, 2011-06-30 at 01:06 -0700, Khem Raj wrote: > >> We do not need machine configs or even arch configs since we construct the > >> bits > >> in .inc files. Once anamoly is mips w

Re: [OE-core] [PATCH] uclibc: Add default uClibc.machine files

2011-06-30 Thread Richard Purdie
On Thu, 2011-06-30 at 16:33 -0700, Khem Raj wrote: > Add generic machine config file > > uClibc.machine in topdir should work mostly > and odd ones like mips should have a copy > of their own as explained > > Signed-off-by: Khem Raj > --- > .../uclibc/uclibc-git/mips/uClibc.machine |

Re: [OE-core] [PATCH 0/6] uclibc config cleanup

2011-06-30 Thread Khem Raj
On Thu, Jun 30, 2011 at 3:30 PM, Richard Purdie wrote: > On Thu, 2011-06-30 at 01:06 -0700, Khem Raj wrote: >> We do not need machine configs or even arch configs since we construct the >> bits >> in .inc files. Once anamoly is mips where we do not use default ARCH for o32 >> which is mips1 but w

[OE-core] [PATCH] uclibc: Add default uClibc.machine files

2011-06-30 Thread Khem Raj
Add generic machine config file uClibc.machine in topdir should work mostly and odd ones like mips should have a copy of their own as explained Signed-off-by: Khem Raj --- .../uclibc/uclibc-git/mips/uClibc.machine | 16 meta/recipes-core/uclibc/uclibc-git/uClibc.mach

Re: [OE-core] [PATCH 0/1] shadow-native fix for useradd

2011-06-30 Thread Saul Wold
On 06/28/2011 03:36 PM, Scott Garman wrote: Pseudo was recently changed so that when system() calls are made after a chroot(), the host binaries can no longer be found, breaking the system("mkdir -p") approach when useradd creates home directories. Instead, use mkdir(2) to create home directorie

Re: [OE-core] [PATCH 0/4 V4] Share gcc work directories

2011-06-30 Thread Saul Wold
On 06/28/2011 02:05 AM, Robert Yang wrote: Changes of V4: * Change the definition of GLIBC_DYNAMIC_LINKER as Richard suggested. e.g., the entries in the files that look like: #define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux-x86-64.so.2" become #define GLIBC_DYNAMIC_LINKER64 SYSTEML

Re: [OE-core] [PATCH v2 0/4] Integrate ccache-native

2011-06-30 Thread Saul Wold
On 06/24/2011 02:53 AM, wenzong@windriver.com wrote: From: Wenzong Fan 1) Add ccache as a native tool and put its recipe files to: 'meta/recipes-devtools/ccache'; 2) Set 'CCACHE_DIR' in 'bitbake.conf' and create the dirs for every package before task 'do_configure' started; 3) Add 'ccache'

Re: [OE-core] [PATCH] dbus: update to 1.4.12

2011-06-30 Thread Saul Wold
On 06/23/2011 05:32 AM, Koen Kooi wrote: The tmpdir patch has been regenerated and can now be applied with git-am, no functional changes. The biggest improvement is that dbus will log to syslog nowadays: [ 22.238708]<29>dbus[237]: [system] Activating service name='fi.w1.wpa_supplicant1' (us

Re: [OE-core] [PATCH 0/1] distro_tracking_field: update recipe owner info

2011-06-30 Thread Saul Wold
On 06/19/2011 11:36 PM, Yu Ke wrote: The following changes since commit 2163461ec94528ecf046a04edc5db3d2dd3a6b8b: Tom Zanussi (1): systemtap: remove non-core COMPATIBLE_MACHINES are available in the git repository at: git://git.pokylinux.org/poky-contrib kyu3/qing-recipe http:

Re: [OE-core] [PATCH 1/3] bitbake.conf: update PSEUDO_PASSWD variable

2011-06-30 Thread Richard Purdie
On Thu, 2011-06-30 at 15:39 -0700, Scott Garman wrote: > The internal use of PSEUDO_PASSWD adds the /etc path > automatically. > > Signed-off-by: Scott Garman Merged to master, thanks. Richard ___ Openembedded-core mailing list Openembedded-core@lis

Re: [OE-core] [PATCH 0/1] kernel: move menuconfig task after configure

2011-06-30 Thread Richard Purdie
On Wed, 2011-06-29 at 13:46 -0700, Darren Hart wrote: > The following changes since commit e0fc42b51a8209dac1163ae8126f8c687b6bfddf: > > distro_tracking_fields.inc: update RECIPE_MANUAL_CHECK_DATE for screen and > tcf-agent (2011-06-29 15:04:59 +0100) > > are available in the git repository at

Re: [OE-core] [PATCH 0/1] Add env setting to support libtool2.4 m4 macro

2011-06-30 Thread Richard Purdie
On Wed, 2011-06-29 at 16:09 -0700, Jessica Zhang wrote: > Add OECORE_ACLOCAL_OPTS to env setup scripts for options > running aclocal to generate correct libtool 2.4 m4 macro, > the autogen.sh should be changed as aclocal ${OECORE_ACLOCAL_OPTS} > The following changes since commit c412674cf818e77e3

Re: [OE-core] [PATCH 2/3] useradd.bbclass: new class for managing user/group permissions

2011-06-30 Thread Richard Purdie
Hi Scott, This is looking good, thanks for the changes! I just have some cosmetic things to tweak before it goes in. On Thu, 2011-06-30 at 15:39 -0700, Scott Garman wrote: [...] > +# Recipe parse-time sanity checks > +def update_useradd_after_parse(d): > + if bb.data.getVar('USERADD_PACKAGES'

Re: [OE-core] [PATCH] linux-firmware: Add Realtex rt8192* firmwares

2011-06-30 Thread Richard Purdie
On Thu, 2011-06-30 at 20:09 +0200, Michael Lippautz wrote: > This patch adds the firmware files for: > * rt8192cu > * rt8192ce > * rt8192su > > Signed-off-by: Michael Lippautz Merged to master, thanks. For reference, I changed the file modes to 0644 as per some other recent audit changed we

Re: [OE-core] [PATCH] Add support for BAD_RECOMMENDATIONS to rootfs_ipk

2011-06-30 Thread Saul Wold
On 06/30/2011 04:10 AM, Chris Elston wrote: As discussed on IRC on 30/06/11, this patch adds support for BAD_RECOMMENDATIONS to rootfs_ipk, which is a list of packages NOT to install if suggested or recommended by a recipe. Taken from http://thread.gmane.org/gmane.comp.handhelds.openembedded/304

Re: [OE-core] [PATCH 1/2] qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them

2011-06-30 Thread Saul Wold
On 06/30/2011 03:33 PM, Koen Kooi wrote: ping I believe that this has been discussed elsewhere. Sau! Op 12 jun 2011, om 18:26 heeft Koen Kooi het volgende geschreven: The ext3 format is pretty much mandatory for qemu usage, so always create it. Signed-off-by: Koen Kooi --- meta/conf/machi

Re: [OE-core] [was oe] In which meta/layer is a home for not yet supported machines

2011-06-30 Thread Andreas Mueller
On Wednesday, June 29, 2011 05:32:54 PM Khem Raj wrote: > On Wed, Jun 29, 2011 at 8:28 AM, Andreas Mueller wrote: > > Hi, > > > > just started to collect first oe-core experiences and would like to get > > the hardware on my (or friend's) desk supported. To check already > > available I did > >

[OE-core] [PATCH 1/3] bitbake.conf: update PSEUDO_PASSWD variable

2011-06-30 Thread Scott Garman
The internal use of PSEUDO_PASSWD adds the /etc path automatically. Signed-off-by: Scott Garman --- meta/conf/bitbake.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 38367dd..bdaa35d 100644 --- a/meta/conf/bitba

[OE-core] [PATCH 0/3] useradd.bbclass: new class for managing user/group permissions [v2]

2011-06-30 Thread Scott Garman
Hello, This pull request incorporates feedback from Richard and MarkH in response to my previous pull req. I also did more build and runtime testing of the code to ensure these modifications haven't changed the output. Thanks, Scott The following changes since commit 8781c843cf3e0913a8fdd2ff919

[OE-core] [PATCH 2/3] useradd.bbclass: new class for managing user/group permissions

2011-06-30 Thread Scott Garman
This class is to be used by recipes that need to set up specific user/group accounts and set custom file/directory permissions. Signed-off-by: Scott Garman --- meta/classes/useradd.bbclass | 161 ++ 1 files changed, 161 insertions(+), 0 deletions(-) crea

[OE-core] [PATCH 3/3] useradd-example: example recipe for using inherit useradd

2011-06-30 Thread Scott Garman
An example recipe for demonstrating/documenting how user and group manipulation is done with 'inherit useradd' Signed-off-by: Scott Garman --- .../recipes-skeleton/useradd/useradd-example.bb| 76 1 files changed, 76 insertions(+), 0 deletions(-) create mode 100644 met

Re: [OE-core] [btrfs patch 0/6] enable btrfs images

2011-06-30 Thread Richard Purdie
On Tue, 2011-06-21 at 13:27 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > These patches enable the btrfs image support in the poky tree. > Other than kernel parts all the parts are ready here. linux-yocto-2.6.37 > kernel need some work to get latest btrfs working, and that pa

Re: [OE-core] [PATCH 1/2] qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them

2011-06-30 Thread Koen Kooi
ping Op 12 jun 2011, om 18:26 heeft Koen Kooi het volgende geschreven: > The ext3 format is pretty much mandatory for qemu usage, so always create it. > > Signed-off-by: Koen Kooi > --- > meta/conf/machine/include/qemu.inc |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff -

Re: [OE-core] [PATCH 0/6] uclibc config cleanup

2011-06-30 Thread Richard Purdie
On Thu, 2011-06-30 at 01:06 -0700, Khem Raj wrote: > We do not need machine configs or even arch configs since we construct the > bits > in .inc files. Once anamoly is mips where we do not use default ARCH for o32 > which is mips1 but we use mips32 so thats the reason we have a separate config > f

Re: [OE-core] [PATCH] binutils: allow distro to select gold as default linker

2011-06-30 Thread Richard Purdie
On Mon, 2011-06-27 at 16:51 +0100, Phil Blundell wrote: > But ensure that gcc-cross-intermediate always uses ld.bfd since > (e)glibc won't build with gold. > > Signed-off-by: Phil Blundell Merged to master, thanks. Richard ___ Openembedded-core ma

Re: [OE-core] Adding an external toolchain to oe-core

2011-06-30 Thread Richard Purdie
Hi, On Thu, 2011-06-30 at 18:26 +0100, Tom Parkin wrote: > We have been working to support a Codesourcery Lite MIPS toolchain > recently. RP__ (on IRC) asked me to write up the process such that > others may benefit from our experiences. > > Aside: I think this information would probably be best

Re: [OE-core] [PATCH] eglibc: make eglibc-utils list explicit to avoid dragging localedef

2011-06-30 Thread Richard Purdie
On Thu, 2011-06-30 at 12:50 +0200, Koen Kooi wrote: > This fixes the following regression: > > * check_data_file_clashes: Package eglibc-utils wants to install file > /usr/bin/localedef > But that file is already provided by package * localedef > > Signed-off-by: Koen Kooi This patch

Re: [OE-core] Proposal: recipe feature switches

2011-06-30 Thread Richard Purdie
On Thu, 2011-06-30 at 18:10 +0100, Chris Elston wrote: > We're looking to base an embedded development on oe-core in the near > future, and one of the things we must have is the ability to configure > features in/out of recipes per distro. > > At the moment some recipes have a configuration / set

Re: [OE-core] [PATCH 2/2] consolekit 0.4.5: remove patch that forcibly disables consolekit

2011-06-30 Thread Richard Purdie
On Sat, 2011-06-25 at 11:24 +0200, Koen Kooi wrote: > Polkit support is actually needed for consolekit to function properly, > without you get things like: > > ** (gnome-panel:547): WARNING **: Could not ask session manager if shut > down is available: Timeout was reached > > Various appl

Re: [OE-core] [PATCH] linux-libc-headers: add 2.6.39

2011-06-30 Thread Richard Purdie
On Tue, 2011-06-21 at 15:59 +0200, Koen Kooi wrote: > The 2.6.37.2 version is kept to allow the qemu kernels and libc headers > version to match > --- > .../linux-libc-headers_2.6.39.bb | 49 > > 1 files changed, 49 insertions(+), 0 deletions(-) > create

Re: [OE-core] [PATCH] webkit-gtk: fix packaging

2011-06-30 Thread Richard Purdie
On Fri, 2011-06-24 at 16:00 +0200, Koen Kooi wrote: > Somewhere in the past webkit changed from webkit-x to webkitgtk-x but the > person updating the recipe didn't catch that > > Signed-off-by: Koen Kooi Merged to master, thanks. Richard ___ Openem

Re: [OE-core] [PATCH 1/2] consolekit 0.4.5: add pam support based on distro features

2011-06-30 Thread Richard Purdie
On Sat, 2011-06-25 at 11:24 +0200, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > .../recipes-support/consolekit/consolekit_0.4.5.bb | 13 ++--- > 1 files changed, 10 insertions(+), 3 deletions(-) Merged to master, thanks. Richard ___

Re: [OE-core] [PATCH] insane bbclass: turn fatal errors back into fatal errors

2011-06-30 Thread Scott Garman
On 06/30/2011 01:35 PM, Koen Kooi wrote: Op 30 jun 2011, om 18:08 heeft Mark Hatle het volgende geschreven: On 6/30/11 10:58 AM, Tom Rini wrote: On 06/30/2011 08:11 AM, Koen Kooi wrote: These were turned off by: commit fae8d5e985e9b05ce90f1eca434ad4dbf2259725 Author: Richard Purdie Date:

Re: [OE-core] [PATCH] insane bbclass: turn fatal errors back into fatal errors

2011-06-30 Thread Koen Kooi
Op 30 jun 2011, om 18:08 heeft Mark Hatle het volgende geschreven: > On 6/30/11 10:58 AM, Tom Rini wrote: >> On 06/30/2011 08:11 AM, Koen Kooi wrote: >>> These were turned off by: >>> >>> commit fae8d5e985e9b05ce90f1eca434ad4dbf2259725 >>> Author: Richard Purdie >>> Date: Thu Jul

[OE-core] kernel.bbclass ERROR: QA Issue: Architecture did not match (40 to 62)

2011-06-30 Thread Koen Kooi
I'm going to be mailing out the errors I'm setting with the reinstated insane.bbclass, here are the first ones: ERROR: QA Issue: Architecture did not match (40 to 62) on /work/archos5it-angstrom-linux-gnueabi/linux-omap-archos-2.6.27.10-omap1-r101/packages-split/kernel-misc/kernel/scripts/kconfi

Re: [OE-core] [PATCH 1/2] consolekit 0.4.5: add pam support based on distro features

2011-06-30 Thread Koen Kooi
ping Op 25 jun 2011, om 11:24 heeft Koen Kooi het volgende geschreven: > Signed-off-by: Koen Kooi > --- > .../recipes-support/consolekit/consolekit_0.4.5.bb | 13 ++--- > 1 files changed, 10 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-support/consolekit/consolekit_0.4.

Re: [OE-core] [PATCH] linux-libc-headers: add 2.6.39

2011-06-30 Thread Koen Kooi
ping Op 21 jun 2011, om 15:59 heeft Koen Kooi het volgende geschreven: > The 2.6.37.2 version is kept to allow the qemu kernels and libc headers > version to match > --- > .../linux-libc-headers_2.6.39.bb | 49 > 1 files changed, 49 insertions(+), 0 deleti

Re: [OE-core] [PATCH] webkit-gtk: fix packaging

2011-06-30 Thread Koen Kooi
ping Op 24 jun 2011, om 16:00 heeft Koen Kooi het volgende geschreven: > Somewhere in the past webkit changed from webkit-x to webkitgtk-x but the > person updating the recipe didn't catch that > > Signed-off-by: Koen Kooi > --- > meta/recipes-sato/webkit/webkit-gtk_svn.bb |9 + > 1

Re: [OE-core] [PATCH 2/2] consolekit 0.4.5: remove patch that forcibly disables consolekit

2011-06-30 Thread Koen Kooi
ping Op 25 jun 2011, om 11:24 heeft Koen Kooi het volgende geschreven: > Polkit support is actually needed for consolekit to function properly, > without you get things like: > > ** (gnome-panel:547): WARNING **: Could not ask session manager if shut > down is available: Timeout was reac

[OE-core] Adding an external toolchain to oe-core

2011-06-30 Thread Tom Parkin
Hi folks, We have been working to support a Codesourcery Lite MIPS toolchain recently. RP__ (on IRC) asked me to write up the process such that others may benefit from our experiences. Aside: I think this information would probably be best hosted on a wiki, so once we've made any required change

[OE-core] [PATCH] linux-firmware: Add Realtex rt8192* firmwares

2011-06-30 Thread Michael Lippautz
This patch adds the firmware files for: * rt8192cu * rt8192ce * rt8192su Signed-off-by: Michael Lippautz --- .../linux-firmware/linux-firmware_git.bb | 39 +++- 1 files changed, 37 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux-firmware/linux

Re: [OE-core] Tune files and knobs to turn

2011-06-30 Thread Phil Blundell
On Thu, 2011-06-30 at 19:41 +0200, Koen Kooi wrote: > Real world experience with gcc 4.3 and 4.5 has shown that gcc is > shockingly bad at vectorizing for NEON, so you need this unbreak-me > option to avoid slowdowns. It might be less bad on cortex-a9 or a15, > but for A8 not vectorizing is a net w

Re: [OE-core] Tune files and knobs to turn

2011-06-30 Thread Koen Kooi
Op 30 jun 2011, om 18:02 heeft Tom Rini het volgende geschreven: > On 06/28/2011 10:36 AM, Darren Hart wrote: >> >> >> On 06/24/2011 04:54 AM, Koen Kooi wrote: >>> Hi, >>> >>> We discussed tune files a bit during last nights TSC meeting and Khem had >>> expressed the need before, so I'd like t

[OE-core] Proposal: recipe feature switches

2011-06-30 Thread Chris Elston
We're looking to base an embedded development on oe-core in the near future, and one of the things we must have is the ability to configure features in/out of recipes per distro. At the moment some recipes have a configuration / set of dependencies baked in to the recipe. For example, gstreamer h

Re: [OE-core] Tune files and knobs to turn

2011-06-30 Thread Tom Rini
On 06/28/2011 10:36 AM, Darren Hart wrote: > > > On 06/24/2011 04:54 AM, Koen Kooi wrote: >> Hi, >> >> We discussed tune files a bit during last nights TSC meeting and Khem had >> expressed the need before, so I'd like to get this discussion started by >> using >> armv7a as an example. >> >> For

Re: [OE-core] [PATCH 1/1] combo-layer-tool: add tool to manipulate combo layer

2011-06-30 Thread Paul Eggleton
Hi Ke, So I've tested this now, apologies for taking so long. Updating with filtering works well. Unfortunately when I tested splitpatch it didn't seem to be working - instead of getting the HEAD commit split out into patches for the each components of the combo repo, I just get semi-random pat

Re: [OE-core] [PATCH] insane bbclass: turn fatal errors back into fatal errors

2011-06-30 Thread Mark Hatle
On 6/30/11 10:58 AM, Tom Rini wrote: > On 06/30/2011 08:11 AM, Koen Kooi wrote: >> These were turned off by: >> >> commit fae8d5e985e9b05ce90f1eca434ad4dbf2259725 >> Author: Richard Purdie >> Date: Thu Jul 8 23:51:06 2010 +0100 >> >> insane.bbclass: Relax fatal errors

Re: [OE-core] [PATCH] insane bbclass: turn fatal errors back into fatal errors

2011-06-30 Thread Paul Eggleton
On Thursday 30 June 2011 16:49:57 Koen Kooi wrote: > It's a white list, so: > > # 0 - non dev contains .so > # 5 - .la contains installed=yes or reference to the workdir > # 7 - the desktop file is not valid > # 8 - .la contains reference to the workdir > # 9 - LDFLAGS ignored > > Are warnings an

Re: [OE-core] [PATCH] insane bbclass: turn fatal errors back into fatal errors

2011-06-30 Thread Tom Rini
On 06/30/2011 08:11 AM, Koen Kooi wrote: > These were turned off by: > > commit fae8d5e985e9b05ce90f1eca434ad4dbf2259725 > Author: Richard Purdie > Date: Thu Jul 8 23:51:06 2010 +0100 > > insane.bbclass: Relax fatal errors for now until we get have > time to wo

Re: [OE-core] [PATCH] eglibc-locale: fix localedef packaging

2011-06-30 Thread Saul Wold
On 06/30/2011 07:54 AM, Richard Purdie wrote: On Thu, 2011-06-30 at 12:17 +0100, Phil Blundell wrote: On Wed, 2011-06-29 at 14:49 +0100, Richard Purdie wrote: I'd love to see a patch for this! :) Your wish, naturally, is my command. I've built micro-base-image with this and verified that I d

Re: [OE-core] [PATCH] insane bbclass: turn fatal errors back into fatal errors

2011-06-30 Thread Koen Kooi
Op 30 jun 2011, om 17:33 heeft Paul Eggleton het volgende geschreven: > On Thursday 30 June 2011 16:11:29 Koen Kooi wrote: >> These were turned off by: >> >> commit fae8d5e985e9b05ce90f1eca434ad4dbf2259725 >> Author: Richard Purdie >> Date: Thu Jul 8 23:51:06 2010 +0100 >> >>

[OE-core] [PATCH] eglibc: fix merge conflict that wiped out RPs fixes for eglibc-dev breakage

2011-06-30 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta/recipes-core/eglibc/eglibc-package.inc | 18 +- meta/recipes-core/eglibc/eglibc_2.12.bb |2 +- meta/recipes-core/eglibc/eglibc_2.13.bb |2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/meta/recipes-core/eglib

Re: [OE-core] [PATCH] insane bbclass: turn fatal errors back into fatal errors

2011-06-30 Thread Paul Eggleton
On Thursday 30 June 2011 16:11:29 Koen Kooi wrote: > These were turned off by: > > commit fae8d5e985e9b05ce90f1eca434ad4dbf2259725 > Author: Richard Purdie > Date: Thu Jul 8 23:51:06 2010 +0100 > > insane.bbclass: Relax fatal errors for now until we get have >

[OE-core] [PATCH] insane bbclass: turn fatal errors back into fatal errors

2011-06-30 Thread Koen Kooi
These were turned off by: commit fae8d5e985e9b05ce90f1eca434ad4dbf2259725 Author: Richard Purdie Date: Thu Jul 8 23:51:06 2010 +0100 insane.bbclass: Relax fatal errors for now until we get have time to work through the backlog The current metadata trig

Re: [OE-core] [PATCH] eglibc-locale: fix localedef packaging

2011-06-30 Thread Richard Purdie
On Thu, 2011-06-30 at 14:04 +0100, Phil Blundell wrote: > On Thu, 2011-06-30 at 13:24 +0200, Koen Kooi wrote: > > Does it whitelist recipes that inherit task.bbclass? I have tasks used for > > beagleboard workshops that drag in the native toolchain and headers for the > > things we need to build

Re: [OE-core] [PATCH] eglibc-locale: fix localedef packaging

2011-06-30 Thread Richard Purdie
On Thu, 2011-06-30 at 12:17 +0100, Phil Blundell wrote: > On Wed, 2011-06-29 at 14:49 +0100, Richard Purdie wrote: > > I'd love to see a patch for this! :) > > Your wish, naturally, is my command. I've built micro-base-image with > this and verified that I didn't get any false positives; I also c

Re: [OE-core] eglibc testing?

2011-06-30 Thread Khem Raj
On 06/30/2011 03:32 AM, Phil Blundell wrote: On Thu, 2011-06-16 at 16:18 -0700, Khem Raj wrote: Yes I think I should put together my mechanism somewhere and post it and dejaGNU setup I use for cross testing Did you get a chance to do this at all? so far no. Let me collect them and make sure

Re: [OE-core] [PATCH] eglibc-locale: fix localedef packaging

2011-06-30 Thread Koen Kooi
Op 30 jun 2011, om 15:04 heeft Phil Blundell het volgende geschreven: > On Thu, 2011-06-30 at 13:24 +0200, Koen Kooi wrote: >> Does it whitelist recipes that inherit task.bbclass? I have tasks used for >> beagleboard workshops that drag in the native toolchain and headers for the >> things we n

Re: [OE-core] [PATCH] eglibc-locale: fix localedef packaging

2011-06-30 Thread Phil Blundell
On Thu, 2011-06-30 at 13:24 +0200, Koen Kooi wrote: > Does it whitelist recipes that inherit task.bbclass? I have tasks used for > beagleboard workshops that drag in the native toolchain and headers for the > things we need to build against (e.g. opencv, qt). No. The existing logic for -dbg pac

Re: [OE-core] [PATCH] eglibc-locale: fix localedef packaging

2011-06-30 Thread Koen Kooi
Op 30 jun 2011, om 13:17 heeft Phil Blundell het volgende geschreven: > On Wed, 2011-06-29 at 14:49 +0100, Richard Purdie wrote: >> On Wed, 2011-06-29 at 14:36 +0100, Phil Blundell wrote: >>> On Tue, 2011-06-28 at 22:32 +0200, Koen Kooi wrote: From http://git.angstrom-distribution.org/

Re: [OE-core] [PATCH] eglibc-locale: fix localedef packaging

2011-06-30 Thread Phil Blundell
On Wed, 2011-06-29 at 14:49 +0100, Richard Purdie wrote: > On Wed, 2011-06-29 at 14:36 +0100, Phil Blundell wrote: > > On Tue, 2011-06-28 at 22:32 +0200, Koen Kooi wrote: > > > From > > > http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/testlab/commit/?h=yocto&id=0d0e14cda2ddd881d09798b0e6edd

[OE-core] [PATCH] Add support for BAD_RECOMMENDATIONS to rootfs_ipk

2011-06-30 Thread Chris Elston
As discussed on IRC on 30/06/11, this patch adds support for BAD_RECOMMENDATIONS to rootfs_ipk, which is a list of packages NOT to install if suggested or recommended by a recipe. Taken from http://thread.gmane.org/gmane.comp.handhelds.openembedded/30417. Note that current support for this in o

[OE-core] [PATCH] eglibc: make eglibc-utils list explicit to avoid dragging localedef

2011-06-30 Thread Koen Kooi
This fixes the following regression: * check_data_file_clashes: Package eglibc-utils wants to install file /usr/bin/localedef But that file is already provided by package * localedef Signed-off-by: Koen Kooi --- meta/recipes-core/eglibc/eglibc-package.inc | 16 +++- met

Re: [OE-core] eglibc testing?

2011-06-30 Thread Phil Blundell
On Thu, 2011-06-16 at 16:18 -0700, Khem Raj wrote: > Yes I think I should put together my mechanism somewhere and post it > and dejaGNU setup I use for cross testing Did you get a chance to do this at all? thanks p. ___ Openembedded-core mailing lis

Re: [OE-core] [PATCH] binutils: allow distro to select gold as default linker

2011-06-30 Thread Phil Blundell
Ping? p. On Mon, 2011-06-27 at 16:51 +0100, Phil Blundell wrote: > But ensure that gcc-cross-intermediate always uses ld.bfd since > (e)glibc won't build with gold. > > Signed-off-by: Phil Blundell > --- > meta/recipes-devtools/binutils/binutils-cross.inc |3 ++- > .../gcc/gcc-cross-inte

Re: [OE-core] [RFC v3 PATCH 0/9] Linux 3.0 build support

2011-06-30 Thread Anders Darander
On Thu, Jun 30, 2011 at 10:00, Richard Purdie wrote: > On Wed, 2011-06-29 at 20:02 +0200, Anders Darander wrote: >> On Wed, Jun 29, 2011 at 19:54, Anders Darander wrote: >> > >> > v3: - task-base.bb: fix a problem that *pcmia26 couldn't be found. >> Unless I find some more problems, or get such

[OE-core] [PATCH 3/6] uclibc.inc: Use ARCH_WANTS_{LITTLE|BIG}_ENDIAN to denote endian

2011-06-30 Thread Khem Raj
ARCH_{BIG|LITTLE}_ENDIAN is governed by ARCH_WANTS_{LITTLE|BIG}_ENDIAN therefore we tame the superior Signed-off-by: Khem Raj --- meta/recipes-core/uclibc/uclibc.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core

[OE-core] [PATCH 5/6] uclibc: Add UCLIBC_HAS_FLOATS=y to uClibc.distro

2011-06-30 Thread Khem Raj
Remove unused uClibc.distro from topdir. It just creates confusion Signed-off-by: Khem Raj --- meta/recipes-core/uclibc/uClibc.distro| 157 - meta/recipes-core/uclibc/uclibc-git/uClibc.distro |1 + 2 files changed, 1 insertions(+), 157 deletions(-) delete mo

[OE-core] [PATCH 6/6] uclibc: Fix bug exposed by udev 168+ for mips architecture

2011-06-30 Thread Khem Raj
newer udev uses sgnalfd + epoll and this exposed a bug in uclibc for mips where SFD_NONBLOCK should be defined with 0200 for mips but was using 04000. This would cause random segfaults in udev during boot process Tested on qemumips/angstrom console-image since angstrom uses udev 171. It worked wel

[OE-core] [PATCH 4/6] uclibc_git.bb: Untether UCLIBC_HAS_FPU from UCLIBC_HAS_FLOATS

2011-06-30 Thread Khem Raj
Signed-off-by: Khem Raj --- ...rch-Free-UCLIBC_HAS_FPU-setting-from-depe.patch | 29 meta/recipes-core/uclibc/uclibc_git.bb |1 + 2 files changed, 30 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-core/uclibc/uclibc-git/0001-Config.in.arch-F

[OE-core] [PATCH 1/6] uclibc: Remove redundant machine/arch configs

2011-06-30 Thread Khem Raj
Big endian counterparts are not needed since we already add the proper endianness to final .config as seen in uclibc-config.inc The difference between arm and armv5te configs were also superficial since all it did was select arm926t which made sure that right mtune and march flags were passed to g

[OE-core] [PATCH 2/6] uclibc-config.inc: Fix regexp to determine big-endian arm

2011-06-30 Thread Khem Raj
Without this even arm-*-* was being treated as big endian but normal convention is the arm-*-* is little endian Signed-off-by: Khem Raj --- meta/recipes-core/uclibc/uclibc-config.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/uclibc/uclibc-config.

[OE-core] [PATCH 0/6] uclibc config cleanup

2011-06-30 Thread Khem Raj
We do not need machine configs or even arch configs since we construct the bits in .inc files. Once anamoly is mips where we do not use default ARCH for o32 which is mips1 but we use mips32 so thats the reason we have a separate config for mips. Additionally fix boot issue found on mips which were

Re: [OE-core] [RFC v3 PATCH 0/9] Linux 3.0 build support

2011-06-30 Thread Richard Purdie
On Wed, 2011-06-29 at 20:02 +0200, Anders Darander wrote: > On Wed, Jun 29, 2011 at 19:54, Anders Darander wrote: > > > > v3: - task-base.bb: fix a problem that *pcmia26 couldn't be found. > > This third version fixes a bug introduced in v2. (task-base-pcmcia26 > weren't found). The fix is incorp

Re: [OE-core] meta-toolchain issues. Unsatisfied dependencies, eglic, eglibc-dev

2011-06-30 Thread Richard Purdie
On Wed, 2011-06-29 at 17:37 +0100, Jonathan Cameron wrote: > Prior to Koen's patch "libc locale split: fix some remaining problems" > > I was getting the same issue but with libc6 and particular versions. > > I'm guessing this is more fallout from the same issue Koen found? Yes, it looks like it