Re: [OE-core] [PATCH][RFC] bitbake.conf: use empty SRC_URI by default

2012-03-09 Thread Saul Wold
On 03/08/2012 01:38 PM, Andreas Oberritter wrote: On 08.03.2012 03:51, Andreas Oberritter wrote: * Otherwise, recipes that only append to SRC_URI instead of overwriting it will get the full path of the recipe written into the Source: field of the package. Signed-off-by: Andreas

Re: [OE-core] [oe-core][PATCH] layer.conf: exclude meta-environment with SIGGEN_EXCLUDERECIPES_ABISAFE

2012-03-09 Thread Martin Jansa
On Wed, Feb 29, 2012 at 01:24:12PM +, Richard Purdie wrote: On Wed, 2012-02-29 at 11:47 +0100, Martin Jansa wrote: * it's machine specific and depends on TIME basehash changed from 30e97f9eeed1df8488b62b4fb47a3a0c to 72ea9a277e6599ae9052b169b9a94f1b Variable

[OE-core] IMAGE_INSTALL_append versus IMAGE_INSTALL +=?

2012-03-09 Thread Robert P. J. Day
the current yocto dev manual contains the following: = start 4.3.4.1. Adding Packages The simplest way to add extra packages to all images is by using the IMAGE_INSTALL variable with the _append operator: IMAGE_INSTALL_append = strace Use of the syntax is important.

[OE-core] IMAGE_FEATURES vs EXTRA_IMAGE_FEATURES?

2012-03-09 Thread Robert P. J. Day
again, reading the poky ref manual over at yocto, and here's the explanation of EXTRA_IMAGE_FEATURES: Allows extra packages to be added to the generated images. You set this variable in the local.conf configuration file. Note that some image features are also added using the IMAGE_FEATURES

Re: [OE-core] [oe-core][PATCH] layer.conf: exclude meta-environment with SIGGEN_EXCLUDERECIPES_ABISAFE

2012-03-09 Thread Richard Purdie
On Fri, 2012-03-09 at 09:29 +0100, Martin Jansa wrote: On Wed, Feb 29, 2012 at 01:24:12PM +, Richard Purdie wrote: On Wed, 2012-02-29 at 11:47 +0100, Martin Jansa wrote: * it's machine specific and depends on TIME basehash changed from 30e97f9eeed1df8488b62b4fb47a3a0c to

Re: [OE-core] [PATCH][RFC] bitbake.conf: use empty SRC_URI by default

2012-03-09 Thread Richard Purdie
On Fri, 2012-03-09 at 00:07 -0800, Saul Wold wrote: On 03/08/2012 01:38 PM, Andreas Oberritter wrote: On 08.03.2012 03:51, Andreas Oberritter wrote: * Otherwise, recipes that only append to SRC_URI instead of overwriting it will get the full path of the recipe written into the

[OE-core] [PATCH 0/6] Pending patches on O.S. Systems' tree

2012-03-09 Thread Otavio Salvador
The following changes since commit 50dc8bfbac42b9a9b52a2f7d0568740c41790c13: rpm 5.4.0: Add rpmdeps-oecore to replace rpmdeps for package.bbclass (2012-03-09 06:39:52 -0800) are available in the git repository at: git://github.com/OSSystems/oe-core master

[OE-core] [PATCH 1/6] run-postinsts: fix opkg data path

2012-03-09 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../dpkg/run-postinsts/run-postinsts |4 ++-- .../dpkg/run-postinsts/run-postinsts.awk |2 +- meta/recipes-devtools/dpkg/run-postinsts_1.0.bb|2 +- 3 files changed, 4 insertions(+), 4 deletions(-)

[OE-core] [PATCH 2/6] image.bbclass: fix rootfs generation without package management tools

2012-03-09 Thread Otavio Salvador
When building without package management tools the ROOTFS_BOOTSTRAP_INSTALL packages need to be available to provide the bare minimal for rootfs unconfigure postinsts to be on first boot. Those packages where being include in core-image.bbclass' based images however every image needs those

[OE-core] [PATCH 4/6] opkg: rename postinst trigger script

2012-03-09 Thread Otavio Salvador
Use 'run-postinsts' as trigger script name as it describes better the intent of it. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-devtools/opkg/opkg.inc |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/opkg/opkg.inc

