[OE-core] [PATCH 2/2] libical: Fix deadlock in pthread

2011-12-16 Thread edwin . zhai
From: Zhai Edwin libical introduce pthread support after 0.47, but lead deadlock with missing some unlock code. This makes dates start hang. Add new patch to properly release mutex. [YOCTO #1825] got fixed. Signed-off-by: Zhai Edwin --- meta/recipes-sato/libical/files/pthread-fix.patch | 5

[OE-core] [PATCH 1/2] xserver-nodm-init: Fix xuser creation

2011-12-16 Thread edwin . zhai
From: Zhai Edwin Rootless X start fail as xuser has no home and shell. This patch fix it. Signed-off-by: Zhai Edwin --- .../x11-common/xserver-nodm-init.bb|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/x11-common/xserver-nodm

[OE-core] [PATCH 0/2] Some bug fixing, Edwin, Dec16, 2011

2011-12-16 Thread edwin . zhai
From: Zhai Edwin all, These patches fix rootless X start failure and dates launch hang. Pls. pull. Thanks, Edwin The following changes since commit 6036845d1c07420a99b78421bb3479adf7d754e7: Patch Upstream Status Updates (2011-12-15 14:36:26 +) are available in the git repository at:

Re: [OE-core] after modifying source code in work/, how to rebuild package?

2011-12-16 Thread Lauri Hintsala
bitbake projectname -c cleanall bitbake projectname Cleanall command will clean the workdir and sstatefiles from sstate folder. BR, Lauri Hintsala On 12/16/2011 09:55 AM, Leon Woestenberg wrote: Hello all, after modifying source code in the work directory, what is the set of commands to reb

Re: [OE-core] after modifying source code in work/, how to rebuild package?

2011-12-16 Thread Lauri Hintsala
Sorry, this workflow will clean all your changes. How about that: bitbake projectname -c compile -f bitbake projectname Lauri On 12/16/2011 10:11 AM, Lauri Hintsala wrote: bitbake projectname -c cleanall bitbake projectname Cleanall command will clean the workdir and sstatefiles from sstate f

[OE-core] [Oe-core][PATCH 1/1] core-image-gtk-directfb: add a bb file to build an image for gtk over directfb

2011-12-16 Thread Xiaofeng Yan
From: Xiaofeng Yan This file can make an image to run gtk over directfb. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- .../images/core-image-gtk-directfb.bb | 28 1 files changed, 28 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-graphics/im

[OE-core] [PATCH 0/1] core-image-gtk-directfb: add a bb file to build an image for gtk over

2011-12-16 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Richard, I have modified my patches according to your suggestion. Please review it again. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/gtk-directfb Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/gtk-directfb Thanks,

Re: [OE-core] after modifying source code in work/, how to rebuild package?

2011-12-16 Thread Luo Zhenhua-B19537
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded- > core-boun...@lists.openembedded.org] On Behalf Of Lauri Hintsala > Sent: Friday, December 16, 2011 4:14 PM > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] after modi

[OE-core] [PATCH 0/3] xserver-kdrive: update to 1.11.2

2011-12-16 Thread Xiaofeng Yan
From: Xiaofeng Yan Some changes are as follow: 1 Adopt evdev mode to get keyboard - modify Xserver in meta/recipes-graphics/x11-common/x11-common/etc/X11/ 2 Create a symlink to any keyboard input device - modify local.rules in recipes-core/udev/udev-164 The goal of this is for xserver can

[OE-core] [Oe-core][PATCH 1/3] udev: add a link between /dev/input/event* with keyboard

2011-12-16 Thread Xiaofeng Yan
From: Xiaofeng Yan keyboard device could be one of event*. For getting keyboard device to user easier, I make a link between the event of keyboard \ with keyboard0. Signed-off-by: Xiaofeng Yan --- meta/recipes-core/udev/udev-164/local.rules |3 ++- 1 files changed, 2 insertions(+), 1 dele

[OE-core] [PATCH 3/3] xserver-kdrive: update to 1.11.2

