Re: [OE-core] [dylan]devshell: broken

2013-08-14 Thread Nicolas Dechesne
On Wed, Aug 14, 2013 at 7:54 AM, Andre armccu...@gmail.com wrote: bitbake -c devshell seems to have stopped working (tested with xterm and mate-terminal) in dylan since this commit: a749f06 terminal: Run command using a wrapper script It looks like the run.do_devshell.PID script is

Re: [OE-core] [PATCH 1/1] sstate.bbclass: fix parallel building issue

2013-08-14 Thread Martin Jansa
On Wed, Aug 14, 2013 at 01:28:53PM +0800, Rongqing Li wrote: On 08/14/2013 03:02 AM, Saul Wold wrote: On 08/13/2013 01:20 AM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com sstate_package creates hardlink from sysroot to SSTATE_BUILDDIR, then

Re: [OE-core] [PATCH v2] linux-dtb: Use kernel build system to generate the dtb files

2013-08-14 Thread André Draszik
Hi, Can this please be pushed to dylan as well, please. It's a useful change, and I then could remove my version of that patch from our layer :-) Cheers, Andre' On Tue, 2013-08-13 at 10:52 -0300, Otavio Salvador wrote: As the Linux kernel, unconditionally, builds the dtc application and it

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-08-14 Thread Fathi Boudra
On 13 August 2013 12:52, Laszlo Papp lp...@kde.org wrote: As we have already discussed that, it is not any clear at all without example. Yes, the end user does not really care about the internal implementation of the feature Please provide useful examples and tutorials how to use a

[OE-core] [PATCH] cmake.bbclass: Don't use packages from the native build machine

2013-08-14 Thread Stefan Herbrechtsmeier
Signed-off-by: Stefan Herbrechtsmeier ste...@herbrechtsmeier.net --- meta/classes/cmake.bbclass |1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index 310242e..8e579a7 100644 --- a/meta/classes/cmake.bbclass +++

Re: [OE-core] Yocto toolchain for Windows

2013-08-14 Thread Richard Purdie
On Wed, 2013-08-14 at 00:00 +, Zhang, Jessica wrote: Hi Richard, I've tried the sdk on windows and here're the issues that I've run into: 1. in our sysroot all the libraries have .so we need to change them to .dll Which sysroot? The one for the target system should be using .so's since

Re: [OE-core] [PATCH 1/1] sstate.bbclass: fix parallel building issue

2013-08-14 Thread Rongqing Li
On 08/14/2013 02:56 PM, Martin Jansa wrote: On Wed, Aug 14, 2013 at 01:28:53PM +0800, Rongqing Li wrote: On 08/14/2013 03:02 AM, Saul Wold wrote: On 08/13/2013 01:20 AM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com sstate_package creates hardlink from sysroot

Re: [OE-core] [PATCH 1/1] sstate.bbclass: fix parallel building issue

2013-08-14 Thread Richard Purdie
On Wed, 2013-08-14 at 08:56 +0200, Martin Jansa wrote: On Wed, Aug 14, 2013 at 01:28:53PM +0800, Rongqing Li wrote: On 08/14/2013 03:02 AM, Saul Wold wrote: On 08/13/2013 01:20 AM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com sstate_package creates

Re: [OE-core] [PATCH 1/1] sstate.bbclass: fix parallel building issue

2013-08-14 Thread Martin Jansa
On Wed, Aug 14, 2013 at 11:46:57AM +0100, Richard Purdie wrote: On Wed, 2013-08-14 at 08:56 +0200, Martin Jansa wrote: On Wed, Aug 14, 2013 at 01:28:53PM +0800, Rongqing Li wrote: On 08/14/2013 03:02 AM, Saul Wold wrote: On 08/13/2013 01:20 AM, rongqing...@windriver.com wrote:

[OE-core] [PATCH 4/4] xrestop: add dependency on ncurses

2013-08-14 Thread Martin Jansa
* fails without it | xrestop.c:50:20: fatal error: curses.h: No such file or directory | #include curses.h | ^ | compilation terminated. Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-graphics/xrestop/xrestop_0.4.bb | 2 +- 1 file changed, 1