[OE-core] [PATCH 3/6] rootfs_rpm.bbclass: rename postinst trigger script

2012-03-09 Thread Otavio Salvador
Use 'run-postinsts' as trigger script name as it describes better the intent of it. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/rootfs_rpm.bbclass |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/rootfs_rpm.bbclass

[OE-core] [PATCH 5/6] dpkg: rename postinst trigger script

2012-03-09 Thread Otavio Salvador
Use 'run-postinsts' as trigger script name as it describes better the intent of it. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-devtools/dpkg/dpkg.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc

[OE-core] [PATCH 6/6] connman: update to 0.79

2012-03-09 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../connman/add_xuser_dbus_permission.patch| 12 +++- .../connman/connman/disable_alg-test.patch | 18 +- .../connman/{connman_0.78.bb = connman_0.79.bb} |6 ++ 3 files changed, 18

Re: [OE-core] [oe-core][PATCH] bitbake.conf: use PACKAGE_ARCH instead of TARGET_ARCH in SDK_NAME

2012-03-09 Thread McClintock Matthew-B29882
On Fri, Mar 9, 2012 at 12:48 AM, Martin Jansa martin.ja...@gmail.com wrote: * also use weak assignment for SDK_NAME_PREFIX as suggested by khem * PACKAGE_ARCH is not 100% right too, because such SDK image usually has few  machine specific packages included (e.g. base-files, securetty, opkg

Re: [OE-core] [oe-core][PATCH] bitbake.conf: use PACKAGE_ARCH instead of TARGET_ARCH in SDK_NAME

2012-03-09 Thread McClintock Matthew-B29882
On Fri, Mar 9, 2012 at 10:32 AM, Matthew McClintock m...@freescale.com wrote: On Fri, Mar 9, 2012 at 12:48 AM, Martin Jansa martin.ja...@gmail.com wrote: * also use weak assignment for SDK_NAME_PREFIX as suggested by khem * PACKAGE_ARCH is not 100% right too, because such SDK image usually has

Re: [OE-core] [PATCH] arch-powerpc.inc: use default value of TUNE_PKGARCH

2012-03-09 Thread Mark Hatle
On 3/8/12 2:15 PM, Richard Purdie wrote: On Tue, 2012-03-06 at 17:20 -0600, Matthew McClintock wrote: We can use the default value for TUNE_PKGARCH, and now we just append -nf if TARGET_FPU is fpu-soft Signed-off-by: Matthew McClintockm...@freescale.com ---

Re: [OE-core] [oe-core][PATCH] bitbake.conf: use PACKAGE_ARCH instead of TARGET_ARCH in SDK_NAME

2012-03-09 Thread Martin Jansa
On Fri, Mar 09, 2012 at 04:33:33PM +, McClintock Matthew-B29882 wrote: On Fri, Mar 9, 2012 at 10:32 AM, Matthew McClintock m...@freescale.com wrote: On Fri, Mar 9, 2012 at 12:48 AM, Martin Jansa martin.ja...@gmail.com wrote: * also use weak assignment for SDK_NAME_PREFIX as suggested

Re: [OE-core] [PATCH] arch-powerpc.inc: use default value of TUNE_PKGARCH

2012-03-09 Thread McClintock Matthew-B29882
On Fri, Mar 9, 2012 at 10:45 AM, Mark Hatle mark.ha...@windriver.com wrote: On 3/8/12 2:15 PM, Richard Purdie wrote: On Tue, 2012-03-06 at 17:20 -0600, Matthew McClintock wrote: We can use the default value for TUNE_PKGARCH, and now we just append -nf if TARGET_FPU is fpu-soft

Re: [OE-core] [oe-core][PATCH] bitbake.conf: use PACKAGE_ARCH instead of TARGET_ARCH in SDK_NAME

2012-03-09 Thread McClintock Matthew-B29882
On Fri, Mar 9, 2012 at 11:00 AM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Mar 09, 2012 at 04:33:33PM +, McClintock Matthew-B29882 wrote: On Fri, Mar 9, 2012 at 10:32 AM, Matthew McClintock m...@freescale.com wrote: On Fri, Mar 9, 2012 at 12:48 AM, Martin Jansa

Re: [OE-core] BOTAN crypto library

2012-03-09 Thread simran singh
Hello Raj, Sorry about the late response. I think it was just that my path to the linker was the thing causing the problem here. However, the botan makefile does work with those standard variables. I tried changing these variables inside the botan recipe but I suppose they were getting written

[OE-core] [PATCH] util-linux: explicitly disable udev

2012-03-09 Thread Andreas Oberritter
* util-linux auto-detects libudev for lsblk, so disable it, because it's not listed in DEPENDS. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta/recipes-core/util-linux/util-linux.inc |2 +- meta/recipes-core/util-linux/util-linux_2.21.bb |2 +- 2 files changed, 2

[OE-core] [PATCH] package.bbclass: sort dynamically generated packages

2012-03-09 Thread Andreas Oberritter
* do_split_packages and package_do_split_locales dynamically add packages in order of appearance of os.walk() or os.listdir(). This order varies between multiple build hosts (and probably also between successive builds). * Sort the list of dynamically added packages, to get a consistent

[OE-core] Consistency and use cases for IMAGE_FSTYPES

2012-03-09 Thread Tom Rini
Hey all, Over in meta-ti I kicked off a discussion (https://lists.yoctoproject.org/pipermail/meta-ti/2012-March/000779.html) about if we should be using '?=' or '+=' with IMAGE_FSTYPES in the machine conf files. This has been discussed a little bit before

[OE-core] [PATCH 1/2] python-2.7.2: always set platform to linux2

2012-03-09 Thread Andreas Oberritter
* Fixes many problems with linux2 vs. linux3. At least: - Detected version was from build-host instead of target-host. - linuxaudiodev and ossaudiodev were disabled for linux3. - Files were missing in /usr/lib/python2.7/plat-linux3. * Imported from upstream HG rev c816479f6aaf * Bugtracker

[OE-core] [PATCH 2/2] python-2.7.2: depend on bzip2

2012-03-09 Thread Andreas Oberritter
* Python auto-detects libbz2 and there's no way to force-disable it, so just enable it. * Adds bz2 support to python-compression. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta/recipes-devtools/python/python_2.7.2.bb |4 ++-- 1 files changed, 2 insertions(+), 2

Re: [OE-core] [PATCH 1/1] kernel.bbclass: Remove warnings for modutils and modprobe.d

2012-03-09 Thread Darren Hart
On 03/08/2012 09:39 AM, Mark Hatle wrote: On 3/7/12 11:04 AM, Darren Hart wrote: On 03/07/2012 12:21 AM, Koen Kooi wrote: Op 7 mrt. 2012, om 09:06 heeft Darren Hart het volgende geschreven: Fixes [Yocto #2036] The source and build directories are unused, remove them. The modutils and

[OE-core] [PATCH] package_ipk: apply umask to control and conffiles

2012-03-09 Thread Andreas Oberritter
* Explicitly set umask to 022. Otherwise the build system's umask leaks into the image. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- * I tried do_package_ipk[umask] = 022 first, but it didn't work. meta/classes/package_ipk.bbclass |4 1 files changed, 4 insertions(+),

[OE-core] [PATCH] linux-firmware: fix permissions of installed files

2012-03-09 Thread Andreas Oberritter
* The previous copy command preserved the original owner and permission bits. * The new command uses root:root and applies OE's umask. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- .../linux-firmware/linux-firmware_git.bb |4 ++-- 1 files changed, 2 insertions(+),

Re: [OE-core] broken ncurses support for python

2012-03-09 Thread Scott Garman
On 03/08/2012 10:48 AM, Scott Garman wrote: On 03/06/2012 02:33 PM, Sergey Lapin wrote: breaks python ncurses support. Any ideas on proper fixing? For myself I revert this locally and everything works perfectly. (I think .so files and .a archives should be in usr/lib while .so can go to /lib

Re: [OE-core] Consistency and use cases for IMAGE_FSTYPES

2012-03-09 Thread Koen Kooi
Op 9 mrt. 2012, om 22:39 heeft Tom Rini het volgende geschreven: Hey all, Over in meta-ti I kicked off a discussion (https://lists.yoctoproject.org/pipermail/meta-ti/2012-March/000779.html) about if we should be using '?=' or '+=' with IMAGE_FSTYPES in the machine conf files. This has