2011-12-16 Thread Xiaofeng Yan
From: Xiaofeng Yan update to 1.11.2 Signed-off-by: Xiaofeng Yan --- .../xserver-kdrive-1.11.2/disable-apm.patch| 22 ++ .../xserver-kdrive-1.11.2/extra-kmodes.patch | 82 ++ .../xserver-kdrive-1.11.2/fbdev_xrandr_ioctl.patch | 57 .../fix-newer-xorg-headers.patch

[OE-core] [PATCH 2/3] x11-common: Change drive mode of Xfbdev when xserver using framebuffer

2011-12-16 Thread Xiaofeng Yan
From: Xiaofeng Yan The previous mode of starting X is as follow: $Xfbdev :0 -keybd keyboard -mouse tslib This mode cause that some keys can't be mapped rightly. \ for example "Down" have the same function with "Enter". another drive mode "evdev" can work rightly in new version. $Xfbdev :0 -keybd

Re: [OE-core] [PATCH 2/2] dosfstools: Remove initial directory contents feature

2011-12-16 Thread Richard Purdie
On Fri, 2011-12-16 at 08:35 +0100, Koen Kooi wrote: > Op 16 dec. 2011, om 07:14 heeft Darren Hart het volgende geschreven: > > > By using mtools, we don't need to continue to maintain and workaround > > the issues generated by the -d feature included in the OE version of > > mkdosfstools. This red

Re: [OE-core] [PATCH 2/2] dosfstools: Remove initial directory contents feature

2011-12-16 Thread Koen Kooi
Op 16 dec. 2011, om 11:52 heeft Richard Purdie het volgende geschreven: > On Fri, 2011-12-16 at 08:35 +0100, Koen Kooi wrote: >> Op 16 dec. 2011, om 07:14 heeft Darren Hart het volgende geschreven: >> >>> By using mtools, we don't need to continue to maintain and workaround >>> the issues genera

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Dmitry Eremin-Solenikov
Koen, On 12/15/2011 07:06 PM, Koen Kooi wrote: Op 15 dec. 2011, om 15:58 heeft Richard Purdie het volgende geschreven: On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: Currently sdk generation might fail with the following error: | Collected errors: | * extract_archive: Can

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Dmitry Eremin-Solenikov
On 12/15/2011 08:20 PM, Cui, Dexuan wrote: Richard Purdie wrote on 2011-12-15: On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: Currently sdk generation might fail with the following error: | Collected errors: | * extract_archive: Cannot create symlink from ./var/log to 'volat

[OE-core] [PATCH] gdb-cross-canadian: build gdb with python support

2011-12-16 Thread Eric Bénard
* python support is needed for providing finer scripting control in gdb, and for remote controling gdb for example from qtcreator * gdb/configure tries to autodetect python using python executable with --includes --ldflags --exec-prefix to get the right flags As it's difficult to achieve in OE's co

[OE-core] nativesdk.bbclass: Remove historical FILES artifact

2011-12-16 Thread Richard Purdie
Adding everything in ${prefix} to FILES and FILES-dbg is a historical artifact left over from when this was sdk.bbclass back in 2009. The BBCLASSEXTEND changes, multilib changes and cleanups to this file over the intervening time mean this is simply no long needed. Its also outright dangerous sin

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Richard Purdie
On Fri, 2011-12-16 at 16:42 +0400, Dmitry Eremin-Solenikov wrote: > On 12/15/2011 08:20 PM, Cui, Dexuan wrote: > > Richard Purdie wrote on 2011-12-15: > >> On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: > >>> Currently sdk generation might fail with the following error: > >>> | C

Re: [OE-core] [PATCH 2/2] dosfstools: Remove initial directory contents feature

2011-12-16 Thread Darren Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/15/2011 11:35 PM, Koen Kooi wrote: > > Op 16 dec. 2011, om 07:14 heeft Darren Hart het volgende > geschreven: > >> By using mtools, we don't need to continue to maintain and >> workaround the issues generated by the -d feature included in the

Re: [OE-core] [PATCH 2/2] dosfstools: Remove initial directory contents feature