[OE-core] [PATCH 2/4] gst-plutins-gl: add dependency on glew

2013-08-14 Thread Martin Jansa
* fails without: | ./gstglshader.h:30:21: fatal error: GL/glew.h: No such file or directory Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 3/4] xeyes: add dependency on libxrender

2013-08-14 Thread Martin Jansa
* fails without: | configure:10604: error: Package requirements (xrender = 0.4) were not met: | No package 'xrender' found Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/4] at-spi2-core: add intltool-native dependency

2013-08-14 Thread Martin Jansa
* configure fails without it at-spi2-core/2.8.0-r0/temp/run.do_configure.372: intltoolize: not found Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-support/atk/at-spi2-core_2.8.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCHv2] gst-plugins-gl: add dependency on glew

2013-08-14 Thread Martin Jansa
* fails without: | ./gstglshader.h:30:21: fatal error: GL/glew.h: No such file or directory Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 2/2] matchbox-wm: fix icon handling on 64-bit hosts

2013-08-14 Thread Ross Burton
Xlib has a historical quirk where 32-bit values are returned in longs (but always hidden through a cast). On 32-bit machines this doesn't matter but on 64-bit this leads to problems. Bump SRCREV to integrate a fix from upstream. Also, drop the conditional configure_fix.patch, it was integrated

[OE-core] [PATCH 1/2] libmatchbox: upgrade to 1.11

2013-08-14 Thread Ross Burton
Remove check.m4 as libmatchbox uses the check.pc instead of a m4 file now. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/libmatchbox/files/check.m4 | 133 .../libmatchbox/libmatchbox_1.10.bb| 28 -

Re: [OE-core] [PATCH] cmake.bbclass: Don't use packages from the native build machine

2013-08-14 Thread Lukas Bulwahn
Hi Stefan, I have been working with this patch for quite some time on my OpenEmbedded-Core repository and I have not seen any problems, but I do not know if it breaks anything on the complete 'bitbake world'. Lukas -Ursprüngliche Nachricht- Von:

Re: [OE-core] [PATCH 3/6] libav: add from meta-oe, update and tweak

2013-08-14 Thread Martin Jansa
On Fri, Aug 09, 2013 at 09:59:32AM +0100, Paul Eggleton wrote: Changes from the meta-oe recipe: * Update stable recipe to 0.8.8 * Update git recipe to the tag for 9.8 (for now) * Switch over to a tarball for the release version recipe * Add LICENSE_FLAGS = commercial * Set SUMMARY instead of

[OE-core] [PATCH] qemu, default-providers: Add mesa as default virtual/egl

2013-08-14 Thread Martin Jansa
* it's safer to select it consistently with virtual/libgl* providers Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/conf/distro/include/default-providers.inc | 1 + meta/conf/machine/include/qemu.inc | 1 + 2 files changed, 2 insertions(+) diff --git

Re: [OE-core] [PATCH 3/6] libav: add from meta-oe, update and tweak

2013-08-14 Thread Phil Blundell
On Wed, 2013-08-14 at 14:22 +0200, Martin Jansa wrote: On Fri, Aug 09, 2013 at 09:59:32AM +0100, Paul Eggleton wrote: Changes from the meta-oe recipe: * Update stable recipe to 0.8.8 * Update git recipe to the tag for 9.8 (for now) * Switch over to a tarball for the release version recipe

[OE-core] recipe whitespace style questions

2013-08-14 Thread Peter A. Bigot
This maybe opens a can of worms, but: A recent comment on a patch raised the issue of how to do whitespace indentation on multiple-line continuations: specifically, how many spaces should be used. This is not addressed in the current style-guide and is something I've been confused about too.

Re: [OE-core] [PATCH 3/6] libav: add from meta-oe, update and tweak

2013-08-14 Thread Burton, Ross
On 14 August 2013 14:07, Phil Blundell p...@pbcl.net wrote: I'm not quite sure why aargh64 is in there but arm isn't. Is that an official architecture alias, or a typo? ;) Ross ___ Openembedded-core mailing list

