Re: [OE-core] [PATCH] Connectivity and multimedia manual packages

2012-07-25 Thread Iorga, Cristian
Sorry, it was a mistake. I send previously updates to poky. Thanks, Cristian -Original Message- From: Saul Wold [mailto:s...@linux.intel.com] Sent: Tuesday, July 24, 2012 7:02 PM To: Patches and discussions about the oe-core layer Cc: Iorga, Cristian Subject: Re: [OE-core] [PATCH]

[OE-core] [PATCH 1/1] mtools: add glibc-gconv-* to RDEPENDS/RRECOMMENDS

2012-07-25 Thread xin.ouyang
From: Xin Ouyang xin.ouy...@windriver.com [YOCTO #2829] mtools commands use cp850 as the mtools_default_codepage, they would use this to do some coverting tasks. So, add glibc-gconv-ibm850 to RDEPENDS for mtools commands to run correctly. Also add other MSDOS/FAT codepages related packages to

[OE-core] [CONSOLIDATED PULL 03/28] tcmode-default: Bump EGLIBC Version to 2.16

2012-07-25 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/conf/distro/include/tcmode-default.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 0a068be..2bfa225 100644 ---

[OE-core] [CONSOLIDATED PULL 02/28] libpcap: fix pcap-config to not return -Wl, -rpath

2012-07-25 Thread Saul Wold
From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-connectivity/libpcap/libpcap.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[OE-core] [CONSOLIDATED PULL 01/28] initscripts: don't bg mk_dirs in populate-volatile

2012-07-25 Thread Saul Wold
From: Christopher Larson chris_lar...@mentor.com If a directory needs to be created to create something else in volatiles, there's no guarantees on ordering due to the backgrounding. We can't guarantee with certainty that the create directory commands are complete before the later ones run. This

[OE-core] [CONSOLIDATED PULL 00/28] Fixes eglibc 2.16

2012-07-25 Thread Saul Wold
Richard, This is a batch of changes that have seen various level of build testing. It is currently building on the AB, so you can monitor and decide. We have had a new of parallel build related issues in telepathy and tonght in bash (this may be related to Otavio's re-enablement) I think

[OE-core] [CONSOLIDATED PULL 04/28] bash: enable parallel build

2012-07-25 Thread Saul Wold
From: Otavio Salvador ota...@ossystems.com.br I've build it several times in a 8 core machine without problem so it seems safe to use parallel build now. Signed-off-by: Otavio Salvador ota...@ossystems.com.br Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-extended/bash/bash.inc

[OE-core] [CONSOLIDATED PULL 05/28] bash: fix warning about bashbug reference /usr/bin when installed in /bin

2012-07-25 Thread Saul Wold
From: Otavio Salvador ota...@ossystems.com.br Change the installation process so we have bashbug in ${bindir} and bash at ${base_bindir}. Signed-off-by: Otavio Salvador ota...@ossystems.com.br Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-extended/bash/bash.inc| 11

[OE-core] [CONSOLIDATED PULL 06/28] kernel.bbclass: fix external module building

2012-07-25 Thread Saul Wold
From: Denis Carikli gnu...@no-log.org Without that fix we have the following while compiling compat-wireless. include/linux/mmzone.h:18:30: fatal error: generated/bounds.h: No such file or directory Note that the compat-wireless recipe will be added in another commit. make -C $kerneldir

[OE-core] [CONSOLIDATED PULL 07/28] shadow-native: use 'users' group by default

2012-07-25 Thread Saul Wold
From: Otavio Salvador ota...@ossystems.com.br The rootfs has 'users' group at number 100 and without this fix it would assign to a non-existent group and if a group with gid as 1000 is created later it would own all files for users created. Signed-off-by: Otavio Salvador ota...@ossystems.com.br

[OE-core] [CONSOLIDATED PULL 10/28] dhcp: remove dependency of dev/staticdev packages on main package

2012-07-25 Thread Saul Wold
From: Paul Eggleton paul.eggle...@linux.intel.com The main package is empty and is not produced, which leaves the dev and staticdev packages broken. Remove the dependencies (added in bitbake.conf by default) to fix this. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by:

[OE-core] [CONSOLIDATED PULL 09/28] linux-yocto/3.4: 3.4.6 and 3.4.x-rt14

2012-07-25 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com Updating the 3.4 kernel to the latest -stable release and updating preempt-rt to 3.4.4-rt14. Tested on qemu* Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Saul Wold s...@linux.intel.com ---

[OE-core] [CONSOLIDATED PULL 11/28] libxp: Change superfluous += to simple = when using _append

2012-07-25 Thread Saul Wold
From: Robert P. J. Day rpj...@crashcourse.ca Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[OE-core] [CONSOLIDATED PULL 13/28] qemu.bbclass: Map the qemu binary name for powerpc64

2012-07-25 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Signed-off-by: Khem Raj raj.k...@gmail.com Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/qemu.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/classes/qemu.bbclass b/meta/classes/qemu.bbclass index

[OE-core] [CONSOLIDATED PULL 12/28] webkit-gtk: Replace superfluous += with =, and add leading space

2012-07-25 Thread Saul Wold
From: Robert P. J. Day rpj...@crashcourse.ca Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [CONSOLIDATED PULL 16/28] libcgroup_0.37.1.bb: Add recipe

2012-07-25 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com This recipe is imported from meta-oe its a requirement for systemd to work. Now that systemd is living in a layer of its own. Lets have this recipe into core metadata Signed-off-by: Khem Raj raj.k...@gmail.com Signed-off-by: Saul Wold s...@linux.intel.com ---

[OE-core] [CONSOLIDATED PULL 15/28] remake: Add remake-native and remake

2012-07-25 Thread Saul Wold
From: Wenzong Fan wenzong@windriver.com remake is a patched version of GNU Make that adds improved error reporting, the ability to trace execution in a comprehensible way, and a debugger. [YOCTO #2402] Signed-off-by: Wenzong Fan wenzong@windriver.com Signed-off-by: Saul Wold

[OE-core] [CONSOLIDATED PULL 14/28] cups_1.4.6.bb: Fix build on ppc64

2012-07-25 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com ppc64 uses lib64 and usr/lib64 for library paths so we need to train cups build system Signed-off-by: Khem Raj raj.k...@gmail.com Signed-off-by: Saul Wold s...@linux.intel.com --- .../cups/cups-1.4.6/cups_serverbin.patch | 32

[OE-core] [CONSOLIDATED PULL 17/28] kernel bbclass: Recreate uImage only when KEEPUIMAGE != yes

2012-07-25 Thread Saul Wold
From: Koen Kooi k...@dominion.thruhere.net The intent of the uImage code in this class includes the following 1) be able to specify custom load addresses without needing to patch the kernel 2) add better information to the uImage description field The current state is a NOP anyway, the kernel

[OE-core] [CONSOLIDATED PULL 18/28] package.bbclass: Create symlinks for packages with different packaged name

2012-07-25 Thread Saul Wold
From: Andrei Gherzan and...@gherzan.ro While generating license.manifest package information is searched in: filename=`ls ${TMPDIR}/pkgdata/*/runtime/${pkg}| head -1` This is ok as long as package name is the same as the package name after packaging. For example dbus is packaged as dbus-1. So,

[OE-core] [CONSOLIDATED PULL 19/28] classes/package_deb: add PackageArch field

2012-07-25 Thread Saul Wold
From: Paul Eggleton paul.eggle...@linux.intel.com If we want to query the PACKAGE_ARCH from the installed package (as we do in order to be able to do a pkgdata lookup for example) then we need to have this stored in its own field as this is not always the same as the Architecture field for deb

[OE-core] [CONSOLIDATED PULL 21/28] gcc-cross-initial: Stage self sufficient fixed limits.h

2012-07-25 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com currently gcc installs a limits.h which references to another limits.h which it expects from target sysroot and that header in target sysroot will come from eglibc. So we need to break this catch-22 and hence we install a self sufficient limits.h which is then

[OE-core] [CONSOLIDATED PULL 23/28] core-image: remove x11-netbook package group, it's unused

2012-07-25 Thread Saul Wold
From: Ross Burton ross.bur...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/core-image.bbclass |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/meta/classes/core-image.bbclass

[OE-core] [CONSOLIDATED PULL 20/28] eglibc-initial: Fix build failure due to missing limits.h

2012-07-25 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com We have had these things in place to overcome a limitation from our gcc-initial-cross not staging a self sufficient limits.h. Now thats fixed we do reset TOOLCHAIN_OPTIONS to point to sysroot where linux kernel headers are staged and not the bootstrap sysroot

[OE-core] [CONSOLIDATED PULL 24/28] busybox: fix the problem that mkfs.minix.tests fails on big endian platform

2012-07-25 Thread Saul Wold
From: Yao Zhao yao.z...@windriver.com patch mkfs.minix.tests to have correct md5sum on big endian platform. Signed-off-by: Yao Zhao yao.z...@windriver.com Signed-off-by: Saul Wold s...@linux.intel.com --- .../busybox-mkfs-minix-tests_bigendian.patch | 34

[OE-core] [CONSOLIDATED PULL 22/28] eglibc: Fix build when OPTION_POSIX_WIDE_CHAR_DEVICE_IO is not set

2012-07-25 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com poky-tiny disables certain eglibc options which gives good excercise for eglibc's componentized builds. This patch essentially updates the GLRO patch to account for additions of GLRO(dl_debug_mask) and converts them to GLRO_dl_debug_mask Secondly adds a new

[OE-core] [CONSOLIDATED PULL 25/28] xinit_1.3.2: Remove broken, superfluous 'FILES_${PN} += ${libdir}X11/xinit'

2012-07-25 Thread Saul Wold
From: Robert P. J. Day rpj...@crashcourse.ca Besides being clearly broken, that line is unnecessary as that file is already being picked up from this line in xorg-app-common.inc: FILES_${PN} += ${libdir}/X11/${BPN} ${datadir}/X11/app-defaults/ Signed-off-by: Robert P. J. Day

[OE-core] [CONSOLIDATED PULL 27/28] package-index: inherit pythonnative

2012-07-25 Thread Saul Wold
From: Robert Yang liezhi.y...@windriver.com The native python binary has been moved from usr/bin/python to usr/bin/python-native/python, the recipe which needs python-native should inherit pythonnative, otherwise there would be errors when the python script runs. [YOCTO #2822] Signed-off-by:

[OE-core] [CONSOLIDATED PULL 28/28] Add missing Upstream-Status to various patches.

2012-07-25 Thread Saul Wold
From: Mark Hatle mark.ha...@windriver.com Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../binutils/binutils/binutils-armv5e.patch|4 .../ossp-uuid/0001-Change-library-name.patch |7 +++ ...erve-m-option-status-in-v-option-handling.patch |7 +++

[OE-core] Package recipes change proposal (system-wide) - name wise

2012-07-25 Thread Iorga, Cristian
Hello all, For me, having the version number contained in the name of package recipe is a little bit puzzling. For example: libpcre/libpcre_8.31.bb Is there a solid technical reason to not have it like this? libpcre/libpcre.bb and inside the recipe to have a PV variable defined: PV=8.31 In

[OE-core] [PATCH] slang 2.2.4: fix the pcre existence checking

2012-07-25 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com [YOCTO #2820] when check if there is pcre, the configure file always check the host dir. now we make it work by adding correct prefix for cross-compile environment. Signed-off-by: Roy.Li rongqing...@windriver.com --- .../slang/slang/fix-check-pcre.patch

Re: [OE-core] [PATCH 0/6] rootfs generation improvements v2

2012-07-25 Thread Paul Eggleton
On Monday 23 July 2012 22:42:23 Paul Eggleton wrote: Paul Eggleton (5): classes/rootfs_rpm: improve speed of RPM rootfs construction Seems rpmresolve was missing a DEPENDS on rpm - oops! I've fixed this, and rebased and pushed a new paule/rootfs2 branch to openembedded-core-contrib. Cheers,

[OE-core] [PATCH 0/3] Update packages

2012-07-25 Thread Kang Kai
Hi Saul, These patches update liburi-perl, qmmp and ltp. Regards, Kai The following changes since commit 0ffb02eec2beaea27ff0ec9d3d31b0a09e675a4c: documentation: Updated the h6 style to use a larger font (2012-07-24 10:35:34 +0100) are available in the git repository at:

[OE-core] [PATCH 2/3] qmmp: update 0.6.1

2012-07-25 Thread Kang Kai
Update qmmp to 0.6.1 Remove spaces at end of lines. Signed-off-by: Kang Kai kai.k...@windriver.com --- .../qt-apps/{qmmp_0.5.2.bb = qmmp_0.6.1.bb} |8 1 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-qt/qt-apps/{qmmp_0.5.2.bb = qmmp_0.6.1.bb} (90%) diff

[OE-core] [PATCH 1/3] ltp: update to version 20120614

2012-07-25 Thread Kang Kai
Update ltp to version 20120614 and update license files at same time. Remove the patch because it has been merged. Signed-off-by: Kang Kai kai.k...@windriver.com --- .../ltp/ltp/fix_building_fom_archive.patch | 13 - .../ltp/{ltp_20120401.bb = ltp_20120614.bb} | 12

[OE-core] [PATCH 3/3] liburi-perl: update to 1.60

2012-07-25 Thread Kang Kai
Update to 1.60 Signed-off-by: Kang Kai kai.k...@windriver.com --- .../{liburi-perl_1.59.bb = liburi-perl_1.60.bb} |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-devtools/perl/{liburi-perl_1.59.bb = liburi-perl_1.60.bb} (81%) diff --git

Re: [OE-core] Package recipes change proposal (system-wide) - name wise

2012-07-25 Thread Koen Kooi
Op 25 jul. 2012, om 09:23 heeft Iorga, Cristian het volgende geschreven: Hello all, For me, having the version number contained in the name of package recipe is a little bit puzzling. For example: libpcre/libpcre_8.31.bb Is there a solid technical reason to not have it like this?

Re: [OE-core] Package recipes change proposal (system-wide) - name wise

2012-07-25 Thread Paul Eggleton
On Wednesday 25 July 2012 07:23:31 Iorga, Cristian wrote: For me, having the version number contained in the name of package recipe is a little bit puzzling. For example: libpcre/libpcre_8.31.bb Is there a solid technical reason to not have it like this? libpcre/libpcre.bb and inside the

Re: [OE-core] [oe-commits] Ross Burton : webkit-gtk: remove no-parallel bodge

2012-07-25 Thread Andreas Müller
On Sat, Jul 21, 2012 at 1:15 AM, Martin Jansa martin.ja...@gmail.com wrote: This workaround was originally for GNU Make 3.82 which upstream was blaming for a parallel build failure. Since then I've changed numerous variables and now parallel builds are working with 3.82 (and succeed in 20

Re: [OE-core] [PATCH 1/2] bash: enable parallel build

2012-07-25 Thread Otavio Salvador
On Wed, Jul 25, 2012 at 5:51 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-07-20 at 14:12 -0300, Otavio Salvador wrote: I've build it several times in a 8 core machine without problem so it seems safe to use parallel build now. Sadly its not:

[OE-core] [PATCH] telepathy-glib: fix a build race

2012-07-25 Thread Ross Burton
[YOCTO #2462] Signed-off-by: Ross Burton ross.bur...@intel.com --- ...Fix-a-race-in-_gen-reentrant-methods.list.patch | 42 .../telepathy/telepathy-glib_0.19.2.bb |5 ++- 2 files changed, 45 insertions(+), 2 deletions(-) create mode 100644

[OE-core] [PATCH] meta/lib: remove test.py

2012-07-25 Thread Paul Eggleton
This looks like it was added by accident in OE-Core revision 7903433898b4683a1c09cc9a6a379421bc9bbd58. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/lib/test.py |3 --- 1 file changed, 3 deletions(-) delete mode 100644 meta/lib/test.py diff --git a/meta/lib/test.py

Re: [OE-core] Package recipes change proposal (system-wide) - name wise

2012-07-25 Thread Chris Larson
On Wed, Jul 25, 2012 at 3:09 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 25 July 2012 07:23:31 Iorga, Cristian wrote: For me, having the version number contained in the name of package recipe is a little bit puzzling. For example: libpcre/libpcre_8.31.bb Is there a

[OE-core] [PATCH] dbus: include dbus-launch in the main dbus package

2012-07-25 Thread Radu Moisan
Followed suggestions from Bugz 2261: 1) remove the --with-x/--without-x configure arguments. If you want to force no-discovery for native builds the correct argument is --disable-x11-autolaunch. This ensures that DBus looks at the build environment to determine whether to enable X11 bus discovery

Re: [OE-core] [PATCH] dbus: include dbus-launch in the main dbus package

2012-07-25 Thread Phil Blundell
On Wed, 2012-07-25 at 17:03 +0300, Radu Moisan wrote: +# for compatibility +RPROVIDES = ${PN}-x11 ITYM RPROVIDES_${PN}. Isn't that a QA error? p. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] dbus: include dbus-launch in the main dbus package

2012-07-25 Thread Koen Kooi
Op 25 jul. 2012, om 15:58 heeft Phil Blundell het volgende geschreven: On Wed, 2012-07-25 at 17:03 +0300, Radu Moisan wrote: +# for compatibility +RPROVIDES = ${PN}-x11 ITYM RPROVIDES_${PN}. Isn't that a QA error? Sadly not, you need to run kergoths recipe_sanity manually to catch this

Re: [OE-core] [PATCH] dbus: include dbus-launch in the main dbus package

2012-07-25 Thread Koen Kooi
Op 25 jul. 2012, om 16:03 heeft Radu Moisan het volgende geschreven: Followed suggestions from Bugz 2261: 1) remove the --with-x/--without-x configure arguments. If you want to force no-discovery for native builds the correct argument is --disable-x11-autolaunch. This ensures that DBus

Re: [OE-core] [PATCH] dbus: include dbus-launch in the main dbus package

2012-07-25 Thread Burton, Ross
On 25 July 2012 15:17, Koen Kooi k...@dominion.thruhere.net wrote: This breaks the upgrade path So how would the upgrade path be unbroken? A dummy dbus-x11 package that pulls in dbus, I suspect. Ross ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] dbus: include dbus-launch in the main dbus package

2012-07-25 Thread Paul Eggleton
On Wednesday 25 July 2012 15:19:10 Burton, Ross wrote: On 25 July 2012 15:17, Koen Kooi k...@dominion.thruhere.net wrote: This breaks the upgrade path So how would the upgrade path be unbroken? A dummy dbus-x11 package that pulls in dbus, I suspect. RREPLACES_${PN} += dbus-x11 ought to be

Re: [OE-core] [PATCH] dbus: include dbus-launch in the main dbus package

2012-07-25 Thread Burton, Ross
On 25 July 2012 15:23, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 25 July 2012 15:19:10 Burton, Ross wrote: On 25 July 2012 15:17, Koen Kooi k...@dominion.thruhere.net wrote: This breaks the upgrade path So how would the upgrade path be unbroken? A dummy dbus-x11

Re: [OE-core] [PATCH] dbus: include dbus-launch in the main dbus package

2012-07-25 Thread Koen Kooi
Op 25 jul. 2012, om 16:23 heeft Paul Eggleton het volgende geschreven: On Wednesday 25 July 2012 15:19:10 Burton, Ross wrote: On 25 July 2012 15:17, Koen Kooi k...@dominion.thruhere.net wrote: This breaks the upgrade path So how would the upgrade path be unbroken? A dummy dbus-x11 package

[OE-core] [PATCH] package.bbclass: don't error when the root doesn't exist in do_split_packages

2012-07-25 Thread Ross Burton
If nothing has been installed in the root automake 1.12 won't install the directory, which means os.walk will throw a file not found exception. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/package.bbclass |4 1 file changed, 4 insertions(+) diff --git

Re: [OE-core] [PATCH] package.bbclass: don't error when the root doesn't exist in do_split_packages

2012-07-25 Thread Burton, Ross
Ignore this, typo in the python. On 25 July 2012 17:36, Ross Burton ross.bur...@intel.com wrote: If nothing has been installed in the root automake 1.12 won't install the directory, which means os.walk will throw a file not found exception. Signed-off-by: Ross Burton ross.bur...@intel.com

[OE-core] [PATCH] package.bbclass: don't error when the root doesn't exist in do_split_packages

2012-07-25 Thread Ross Burton
If nothing has been installed in the root automake 1.12 won't install the directory, which means os.walk will throw a file not found exception. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/package.bbclass |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff

Re: [OE-core] [PATCH] package.bbclass: don't error when the root doesn't exist in do_split_packages

2012-07-25 Thread Martin Jansa
On Wed, Jul 25, 2012 at 05:41:16PM +0100, Ross Burton wrote: If nothing has been installed in the root automake 1.12 won't install the directory, which means os.walk will throw a file not found exception. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/package.bbclass |

[OE-core] AttributeError: 'CoreRecipeInfo' object has no attribute 'task_deps'

2012-07-25 Thread Martin Jansa
This error is shown when someone tries to bitbake -b foo.bb with MACHINE set to something incompatible with foo.bb:COMPATIBLE_MACHINE OE om-gta04@shr ~/shr-core $ grep COMPATIBLE /OE/shr-core/meta-smartphone/meta-openmoko/recipes-kernel/linux/linux-gta04_git.bb COMPATIBLE_MACHINE = om-gta04 OE

Re: [OE-core] [PATCH 5/5] busybox.inc: Install hwclock init script only if rtc is present in MACHINE_FEATURES

2012-07-25 Thread Andrei Gherzan
On Wed, Jul 11, 2012 at 12:11 PM, Martin Jansa martin.ja...@gmail.comwrote: On Tue, Jul 10, 2012 at 11:43:58PM +0100, Phil Blundell wrote: On Wed, 2012-07-11 at 01:15 +0300, Andrei Gherzan wrote: And to move a little further, busybox should be configured with CONFIG_HWCLOCK=y only if it

Re: [OE-core] [PATCH] package.bbclass: Create symlinks for packages with different packaged name

2012-07-25 Thread Andrei Gherzan
On Thu, Jul 19, 2012 at 5:43 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2012-06-28 at 11:13 +0300, Andrei Gherzan wrote: While generating license.manifest package information is searched in: filename=`ls ${TMPDIR}/pkgdata/*/runtime/${pkg}| head -1` This is ok as

[OE-core] [PATCH 0/7] rootfs generation improvements v3

2012-07-25 Thread Paul Eggleton
Fix up handling of complementary package installation (dev, dbg, doc, etc.) and introduce a staticdev-pkgs IMAGE_FEATURES feature. Changes since v2: * Clear IMAGE_FEATURES in core-image-minimal so that it doesn't have dev/dbg packages added (since the default value of IMAGE_FEATURES contains

[OE-core] [PATCH 1/7] package.bbclass: Create symlinks for packages with different packaged name

2012-07-25 Thread Paul Eggleton
From: Andrei Gherzan and...@gherzan.ro While generating license.manifest package information is searched in: filename=`ls ${TMPDIR}/pkgdata/*/runtime/${pkg}| head -1` This is ok as long as package name is the same as the package name after packaging. For example dbus is packaged as dbus-1. So,

[OE-core] [PATCH 3/7] classes/package_deb: add PackageArch field

2012-07-25 Thread Paul Eggleton
If we want to query the PACKAGE_ARCH from the installed package (as we do in order to be able to do a pkgdata lookup for example) then we need to have this stored in its own field as this is not always the same as the Architecture field for deb packages. Signed-off-by: Paul Eggleton

[OE-core] [PATCH 6/7] classes/image: add staticdev-pkgs IMAGE_FEATURES feature

2012-07-25 Thread Paul Eggleton
Add a staticdev-pkgs feature that can be added to IMAGE_FEATURES in order to install all staticdev packages. Fixes [YOCTO #2531]. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/image.bbclass |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 2/7] classes/rootfs_rpm: improve speed of RPM rootfs construction

2012-07-25 Thread Paul Eggleton
Improve the performance of the RPM backend during do_rootfs by performing most of the package name to file resolution in a separate utility written in C, processing the entire list of packages at once rather than running rpm on the command line which loads the RPM database for every package.

[OE-core] [PATCH 4/7] Rework installation of dev, dbg, doc, and locale packages

2012-07-25 Thread Paul Eggleton
Use a similar mechanism that was previously used to install locales at rootfs generation time to install other complementary packages (e.g. *-dev packages) - i.e. install all of the explicitly requested packages and their dependencies, then get a list of the packages that were installed, and use

[OE-core] [PATCH 5/7] core-image-minimal: clear IMAGE_FEATURES

2012-07-25 Thread Paul Eggleton
Since dbg/dev packages are no longer added via PACKAGE_GROUP_*, having dev-pkgs/dbg-pkgs in IMAGE_FEATURES will now affect core-image-minimal. Set IMAGE_FEATURES to in order to avoid this. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

[OE-core] [PATCH 7/7] buildhistory: improve performance of image info collection

2012-07-25 Thread Paul Eggleton
Reduce the number of calls to the packaging tool, especially in the case of rpm, using helper utilities to gather the required information more efficiently where possible. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/buildhistory.bbclass | 51

Re: [OE-core] [PATCH 0/7] rootfs generation improvements v3

2012-07-25 Thread Koen Kooi
Op 25 jul. 2012, om 20:42 heeft Paul Eggleton het volgende geschreven: Fix up handling of complementary package installation (dev, dbg, doc, etc.) and introduce a staticdev-pkgs IMAGE_FEATURES feature. Changes since v2: * Clear IMAGE_FEATURES in core-image-minimal so that it doesn't

[OE-core] how to properly use EXTRA_ASSUME_PROVIDED?

2012-07-25 Thread Robert P. J. Day
what is the proper way to use EXTRA_ASSUME_PROVIDED, and is the effect of that visible in the bitbake environment? as in, based on the current version of bitbake.conf, i can see this with bitbake -e: ASSUME_PROVIDED=bzip2-native git-native grep-native diffstat-native patch-native

Re: [OE-core] [PATCH] bzip2-native: fix problems when bzip2-native is installed in parallel

2012-07-25 Thread Yao Zhao
On 12-07-24 03:32 PM, Richard Purdie wrote: On Tue, 2012-07-24 at 15:25 -0400, Yao Zhao wrote: On 12-07-24 03:07 PM, Richard Purdie wrote: On Tue, 2012-07-24 at 13:39 -0500, Mark Hatle wrote: On 7/24/12 8:57 AM, Burton, Ross wrote: On 24 July 2012 14:49, Yao Zhao yao.z...@windriver.com

Re: [OE-core] [PATCH 0/7] rootfs generation improvements v3

2012-07-25 Thread Paul Eggleton
On Wednesday 25 July 2012 21:08:53 Koen Kooi wrote: Op 25 jul. 2012, om 20:42 heeft Paul Eggleton het volgende geschreven: Fix up handling of complementary package installation (dev, dbg, doc, etc.) and introduce a staticdev-pkgs IMAGE_FEATURES feature. Changes since v2: * Clear

[OE-core] [PATCH 1/1] linux-yocto/rt: update BSP preempt-rt.scc files to enable live boot

2012-07-25 Thread Bruce Ashfield
Updating the meta branch SCREV to pickup the preempt-rt commits to fix live boot on the x86 boards: 7ff48aa sys940x: Append default preempt-rt policy 052ecea sugarbay: Append default preempt-rt policy b8230e3 jasperforest: Append default preempt-rt policy 7fb788a chiefriver: Append

[OE-core] [PATCH 0/1] linux-yocto/rt: update BSP preempt-rt.scc files to enable live boot

2012-07-25 Thread Bruce Ashfield
Richard/Saul, Here are some -rt updates from Darren for the x86 boards, nothing much to see here, just configuration changes. Note: these are stacked on my 3.4.6 and 3.4.x-rt14 which haven't been merged yet. Cheers, Bruce cc: Darren Hart dvh...@linux.intel.com The following changes since

[OE-core] [PATCH] base/perlnative/pythonnative/gzipnative: Add a new variable to enable easier handling of native path issues

2012-07-25 Thread Richard Purdie
If something is listed in ASSUME_PROVIDED but also manually built (like bzip2-native and bzip2-replacement-native), we need to ensure that the installed binaries are only accessed for things which list the provider in DEPENDS. This patch adds a generic mechanism to handle this instead of

Re: [OE-core] how to properly use EXTRA_ASSUME_PROVIDED?

2012-07-25 Thread Richard Purdie
On Wed, 2012-07-25 at 16:06 -0400, Robert P. J. Day wrote: what is the proper way to use EXTRA_ASSUME_PROVIDED, and is the effect of that visible in the bitbake environment? as in, based on the current version of bitbake.conf, i can see this with bitbake -e: ASSUME_PROVIDED=bzip2-native

Re: [OE-core] [PATCH] slang 2.2.4: fix the pcre existence checking

2012-07-25 Thread Saul Wold
On 07/25/2012 01:07 AM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com [YOCTO #2820] when check if there is pcre, the configure file always check the host dir. now we make it work by adding correct prefix for cross-compile environment. Signed-off-by: Roy.Li

Re: [OE-core] [PATCH] slang 2.2.4: fix the pcre existence checking

2012-07-25 Thread Saul Wold
On 07/25/2012 02:58 PM, Saul Wold wrote: On 07/25/2012 01:07 AM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com [YOCTO #2820] when check if there is pcre, the configure file always check the host dir. now we make it work by adding correct prefix for cross-compile

Re: [OE-core] [PATCH 0/7] rootfs generation improvements v3

2012-07-25 Thread Paul Eggleton
On Wednesday 25 July 2012 19:42:50 Paul Eggleton wrote: * Fix errors with the ipk and deb backends if no complementary packages need to be installed This change is totally broken as well. Shows what happens when you rush to get something out before you leave for the evening. I might as well

[OE-core] [PATCH 0/6] rootfs generation improvements v4

2012-07-25 Thread Paul Eggleton
Fix up handling of complementary package installation (dev, dbg, doc, etc.) and introduce a staticdev-pkgs IMAGE_FEATURES feature. Changes since the brown paper bag patchset that was v3: * Remove bogus clearing of IMAGE_FEATURES in core-image-minimal * Fix broken fix for errors with the ipk and

[OE-core] [PATCH 1/6] package.bbclass: Create symlinks for packages with different packaged name

2012-07-25 Thread Paul Eggleton
From: Andrei Gherzan and...@gherzan.ro While generating license.manifest package information is searched in: filename=`ls ${TMPDIR}/pkgdata/*/runtime/${pkg}| head -1` This is ok as long as package name is the same as the package name after packaging. For example dbus is packaged as dbus-1. So,

[OE-core] [PATCH 2/6] classes/rootfs_rpm: improve speed of RPM rootfs construction

2012-07-25 Thread Paul Eggleton
Improve the performance of the RPM backend during do_rootfs by performing most of the package name to file resolution in a separate utility written in C, processing the entire list of packages at once rather than running rpm on the command line which loads the RPM database for every package.

[OE-core] [PATCH 5/6] classes/image: add staticdev-pkgs IMAGE_FEATURES feature

2012-07-25 Thread Paul Eggleton
Add a staticdev-pkgs feature that can be added to IMAGE_FEATURES in order to install all staticdev packages. Fixes [YOCTO #2531]. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/image.bbclass |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 3/6] classes/package_deb: add PackageArch field

2012-07-25 Thread Paul Eggleton
If we want to query the PACKAGE_ARCH from the installed package (as we do in order to be able to do a pkgdata lookup for example) then we need to have this stored in its own field as this is not always the same as the Architecture field for deb packages. Signed-off-by: Paul Eggleton

[OE-core] [PATCH 6/6] buildhistory: improve performance of image info collection

2012-07-25 Thread Paul Eggleton
Reduce the number of calls to the packaging tool, especially in the case of rpm, using helper utilities to gather the required information more efficiently where possible. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/buildhistory.bbclass | 51

[OE-core] [PATCH 4/6] Rework installation of dev, dbg, doc, and locale packages

2012-07-25 Thread Paul Eggleton
Use a similar mechanism that was previously used to install locales at rootfs generation time to install other complementary packages (e.g. *-dev packages) - i.e. install all of the explicitly requested packages and their dependencies, then get a list of the packages that were installed, and use

Re: [OE-core] how to properly use EXTRA_ASSUME_PROVIDED?

2012-07-25 Thread Robert P. J. Day
On Wed, 25 Jul 2012, Richard Purdie wrote: On Wed, 2012-07-25 at 16:06 -0400, Robert P. J. Day wrote: what is the proper way to use EXTRA_ASSUME_PROVIDED, and is the effect of that visible in the bitbake environment? as in, based on the current version of bitbake.conf, i can see this

[OE-core] removing /etc/init.d/busybox-udhcpc

2012-07-25 Thread Jesse Zhang
Hi, I recently found that if ip=dhcp is specified in the kernel cmdline, there would be some strange behaviour of udhcpc. 1. udhcpc is started two times during bootup. Starting Bootlog daemon: bootlogd. Configuring network interfaces... udhcpc (v1.19.4) started Sending discover...

[OE-core] [PATCH V2] sysstat:use a new way to remove -s option of LFLAGS

2012-07-25 Thread Song.Li
From: Song.Li song...@windriver.com sysstat Makefile shouldn't use -s option to strip binary because we need debug info for dbg package. The old way to remove -s option is passing LFLAGS='' in make command line to clean all the LFLAGS variable in Makefile. That will cause build failure when

Re: [OE-core] [PATCH] slang 2.2.4: fix the pcre existence checking

2012-07-25 Thread Rongqing Li
On 2012年07月26日 06:02, Saul Wold wrote: On 07/25/2012 02:58 PM, Saul Wold wrote: On 07/25/2012 01:07 AM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com [YOCTO #2820] when check if there is pcre, the configure file always check the host dir. now we make it work by