2011-12-16 Thread Darren Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/16/2011 07:40 AM, Darren Hart wrote: > > > On 12/15/2011 11:35 PM, Koen Kooi wrote: > >> Op 16 dec. 2011, om 07:14 heeft Darren Hart het volgende >> geschreven: > >>> By using mtools, we don't need to continue to maintain and >>> workarou

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Dmitry Eremin-Solenikov
On 12/16/2011 07:25 PM, Richard Purdie wrote: On Fri, 2011-12-16 at 16:42 +0400, Dmitry Eremin-Solenikov wrote: On 12/15/2011 08:20 PM, Cui, Dexuan wrote: Richard Purdie wrote on 2011-12-15: On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: Currently sdk generation might fail

Re: [OE-core] [PATCH] u-boot-xilinx: Update inc file path after oe-core change

2011-12-16 Thread Richard Purdie
On Thu, 2011-12-15 at 12:01 +0100, Stefan Schmidt wrote: > Signed-off-by: Stefan Schmidt > --- > recipes-bsp/uboot/u-boot-xilinx_git.bb |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) I've merged this to the repository. Cheers, Richard __

Re: [OE-core] [PATCH] update-rc.d.bbclass: override UPDATERCD for nativesdk

2011-12-16 Thread Richard Purdie
On Thu, 2011-12-15 at 16:35 +0100, Bernhard Guillon wrote: > Override UPDATERCD for nativesdk. > Without, update-rc.d is installed to /usr/sbin/update-rc.d > with meta-toolchain if nativesdk recipe inherits update-rc.d. An > example recipe for this is dbus. > > Signed-off-by: Bernhard Guillon > -

Re: [OE-core] [PATCH 0/4] Fix grub efi menu, kernel messages, and live image dosfsck

2011-12-16 Thread Richard Purdie
On Thu, 2011-12-15 at 22:12 -0800, Darren Hart wrote: > This series moves the live image EFI content to the /EFI/BOOT directory where > it > belongs per the specification. It also adds support for the efi_gop > framebuffer. > This allows grub to start on boot and the kernel to log messages to the

Re: [OE-core] [PATCH 0/2] Some bug fixing, Edwin, Dec16, 2011

2011-12-16 Thread Richard Purdie
On Fri, 2011-12-16 at 15:53 +0800, edwin.z...@intel.com wrote: > From: Zhai Edwin > > all, > These patches fix rootless X start failure and dates launch hang. Pls. > pull. > > Thanks, > Edwin > > The following changes since commit 6036845d1c07420a99b78421bb3479adf7d754e7: > > Patch Upst

Re: [OE-core] [PATCH 3/9] bitbake.conf, core-image-minimal-initramfs: add INITRAMFS_FSTYPES

2011-12-16 Thread Richard Purdie
On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: > Initramfs images don't benefit from usual IMAGE_FSTYPES overrides. The > only sane values for them are "cpio.XXX". If IMAGE_FSTYPES is set to > include 'live', building core-image-minimal-initramfs can result in > build error, if t

Re: [OE-core] [PATCH 6/9] libgcc: reintroduce debug package, containing symbols

2011-12-16 Thread Richard Purdie
On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: > Signed-off-by: Dmitry Eremin-Solenikov > --- > meta/recipes-devtools/gcc/libgcc_4.6.bb |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) Merged to master, thanks. Richard _

Re: [OE-core] [PATCH 8/9] readline: drop empty dir to shut up QA warning

2011-12-16 Thread Richard Purdie
On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: > Signed-off-by: Dmitry Eremin-Solenikov > --- > meta/recipes-core/readline/readline.inc |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) Merged to master, thanks. Richard __

Re: [OE-core] [PATCH 1/2] bootimg: Use mcopy to construct the hddimg

2011-12-16 Thread Richard Purdie
On Thu, 2011-12-15 at 22:14 -0800, Darren Hart wrote: > The initial directory support (-d) added to mkdosfs has proven to be > incomplete > and non-compliant with FAT. Rather than continue to maintain this feature and > work around the various issues, we can use mcopy to construct the image. > >