Re: [OE-core] recipe whitespace style questions

2013-08-14 Thread Martin Jansa
On Wed, Aug 14, 2013 at 08:51:40AM -0500, Peter A. Bigot wrote: SRC_URI = file://skeleton \ file://skeleton_test.c \ file://COPYRIGHT \ which I'll call none, and; SRC_URI = file://skeleton \ file://skeleton_test.c \ file://COPYRIGHT

[OE-core] [PATCH][V2] wipe-sysroots: don't assume TMPDIR is under BUILDDIR

2013-08-14 Thread Ross Burton
The previous code used the environment variable BUILDDIR and assumed that TMPDIR was a subdirectory. This often isn't the case, so instead ask bitbake where the directories we're about to delete are. Signed-off-by: Ross Burton ross.bur...@intel.com --- scripts/wipe-sysroot | 24

Re: [OE-core] [PATCH v2] linux-dtb: Use kernel build system to generate the dtb files

2013-08-14 Thread Mike Looijmans
 On 08/13/2013 03:52 PM, Otavio Salvador wrote: As the Linux kernel, unconditionally, builds the dtc application and it is the compatible version with the DeviceTree files shipped within the kernel it is better to use it and the kernel build system to generate the dtb files. Some DeviceTree

Re: [OE-core] recipe whitespace style questions

2013-08-14 Thread Chris Larson
On Wed, Aug 14, 2013 at 7:13 AM, Martin Jansa martin.ja...@gmail.comwrote: On Wed, Aug 14, 2013 at 08:51:40AM -0500, Peter A. Bigot wrote: SRC_URI = file://skeleton \ file://skeleton_test.c \ file://COPYRIGHT \ which I'll call none, and; SRC_URI =

[OE-core] How about deploying devicetree (dtb) files?

2013-08-14 Thread Mike Looijmans
Now that the subject came up, maybe it's good to exchange some ideas here. Building the DTB is one thing. But we have to get it on the target as well. Currently, a bitbake virtual/kernel will also build one or more dtb files, and put them in the directory where the images will end up. It's

[OE-core] [PATCH] linux-dtb.inc: Run dts through the preprocessor

2013-08-14 Thread Franklin S. Cooper Jr
* In the 3.11 kernel some dts files now include C code that must first run through the preprocessor. * Update building the dtb by first running the dts file through the user's compiler before building using the device tree compiler. * The logic used is based on mainline u-boot dts/Makefile.

[OE-core] [PATCH] kernel.bbclass: Create symbolic link to add ${KERNEL_IMAGETYPE} to boot package

2013-08-14 Thread Franklin S. Cooper Jr
* By default for some platforms U-boot assumes the kernel image is located in the boot directory of the root filesystem. * The kernel.bbclass already includes the kernel image in the /boot directory but adds a version number to the file name. * Create a symbolic link that names the kernel

Re: [OE-core] [PATCH] linux-dtb.inc: Run dts through the preprocessor

2013-08-14 Thread Bruce Ashfield
On Wed, Aug 14, 2013 at 11:32 AM, Franklin S. Cooper Jr fcoo...@ti.com wrote: * In the 3.11 kernel some dts files now include C code that must first run through the preprocessor. * Update building the dtb by first running the dts file through the user's compiler before building using the

Re: [OE-core] [PATCH] kernel.bbclass: Create symbolic link to add ${KERNEL_IMAGETYPE} to boot package

2013-08-14 Thread Bruce Ashfield
On Wed, Aug 14, 2013 at 11:32 AM, Franklin S. Cooper Jr fcoo...@ti.com wrote: * By default for some platforms U-boot assumes the kernel image is located in the boot directory of the root filesystem. * The kernel.bbclass already includes the kernel image in the /boot directory but adds a

Re: [OE-core] [PATCH] linux-dtb.inc: Run dts through the preprocessor

2013-08-14 Thread Cooper Jr., Franklin
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] Sent: Wednesday, August 14, 2013 10:25 AM To: Cooper Jr., Franklin Cc: Patches and discussions about the oe-core layer; Otavio Salvador Subject: Re: [OE-core] [PATCH] linux-dtb.inc: Run dts through the