[OE-core] [PATCH 0/1] Remove manifest creation bashism.

2011-12-16 Thread Beth Flanagan
Quick fix to a bashism that dumps cruft into rootfs log. The following changes since commit cdba3979b9c59a653f9c0e6e779d11c5ff58bb17: readline: drop empty dir to shut up QA warning (2011-12-16 16:19:28 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib efl

[OE-core] [PATCH 1/1] license.bbclass: remove bashism

2011-12-16 Thread Beth Flanagan
From: Elizabeth Flanagan Removing a bashism that was dumping errors into rootfs log. Signed-off-by: Elizabeth Flanagan --- meta/classes/license.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index dd

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Richard Purdie
On Fri, 2011-12-16 at 20:07 +0400, Dmitry Eremin-Solenikov wrote: > On 12/16/2011 07:25 PM, Richard Purdie wrote: > > On Fri, 2011-12-16 at 16:42 +0400, Dmitry Eremin-Solenikov wrote: > >> On 12/15/2011 08:20 PM, Cui, Dexuan wrote: > >>> Richard Purdie wrote on 2011-12-15: > On Tue, 2011-12-13

Re: [OE-core] [PATCH 1/1] license.bbclass: remove bashism

2011-12-16 Thread Richard Purdie
On Fri, 2011-12-16 at 08:44 -0800, Beth Flanagan wrote: > From: Elizabeth Flanagan > > Removing a bashism that was dumping errors into rootfs log. > > Signed-off-by: Elizabeth Flanagan > --- > meta/classes/license.bbclass |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Merged to

Re: [OE-core] after modifying source code in work/, how to rebuild package?

2011-12-16 Thread Henning Heinold
On Fri, Dec 16, 2011 at 08:55:05AM +0100, Leon Woestenberg wrote: > Hello all, > > > after modifying source code in the work directory, what is the set of > commands to rebuild the package (from the compile stage and further)? > > Under classic OpenEmbedded, I removed the compile, install, packa

Re: [OE-core] [PATCH 1/2] xserver-nodm-init: Fix xuser creation

2011-12-16 Thread Saul Wold
On 12/15/2011 11:53 PM, edwin.z...@intel.com wrote: From: Zhai Edwin Rootless X start fail as xuser has no home and shell. This patch fix it. Signed-off-by: Zhai Edwin --- .../x11-common/xserver-nodm-init.bb|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff

Re: [OE-core] [PATCH] u-boot-xilinx: Update inc file path after oe-core change

2011-12-16 Thread Saul Wold
On 12/15/2011 03:01 AM, Stefan Schmidt wrote: Signed-off-by: Stefan Schmidt --- recipes-bsp/uboot/u-boot-xilinx_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Does this directory need to be renamed also? Sau! diff --git a/recipes-bsp/uboot/u-boot-xilinx_git.bb b/recip

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Dmitry Eremin-Solenikov
On 12/16/2011 08:46 PM, Richard Purdie wrote: On Fri, 2011-12-16 at 20:07 +0400, Dmitry Eremin-Solenikov wrote: On 12/16/2011 07:25 PM, Richard Purdie wrote: On Fri, 2011-12-16 at 16:42 +0400, Dmitry Eremin-Solenikov wrote: On 12/15/2011 08:20 PM, Cui, Dexuan wrote: Richard Purdie wrote on 20

[OE-core] [meta-xilinx] u-boot-xilinx: Rename folder and patch name as well to u-boot

2011-12-16 Thread Stefan Schmidt
For consistency and perhaps trademark reasons rename all u-boot references from uboot to u-boot. Signed-off-by: Stefan Schmidt --- .../board-microblaze-monitor-flash-len.patch | 43 + .../cfi_flash-define-monitor_flash_len.patch | 29 + .../microblaze-genric-a

Re: [OE-core] [PATCH] u-boot-xilinx: Update inc file path after oe-core change

2011-12-16 Thread Stefan Schmidt
Hello. On Fri, 2011-12-16 at 09:56, Saul Wold wrote: > On 12/15/2011 03:01 AM, Stefan Schmidt wrote: > >Signed-off-by: Stefan Schmidt > >--- > > recipes-bsp/uboot/u-boot-xilinx_git.bb |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > Does this directory need to be renamed also

[OE-core] Can we drop eglibc-utils from LIBC_DEPENDENCIES?

2011-12-16 Thread Darren Hart
I'm working on a minimal distro definition, and found that eglibc-utils pulls in bash (needed for tzconfig and xtrace apparently) which pulls in gettext, which requires wchar support. I'd like to remove eglibc-utils from my distro definition. I could override the default I suspect, but I wonder if

Re: [OE-core] Can we drop eglibc-utils from LIBC_DEPENDENCIES?

2011-12-16 Thread Koen Kooi
Op 16 dec. 2011, om 19:30 heeft Darren Hart het volgende geschreven: > I'm working on a minimal distro definition, and found that eglibc-utils > pulls in bash (needed for tzconfig and xtrace apparently) My first thought is: fix the bashisms in those scripts, I bet ubuntu/fedora/arch/gentoo have

Re: [OE-core] [PATCH] gcc-4.6: Let G++ relocate gxx-include-dir when using --sysroot option

2011-12-16 Thread Khem Raj
On (15/12/11 12:16), Richard Purdie wrote: > On Wed, 2011-12-14 at 07:49 -0800, Khem Raj wrote: > > On Wed, Dec 14, 2011 at 2:02 AM, Richard Purdie > > wrote: > > > Hi Khem, > > > > > > What's puzzling me is that reading through this patch, we already do > > > what this patch is doing? > > > > > >

[OE-core] UDEV-145??

2011-12-16 Thread Saul Wold
Does anyone know why we might be keeping this older version around? I know that in the past there were kernel <-> udev issues. Are most usages now using current kernels and udev? Please let me know, I will remove it unless I hear otherwise. Thanks -- Sau! Saul Wold Yocto Component Wran

[OE-core] [PATCH 0/4] Add gcc cross test driver and improve eglibc testing

2011-12-16 Thread Khem Raj
Add cross testing driver for gcc-cross Replaces the patch to relocate gxx headers with upstream submitted one Drop shorten-build-commands eglibc patch since it hinders testing Add a patch to eglibc so it can accomodate gxx headers the way OE installs them Improve the eglibc testing since we needed

[OE-core] [PATCH 2/4] gcc-cross: Add cross testing driver for running regression testsuites

2011-12-16 Thread Khem Raj
This script will be generated into the build directory of gcc-cross It should be testing gcc and g++. libstdc++ tests are not run since we build them as part of gcc-runtime but we can test them here by building them with 'make all' and then running the tests The script expects passwordless ssh acc

[OE-core] [PATCH 1/4] eglibc-testing: Clean the test before running them

2011-12-16 Thread Khem Raj
We make sure that we use final cross gcc to run the tests since they require proper functioning libstdc++ and libssp which are not staged in tcbootstrap sysroot We cleanup the tests before we run them so they all get run in case any of them were built and/or run during compilation Make the script

[OE-core] [PATCH 3/4] gcc-4.6: Let G++ relocate gxx-include-dir when using --sysroot option

2011-12-16 Thread Khem Raj
Currently we have a problem in our cross compiler since we use /usr/include/c++ to be default gxx-include-dir and then expect the patch we did to do the relocation w.r.t. sysroot however it does not quite work so and we end up gxx-include-dirs not respecting sysroot. A small test case would be tst

[OE-core] [PATCH 4/4] eglibc: Fixes for running regression tests

2011-12-16 Thread Khem Raj
Override cxx-sysincludes along with CC and CXX since it contains path pointing to tcbootstrap sysroot which does not have c++ headers and libraries Drop shorten-build-commands patch since it did not override the include flags for c++ headers when tests written in c++ are executed the @includes fil

[OE-core] [PATCH 0/8] New QA tests for unsafe references to exec_prefix

2011-12-16 Thread Scott Garman
Hello, This is a P2 feature for Yocto 1.2. It adds two new QA tests to check files in base_bindir, base_sbindir, and base_libdir for references to files under exec_prefix (e.g, dynamic linking for binaries and references to exec_prefix in scripts). The reason for these tests is that exec_prefix (

[OE-core] [PATCH 1/8] ncurses: move libraries to base_libdir

2011-12-16 Thread Scott Garman
Various utilities (including bash and the util-linux programs) located in base_bindir (/bin) or base_sbindir (/sbin) dynamically link against many of the ncurses libraries. So move these libraries from libdir (/usr/lib) to base_libdir (/lib). Signed-off-by: Scott Garman --- meta/recipes-core/ncu

[OE-core] [PATCH 2/8] libcap: move library to base_libdir

2011-12-16 Thread Scott Garman
ls from coreutils links to libcap, so move the libcap library from libdir (/usr/lib) to base_libdir (/lib). Signed-off-by: Scott Garman --- meta/recipes-support/libcap/libcap.inc | 15 +-- meta/recipes-support/libcap/libcap_2.22.bb |2 +- 2 files changed, 14 insertions(+),

[OE-core] [PATCH 5/8] libusb1: move libraries to base_libdir

2011-12-16 Thread Scott Garman
udev links to libusb1, and so these libraries need to be in base_libdir (/lib) instead of libdir (/usr/lib). Signed-off-by: Scott Garman --- meta/recipes-support/libusb/libusb1_1.0.8.bb | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/

[OE-core] [PATCH 4/8] e2fsprogs: move libraries to base_libdir

2011-12-16 Thread Scott Garman
The e2fsprogs utilities are installed into base_sbindir (/sbin) and should not link to libraries under exec_prefix (/usr). So move these libraries from libdir (/usr/lib) to base_libdir (/lib). Signed-off-by: Scott Garman --- .../e2fsprogs/e2fsprogs_1.41.14.bb | 29 -

[OE-core] [PATCH 3/8] util-linux: move libraries to base_libdir

2011-12-16 Thread Scott Garman
Various util-linux programs in base_sbindir (/sbin) linked to libraries located under exec_prefix (/usr). Since this is not safe, move these libraries from libdir (/usr/lib) to base_libdir (/lib). Signed-off-by: Scott Garman --- meta/recipes-core/util-linux/util-linux.inc | 20 ++

[OE-core] [PATCH 7/8] prelink: update to latest git version

2011-12-16 Thread Scott Garman
New version includes: 2011-12-08 Mark Hatle * rtld/rtld.c: Fix an issue where missing objects would trigger an assert in dl-version.c * rtld/rtld.h: Add _dl_new_object prototype * rtld/rtld.c: Add support for $ORIGIN, $PLATFORM and $LIB. Note: $PLATFORM = "" These fixes a

[OE-core] [PATCH 8/8] insane.bbclass: add QA tests for unsafe references to exec_prefix

2011-12-16 Thread Scott Garman
Files under exec_prefix (commonly /usr) may not be available during system recovery. exec_prefix may also be kept on a separate partition that is mounted late in the boot process. This QA test throws an warning if a binary in base_[bindir|sbindir|libdir] is dynamically linked to a file under exec_

[OE-core] [PATCH 6/8] libusb-compat: move libraries to base_libdir

2011-12-16 Thread Scott Garman
udev links to libusb-compat, and so this library needs to be in base_libdir (/lib) instead of libdir (/usr/lib). Signed-off-by: Scott Garman --- meta/recipes-support/libusb/libusb-compat_0.1.3.bb | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/meta/recipes-su

Re: [OE-core] after modifying source code in work/, how to rebuild package?

2011-12-16 Thread Leon Woestenberg
Lauri en Luo, On Fri, Dec 16, 2011 at 9:13 AM, Lauri Hintsala wrote: > Sorry, this workflow will clean all your changes. How about that: > > bitbake projectname -c compile -f > bitbake projectname > > Thank you. This works. Regards Leon. ___ Openembe

Re: [OE-core] Can we drop eglibc-utils from LIBC_DEPENDENCIES?

2011-12-16 Thread Darren Hart
On 12/16/2011 01:07 PM, Koen Kooi wrote: > > Op 16 dec. 2011, om 19:30 heeft Darren Hart het volgende geschreven: > >> I'm working on a minimal distro definition, and found that eglibc-utils >> pulls in bash (needed for tzconfig and xtrace apparently) > > My first thought is: fix the bashisms

Re: [OE-core] Can we drop eglibc-utils from LIBC_DEPENDENCIES?

2011-12-16 Thread Darren Hart
On 12/16/2011 03:20 PM, Darren Hart wrote: > > > On 12/16/2011 01:07 PM, Koen Kooi wrote: >> >> Op 16 dec. 2011, om 19:30 heeft Darren Hart het volgende geschreven: >> >>> I'm working on a minimal distro definition, and found that eglibc-utils >>> pulls in bash (needed for tzconfig and xtrace a

Re: [OE-core] opkg: Update svn 625 -> 633 and fix preinst issues

2011-12-16 Thread Martin Jansa
On Thu, Dec 15, 2011 at 09:08:49PM +, Richard Purdie wrote: > There is a major issue with opkg images at the moment as preinst > functions are not being executed before their dependencies are installed > and this is leading to corruption of images containing avahi/dbus in > particular. > > The

Re: [OE-core] Can we drop eglibc-utils from LIBC_DEPENDENCIES?

2011-12-16 Thread Richard Purdie
On Fri, 2011-12-16 at 15:34 -0800, Darren Hart wrote: > > On 12/16/2011 03:20 PM, Darren Hart wrote: > > > > > > On 12/16/2011 01:07 PM, Koen Kooi wrote: > >> > >> Op 16 dec. 2011, om 19:30 heeft Darren Hart het volgende geschreven: > >> > >>> I'm working on a minimal distro definition, and foun

Re: [OE-core] opkg: Update svn 625 -> 633 and fix preinst issues

2011-12-16 Thread Richard Purdie
On Sat, 2011-12-17 at 02:16 +0100, Martin Jansa wrote: > On Thu, Dec 15, 2011 at 09:08:49PM +, Richard Purdie wrote: > > There is a major issue with opkg images at the moment as preinst > > functions are not being executed before their dependencies are installed > > and this is leading to corru

[OE-core] require *.bbappend

2011-12-16 Thread Andreas Müller
Hi I have the following use case: In my working layer I would like to have a recipe adding functionality to a recipe from another layer (e.g systemd-image.bb from angstrom) with a different name ( -> no bbappend ). How about * create systemd-image.bbapend with just 'FILESEXTRAPATHS := "${THISD

[OE-core] [PATCH RFC] python-setuptools: Do not pull in target python for native recipe

2011-12-16 Thread Darren Hart
glib-2.0 DEPENDS and DEPENDS_virtclass-native on python-argparse-native, which inherits from setuptools, which DEPENDS on python-setuptools-native. python-setuptools RDEPENDS on python-distutils and python-compression, however, it doesn't distinguish between target and native. Remove these python

Re: [OE-core] Can we drop eglibc-utils from LIBC_DEPENDENCIES?

2011-12-16 Thread Darren Hart
On 12/16/2011 05:29 PM, Richard Purdie wrote: > On Fri, 2011-12-16 at 15:34 -0800, Darren Hart wrote: >> >> On 12/16/2011 03:20 PM, Darren Hart wrote: >>> >>> >>> On 12/16/2011 01:07 PM, Koen Kooi wrote: Op 16 dec. 2011, om 19:30 heeft Darren Hart het volgende geschreven: > I'm

[OE-core] [PATCH V2] python-setuptools: Do not pull in target python for native recipe

2011-12-16 Thread Darren Hart
glib-2.0 DEPENDS and DEPENDS_virtclass-native on python-argparse-native, which inherits from setuptools, which DEPENDS on python-setuptools-native. python-setuptools uses RDEPENDS_${PN} for python-distutils and python-compression. By using ${PN} instead of python-setuptools, when the -native versi