[OE-core] [dylan][PATCH] classes/terminal: fix pseudo exiting when launching devshell

2013-08-14 Thread Paul Eggleton
In dylan, since the entire bitbake process is run under pseudo, LD_PRELOAD is set when we collect BB_ORIGENV and thus when we construct the devshell environment from the latter, LD_PRELOAD is included. However, for a fakeroot task we explicitly run the devshell under pseudo (e.g. pseudo

Re: [OE-core] [dylan]devshell: broken

2013-08-14 Thread Paul Eggleton
Hi Andre / Nicolas, On Wednesday 14 August 2013 08:35:18 Nicolas Dechesne wrote: On Wed, Aug 14, 2013 at 7:54 AM, Andre armccu...@gmail.com wrote: bitbake -c devshell seems to have stopped working (tested with xterm and mate-terminal) in dylan since this commit: a749f06 terminal: Run

[OE-core] Revert kernel-moudle- workaround for out-of-tree module package

2013-08-14 Thread Yang Shi
The package runtime mapping rename issue is already fixed by commit 0bc564af07c1bae8112f834a60aea3b72af7de13, the kernel-module- workaround is not necessary anymore for out-of-tree module package, so revert that commit. Yang Shi (1): Revert hello-mod: Ensure the produced package name

[OE-core] [PATCH] Revert hello-mod: Ensure the produced package name begins with kernel-module-

2013-08-14 Thread Yang Shi
[YOCTO #4286] The package runtime mapping rename issue is already fixed by commit 0bc564af07c1bae8112f834a60aea3b72af7de13, the kernel-module- workaround is not necessary anymore for out-of-tree module package, so revert that commit. This reverts commit 71aafc214fe407b7620e747c11dfb8326c867b1c.

Re: [OE-core] [dylan][PATCH] classes/terminal: fix pseudo exiting when launching devshell

2013-08-14 Thread Nicolas Dechesne
On Wed, Aug 14, 2013 at 5:46 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: In dylan, since the entire bitbake process is run under pseudo, LD_PRELOAD is set when we collect BB_ORIGENV and thus when we construct the devshell environment from the latter, LD_PRELOAD is included.

Re: [OE-core] [PATCH] Revert hello-mod: Ensure the produced package name begins with kernel-module-

2013-08-14 Thread Darren Hart
On Wed, 2013-08-14 at 09:41 -0700, Yang Shi wrote: [YOCTO #4286] The package runtime mapping rename issue is already fixed by commit 0bc564af07c1bae8112f834a60aea3b72af7de13, the kernel-module- workaround is not necessary anymore for out-of-tree module package, so revert that commit.

Re: [OE-core] [PATCH] Revert hello-mod: Ensure the produced package name begins with kernel-module-

2013-08-14 Thread Mark Hatle
On 8/14/13 1:10 PM, Darren Hart wrote: On Wed, 2013-08-14 at 09:41 -0700, Yang Shi wrote: [YOCTO #4286] The package runtime mapping rename issue is already fixed by commit 0bc564af07c1bae8112f834a60aea3b72af7de13, the kernel-module- workaround is not necessary anymore for out-of-tree module

[OE-core] [PATCH] prelink: update to latest cross-prelink

2013-08-14 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-devtools/prelink/prelink_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index ae9931f..4d49026 100644 ---

[OE-core] [PATCH] texinfo: add perl RDEPENDS and fix up packaging

2013-08-14 Thread Saul Wold
This new version of texinfo uses perl for the conversion process. The perl modules are installed in ${datadir}/texinfo which was getting pulled into the -doc package, since FILE_${PN} is a full override, add it back. Signed-off-by: Saul Wold s...@linux.intel.com ---

Re: [OE-core] [PATCH] prelink: update to latest cross-prelink

2013-08-14 Thread Saul Wold
On 08/14/2013 01:13 PM, Mark Hatle wrote: Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-devtools/prelink/prelink_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/prelink/prelink_git.bb

[OE-core] [PATCH 05/11] package_rpm.bbclass: NO_RECOMMENDATIONS support

2013-08-14 Thread Mark Hatle
Add NO_RECOMMENDATIONS support. A way to disable all recommended packages from being installed. This will help shrink the size of the resulting filesystem. Add documentation on NO_RECOMMENDATIONS and BAD_RECOMMENDATIONS. Note, using NO_RECOMMENDATIONS has side effects such that kernel-modules

[OE-core] [PATCH 02/11] python-smartpm: Add support for excluding package from the install

2013-08-14 Thread Mark Hatle
Update smart to support a mechanism for excluding specific packages from the install process. An error will be generated if this package is required. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../smart-flag-exclude-packages.patch | 70 ++

[OE-core] [PATCH 03/11] package_rpm.bbclass: Add support for PACKAGE_EXCLUDE to RPM installs

2013-08-14 Thread Mark Hatle
Using the new smart exclude mechanism an error will be generated in the excluded package is required for the image to be generated. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/classes/package_rpm.bbclass | 5 + 1 file changed, 5 insertions(+) diff --git

[OE-core] [PATCH 00/11] Update the way we control the construction of filesystems

2013-08-14 Thread Mark Hatle
As part of the work for the Yocto Project bug # 4079, we need a way to exclude various packages from being installed into the image. There are three mechanisms in place after these patches BAD_RECOMMENDATIONS, NO_RECOMMENDATIONS, and PACKAGE_EXCLUDE There was an existing mechanism called

[OE-core] [PATCH 10/11] opkg: Add support for excluding packages from the install

2013-08-14 Thread Mark Hatle
This adds a new argument to opkg-cl, --add-exclude, which is used to add package names to the list of packages to exclude from the install. If an excluded package is needed for the install to resolve, an error will be generated. Recommended packages will not generate an error. Signed-off-by:

[OE-core] [PATCH 06/11] package_deb.bbclass: Use the WORKDIR not SYSROOT for temp files

2013-08-14 Thread Mark Hatle
Previous debian APT configuration was using the sysroot directory. This not only polluted the sysroot, but violates the expectation that the sysroot is not modified by the rootfs installation. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/classes/package_deb.bbclass | 17

[OE-core] [PATCH 08/11] opkg: Add --no-install-recommends option.

2013-08-14 Thread Mark Hatle
The new --no-install-recommends option is similar to the behavior of apt-get's --no-install-recommedns. Only required packages will be installed. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../opkg/opkg/no-install-recommends.patch | 78 ++

[OE-core] [PATCH 11/11] package_ipk: Add support for PACKAGE_EXCLUDE

2013-08-14 Thread Mark Hatle
This uses the new --add-exclude arguments in opkg-cl, to list the excluded packages. If an excluded package is needed for the install to resolve, an error will be generated. Recommended packages will not generate an error. Signed-off-by: Mark Hatle mark.ha...@windriver.com ---

[OE-core] [PATCH 07/11] package_deb: Add support for NO_RECOMMENDATIONS and PACKAGE_EXCLUDE

2013-08-14 Thread Mark Hatle
Add support for NO_RECOMMENDATIONS and PACKAGE_EXCLUDE. Also add a warning that ensures users know that BAD_RECOMMENDATIONS support is not implemented in the debian package/rootfs classes. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/classes/package_deb.bbclass | 17

[OE-core] [PATCH v2] prelink: update to latest cross-prelink

2013-08-14 Thread Mark Hatle
Sync to latest cross-prelink, as of Aug 1, 2013. Drop the PR number, no longer needed. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-devtools/prelink/prelink_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH 00/11] Update the way we control the construction of filesystems

2013-08-14 Thread Burton, Ross
On 14 August 2013 21:29, Mark Hatle mark.ha...@windriver.com wrote: Debian(apt-get) does not appear to be capable of BAD_RECOMEMNDATIONS, The semantics of BAD_RECOMMENDATIONS is these packages may be listed as recommendations, but don't install them, right? You *might* be able to do this with

[OE-core] [PATCH 01/11] image.bbclass: Add basic support for PACKAGE_EXCLUDE

2013-08-14 Thread Mark Hatle
Add the foundation for the PACKAGE_EXCLUDE support. As part of this work, it was noticed that the PACKAGE_INSTALL and PACKAGE_INSTALL_ATTEMPTONLY were still using he 'normal' version for dependencies. This should no longer be necessary as of the change in the way the complementary package groups

[OE-core] [PATCH 09/11] package_ipk: Add support for NO_RECOMMENDATIONS

2013-08-14 Thread Mark Hatle
Uses the opkg --no-install-recommends option. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/classes/package_ipk.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index 3305879..69a6d95 100644 ---

[OE-core] [PATCH 04/11] python-smartpm: Add support to disable installing recommends

2013-08-14 Thread Mark Hatle
In order to attempt to reduce image sizes by skipping recommended packages, a new mode was added to smart that only evaluates required packaged. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../smart-config-ignore-all-recommends.patch | 24 ++

Re: [OE-core] [PATCH 00/11] Update the way we control the construction of filesystems

2013-08-14 Thread Mark Hatle
On 8/14/13 3:35 PM, Burton, Ross wrote: On 14 August 2013 21:29, Mark Hatle mark.ha...@windriver.com wrote: Debian(apt-get) does not appear to be capable of BAD_RECOMEMNDATIONS, The semantics of BAD_RECOMMENDATIONS is these packages may be listed as recommendations, but don't install them,

Re: [OE-core] [PATCH 00/11] Update the way we control the construction of filesystems

2013-08-14 Thread Burton, Ross
On 14 August 2013 21:41, Mark Hatle mark.ha...@windriver.com wrote: able to do this with dpkg by setting the package state to not-installed hold. I tried that and it did not work. The hold semantic in dpkg/apt-get appears to say once it's installed keep it at a specific version. But it

Re: [OE-core] [dylan]devshell: broken

2013-08-14 Thread Andre McCurdy
On Wed, Aug 14, 2013 at 8:50 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Andre / Nicolas, ... I have just sent a patch for dylan to this list to exclude LD_PRELOAD from the environment which fixes the problem in my testing here. Fix confirmed here too. Thanks! Andre --

[OE-core] [PATCH 1/1] coreutils: add PACKAGECONFIG info for act support

2013-08-14 Thread Joe Slater
CQID: 430353 Add configuration data to enable acl support if it is a distro feature. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-core/coreutils/coreutils_6.9.bb | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [PATCH 1/1] coreutils: add PACKAGECONFIG info for act support

2013-08-14 Thread Saul Wold
On 08/14/2013 04:03 PM, Joe Slater wrote: CQID: 430353 act support or acl support :-) Add configuration data to enable acl support if it is a distro feature. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-core/coreutils/coreutils_6.9.bb | 13 - 1 files

[OE-core] [PATCH 0/1] Add SDL2

2013-08-14 Thread Marko Lindqvist
Add libSDL2 recipe. SDL2 is not drop in replacement for SDL-1.2 so is not replacing it. SDL2 could live outside core for now. I added it here just so it would be next to SDL-1.2 recipe. Likewise I plan to add SDL2_image and SDL2_mixer recipes to meta-openembedded next to their SDL-1.2

Re: [OE-core] [PATCH v2] linux-dtb: Use kernel build system to generate the dtb files

2013-08-14 Thread Otavio Salvador
On Wed, Aug 14, 2013 at 11:17 AM, Mike Looijmans mike.looijm...@topic.nl wrote: On 08/13/2013 03:52 PM, Otavio Salvador wrote: As the Linux kernel, unconditionally, builds the dtc application and it is the compatible version with the DeviceTree files shipped within the kernel it is better to

[OE-core] [PATCH] u-boot: update to 2013.07

2013-08-14 Thread Laszlo Papp
Signed-off-by: Laszlo Papp lp...@kde.org --- meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb | 26 + meta/recipes-bsp/u-boot/u-boot-mkimage_2013.07.bb | 27 ++ meta/recipes-bsp/u-boot/u-boot_2013.07.bb | 25 3 files