[OE-core] [PATCH] distrodata: replace Tab with Space

2012-09-10 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/distrodata.bbclass | 1090 +++--- 1 files changed, 545 insertions(+), 545 deletions(-) diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass index 0da10a1..945ff53 100644 ---

[OE-core] [PATCH 1/1] package_rpm.bbclass: fix the arch (replace - with _)

2012-09-10 Thread Robert Yang
rpm can't use the - as the arch, which causes problem, e.g., when MACHINE = beagleboard: * The arch should be armv7a-vfp-neon, but rpm only takes the armv7a, this is incorrect since it is mixed with real arch armv7a. * The nativesdk's arch should be i686-nativesdk (or x86_64-nativesdk), but

[OE-core] [PATCH 0/1 V2] package_rpm.bbclass: fix the arch (replace - with _)

2012-09-10 Thread Robert Yang
Changes of V2: * Replace - with _ for sat-solver_git.bb Test info: MACHINE = beagleboard/mpc8315e-rdb/qemux86 PACKAGE_CLASSES = package_rpm $ bitbake core-image-minimal core-image-sato meta-toolchain \ meta-toolchain-sdk adt-installer meta-ide-support $ bitbake package-index $ runqemu

[OE-core] [PATCH] [for-denzil] Save proxy settings

2012-09-10 Thread Bogdan Marinescu
Proxy settings were not properly saved between Hob runs. This fix is mostly a backport of code in master. [YOCTO #3024] Signed-off-by: Bogdan Marinescu bogdan.a.marine...@intel.com --- bitbake/lib/bb/ui/crumbs/builder.py | 18 --- bitbake/lib/bb/ui/crumbs/hig.py | 58

Re: [OE-core] [CONSOLIDATED REQUEST 00/32] LSB Perl, QEMU Update Fixes (Cover Only)

2012-09-10 Thread Richard Purdie
On Fri, 2012-09-07 at 17:08 -0700, Saul Wold wrote: Richard, This has the set of perl/LSB related changes, I found that LSB 5.0 is expected early next year, so we can pull these after it is released before 1.4! This also adds a few (3) more simple sanity tests for sato. I also included

[OE-core] [PATCH] packagegroup-core-x11-xserver: remove redundant PACKAGES statement

2012-09-10 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../packagegroups/packagegroup-core-x11-xserver.bb |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb

[OE-core] [PATCH] libffi: upgrade to 3.0.11

2012-09-10 Thread Andrei Dinu
Signed-off-by: Andrei Dinu andrei.adrianx.d...@intel.com --- .../0001-libffi-patch-for-3.0.11-update.patch | 168 .../libffi/{libffi_3.0.10.bb = libffi_3.0.11.bb} |9 +- 2 files changed, 173 insertions(+), 4 deletions(-) create mode 100644

Re: [OE-core] [oe-commits] Khem Raj : eglibc-2.16: Add kconfig infrastructure

2012-09-10 Thread Martin Jansa
On Mon, Sep 10, 2012 at 12:08:35PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 4282b86072fd5a916d0d12082d6ba575bce691f2 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=4282b86072fd5a916d0d12082d6ba575bce691f2 Author:

[OE-core] [PATCH] telepathy-idle: fix parallel build

2012-09-10 Thread Ross Burton
Apply a patch from upstream git, and clean up our other patch so that it applies. [ YOCTO #3056 ] Signed-off-by: Ross Burton ross.bur...@intel.com --- .../build-fix-for-make-j-safety.patch | 39 .../fix-svc-gtk-doc.h-target.patch | 24

[OE-core] [PATCH] classes/packageinfo: use better method to check if package exists

2012-09-10 Thread Paul Eggleton
Instead of using a rather error-prone method of looking for output package files in order to determine if a package got created, use the .packaged file within pkgdata. This fixes two separate issues: * Some packages apparently not being found by this code e.g. all apm/apmd packages when using

Re: [OE-core] [PATCH] packageinfo.bbclass: Fix crash in hob

2012-09-10 Thread Paul Eggleton
On Thursday 06 September 2012 15:52:52 Jason Wessel wrote: On 09/06/2012 03:36 PM, Paul Eggleton wrote: On Thursday 06 September 2012 13:53:54 Jason Wessel wrote: The hob internally fails after executing a build and invoking the hob a second time when it tries to use the values found in

Re: [OE-core] [PATCH] automake 1.12.3: fix warnings

2012-09-10 Thread Phil Blundell
On Thu, 2012-09-06 at 12:49 +0300, Constantin Musca wrote: +++ b/meta/recipes-devtools/automake/automake/no-configure.in-warn.patch @@ -0,0 +1,19 @@ +Don't show a warning if configure.in exists + +Upstream-Status: Inappropriate [embedded specific] + +Signed-off-by: Constantin Musca

[OE-core] [PATCH] eglibc-initial-2.16: add kconfig-frontends-native to depends

2012-09-10 Thread Martin Jansa
* fixes: | make[1]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/eglibc-initial-2.16-r8+svnr20393/eglibc-2_16/libc' | make[1]: *** No rule to make target `/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/conf', needed by `config'. Stop. | make[1]:

[OE-core] [PATCH] libffi: upgrade to 3.0.11

2012-09-10 Thread Andrei Dinu
Signed-off-by: Andrei Dinu andrei.adrianx.d...@intel.com --- .../0001-libffi-patch-for-3.0.11-update.patch | 168 .../libffi/{libffi_3.0.10.bb = libffi_3.0.11.bb} |9 +- 2 files changed, 173 insertions(+), 4 deletions(-) create mode 100644

[OE-core] [PATCH] libffi: upgrade to 3.0.11.

2012-09-10 Thread Andrei Dinu
Added two .m4 files needed for compiling the package. LICENSE file MD5 changed. From: Copyright (c) 1996-2011 To: Copyright (c) 1996-2012 --- .../0001-libffi-patch-for-3.0.11-update.patch | 168 .../libffi/{libffi_3.0.10.bb = libffi_3.0.11.bb} |9 +- 2 files

[OE-core] [PATCH] hob: use correct semantics for dealing with pkgdata

2012-09-10 Thread Paul Eggleton
Some of these values may or may not be overridden on a per-package basis, so handle them accordingly. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- bitbake/lib/bb/ui/crumbs/hoblistmodel.py | 35 +- 1 file changed, 20 insertions(+), 15 deletions(-)

Re: [OE-core] [PATCH] hob: use correct semantics for dealing with pkgdata

2012-09-10 Thread Paul Eggleton
On Monday 10 September 2012 15:35:05 Paul Eggleton wrote: Some of these values may or may not be overridden on a per-package basis, so handle them accordingly. Wrong list sorry, please ignore. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre

Re: [OE-core] [PATCH 0/1] bin_package.bbclass: binary package recipe class

2012-09-10 Thread Saul Wold
On 09/01/2012 09:15 PM, Robert Yang wrote: The following changes since commit 9ba1e33e2d14362971d6441ee6142bcb0857df1a: sstate: Ensure master.list exists if it doesn't already (2012-08-30 22:45:56 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib

Re: [OE-core] [PATCH 0/1] linux-yocto-rt: remaining 3.4.9-rt17 fixes

2012-09-10 Thread Saul Wold
On 09/04/2012 10:34 AM, Bruce Ashfield wrote: Richard/Saul, .. and here's the predicted tweaks to my morning -rt refresh. The exported SRCREVs were part 1/2 due to a merge conflict combined with a force reset making me miss several files. Both -rt updates build and boot (and the full -rt was

Re: [OE-core] [PATCH] build-appliance-image: fix for packagegroup-apps-console removal

2012-09-10 Thread Saul Wold
On 09/04/2012 10:42 AM, Paul Eggleton wrote: Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-core/images/build-appliance-image.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/images/build-appliance-image.bb

Re: [OE-core] [PATCH 0/2] Update packages ltp and lsb

2012-09-10 Thread Saul Wold
On 09/05/2012 12:36 AM, Kang Kai wrote: The following changes since commit 37c8597e7600385367257e8a513e003947ebef5b: distro-tracking: remove xserver-kdrive (2012-09-02 05:52:16 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/update-pkgs

Re: [OE-core] [oe-core][PATCH 1/2] pixman: merge meta-oe append into oe-core

2012-09-10 Thread Saul Wold
On 09/04/2012 06:05 PM, Martin Jansa wrote: From: Andreas Müller schnitzelt...@googlemail.com * neon configuration settings included * patches were aligned to 0.27.2. Signed-off-by: Andreas Müller schnitzelt...@googlemail.com Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

Re: [OE-core] [PATCH 0/8] Patches for LSB perl test

2012-09-10 Thread Saul Wold
On 08/31/2012 03:00 AM, Kang Kai wrote: The following changes since commit b4c5725af4cd85d5644f0373e2674e903c4eab2b: yocto-bsp: add missing xserver-xf86-config .bbappend for qemu (2012-08-25 14:47:07 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

Re: [OE-core] [PATCH] pulseaudio: remove ConsoleKit dependency

2012-09-10 Thread Saul Wold
On 09/06/2012 08:42 AM, Ross Burton wrote: ConsoleKit is a runtime dependency for the ConsoleKit module, but there isn't a build-time dependency. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc|2 +-

Re: [OE-core] [PATCH] gst-plugins-good: disable (uninstalled) examples

2012-09-10 Thread Saul Wold
On 09/06/2012 08:29 AM, Ross Burton wrote: The examples pull in a GTK+ build dependency, so remove that too. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

Re: [OE-core] [PATCH 0/6] Upgrade qemu to 1.2 and eglibc with kconfig

2012-09-10 Thread Saul Wold
On 09/06/2012 03:32 PM, Khem Raj wrote: This patchset updates qemu to 1.2 release Adds kconfig to eglibc, kconfig is of interest for eglibc upstream which is next step. Removes nptl and enable-tls configure options from x86 machine configurations The following changes since commit

Re: [OE-core] [PATCH] autoconf: use --warning=cross only if supported

2012-09-10 Thread Saul Wold
On 09/07/2012 01:22 AM, Constantin Musca wrote: Adapt autoconf to pass --warning=cross to automake only if supported. [YOCTO #842] Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- .../autoconf/check-automake-cross-warning.patch| 34

Re: [OE-core] [PATCH 0/6] Upgrade qemu to 1.2 and eglibc with kconfig

2012-09-10 Thread Martin Jansa
On Mon, Sep 10, 2012 at 08:56:16AM -0700, Saul Wold wrote: On 09/06/2012 03:32 PM, Khem Raj wrote: This patchset updates qemu to 1.2 release Adds kconfig to eglibc, kconfig is of interest for eglibc upstream which is next step. Removes nptl and enable-tls configure options from x86

Re: [OE-core] [PATCH] eglibc-initial-2.16: add kconfig-frontends-native to depends

2012-09-10 Thread Richard Purdie
On Mon, 2012-09-10 at 16:04 +0200, Martin Jansa wrote: * fixes: | make[1]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/eglibc-initial-2.16-r8+svnr20393/eglibc-2_16/libc' | make[1]: *** No rule to make target

Re: [OE-core] [PATCH 0/6] Upgrade qemu to 1.2 and eglibc with kconfig

2012-09-10 Thread Saul Wold
On 09/10/2012 08:58 AM, Martin Jansa wrote: On Mon, Sep 10, 2012 at 08:56:16AM -0700, Saul Wold wrote: On 09/06/2012 03:32 PM, Khem Raj wrote: This patchset updates qemu to 1.2 release Adds kconfig to eglibc, kconfig is of interest for eglibc upstream which is next step. Removes nptl and

Re: [OE-core] [PATCH 1/2] xserver-xorg-lite: remove

2012-09-10 Thread Saul Wold
On 09/07/2012 03:48 AM, Ross Burton wrote: Building xserver-xorg and not installing the DRI and GLX modules (and so not Mesa) results in an increase of 16kb compared to this package. This isn't worth the effort of maintaining two packages. Signed-off-by: Ross Burton ross.bur...@intel.com ---

Re: [OE-core] [oe-core][meta][PATCH v3] u-boot: Use fw_env.config if available.

2012-09-10 Thread Saul Wold
On 09/07/2012 04:42 PM, Franklin S. Cooper Jr wrote: * Add support for board specific fw_env.config file if available. Signed-off-by: Franklin S. Cooper Jr fcooper2...@gmail.com --- meta/recipes-bsp/u-boot/u-boot.inc | 16 +++-

[OE-core] [PATCH] webkit-gtk: work around Make bug by re-running make

2012-09-10 Thread Ross Burton
GNU make 3.82 has a bug where it drops required dependencies. https://bugs.webkit.org/show_bug.cgi?id=79498 is the WebKitGTK+ bug, and http://savannah.gnu.org/bugs/?30653 is the GNU Make bug. Work around this by running make again if it fails just in case the failure is due to the bug. Based on

Re: [OE-core] [PATCH 0/6] Upgrade qemu to 1.2 and eglibc with kconfig

2012-09-10 Thread Richard Purdie
On Mon, 2012-09-10 at 17:58 +0200, Martin Jansa wrote: On Mon, Sep 10, 2012 at 08:56:16AM -0700, Saul Wold wrote: On 09/06/2012 03:32 PM, Khem Raj wrote: This patchset updates qemu to 1.2 release Adds kconfig to eglibc, kconfig is of interest for eglibc upstream which is next step.

Re: [OE-core] [PATCH 11/32] sysvinit-inittab_2.88dsf.bb: Allow multiple serial port consoles to be defined

2012-09-10 Thread McClintock Matthew-B29882
On Sat, Sep 8, 2012 at 4:21 PM, Phil Blundell ph...@gnu.org wrote: On Mon, 2012-08-13 at 14:14 -0700, Scott Garman wrote: +pkg_postinst_${PN} () { +# run this on the target +if [ x$D == x ]; then + tmp=${SERIAL_CONSOLES_CHECK} + for i in $tmp + do + j=`echo ${i} |

Re: [OE-core] [PATCH 11/32] sysvinit-inittab_2.88dsf.bb: Allow multiple serial port consoles to be defined

2012-09-10 Thread Phil Blundell
On Mon, 2012-09-10 at 16:56 +, McClintock Matthew-B29882 wrote: On Sat, Sep 8, 2012 at 4:21 PM, Phil Blundell ph...@gnu.org wrote: On Mon, 2012-08-13 at 14:14 -0700, Scott Garman wrote: +pkg_postinst_${PN} () { +# run this on the target +if [ x$D == x ]; then +

[OE-core] [PATCH 2/4] libx11-diet: you can't disable UDC, because it's always disabled

2012-09-10 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb index

[OE-core] [PATCH 3/4] libx11: don't split libX11-xcb out into a libx11-xcb package

2012-09-10 Thread Ross Burton
As XCB is a hard requirement for libX11, and libX11-xcb.so is a deprecated 3KB .so, it's not worth splitting it into a separate package. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb |2 +- meta/recipes-graphics/xorg-lib/libx11.inc

[OE-core] [PATCH 4/4] libx11: re-arrange recipies to make comparisons easier

2012-09-10 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb |9 +++-- meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb |3 --- meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb |4 ++-- 3 files changed, 5 insertions(+), 11

[OE-core] [PATCH 0/1] linux-yocto: 3.4 kernel updates

2012-09-10 Thread Bruce Ashfield
Richard/Saul, Here's a small bump to 3.4.10 (32 commits) and an update to pickup some configuration changes from TomZ (no impact on existing features). All in all, it's a nice set of small fixes, with no risk. Cheers, Bruce cc: Tom Zanussi tom.zanu...@intel.com The following changes since

Re: [OE-core] [PATCH 0/1] linux-yocto: 3.4 kernel updates

2012-09-10 Thread Bruce Ashfield
On Mon, Sep 10, 2012 at 2:11 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: Richard/Saul, Here's a small bump to 3.4.10 (32 commits) and an update to pickup some configuration changes from TomZ (no impact on existing features). All in all, it's a nice set of small fixes, with no risk.

[OE-core] [PATCH 0/1] Align final ROOTFS_SIZE after checking if base_size...

2012-09-10 Thread Andrei Gherzan
... is greater then IMAGE_ROOTFS_SIZE The following changes since commit 0f55a5868457300a3defc7fa7451ef191d19e018: adt-installer: Allow changing YOCTOADT_REPO (2012-09-05 23:28:10 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ag/rootfs_size

[OE-core] [PATCH 1/1] image_types.bbclass: Round up ROOTFS_SIZE after base_size check

2012-09-10 Thread Andrei Gherzan
If we round up ROOTFS_SIZE to IMAGE_ROOTFS_ALIGNMENT before checking if base_size is greater then IMAGE_ROOTFS_SIZE, we can end up adding an unaligned value to IMAGE_ROOTFS_SIZE. Obviously, if IMAGE_ROOTFS_EXTRA_SPACE was overwritten with an unaligned value. So let's add the round up code after

[OE-core] [PATCH] sysvinit-inittab_2.88dsf.bb: only run serial checks at boot if we have items to check

2012-09-10 Thread Matthew McClintock
Right now, we delay running the serial console checks to we boot up. This causes issues for read only file systems. So, if have not configured any serial ports to check via SERIAL_CONSOLES_CHECK we can skip the check at boot. This fixes any issues with read only file systems and ipk packaging.

Re: [OE-core] [PATCH 3/4] libx11: don't split libX11-xcb out into a libx11-xcb package

2012-09-10 Thread Richard Purdie
On Mon, 2012-09-10 at 18:20 +0100, Ross Burton wrote: As XCB is a hard requirement for libX11, and libX11-xcb.so is a deprecated 3KB .so, it's not worth splitting it into a separate package. 3kb is 3kb. If its deprecated, things will stop linking with it and nothing will depend on it and

Re: [OE-core] [PATCH] webkit-gtk: work around Make bug by re-running make

2012-09-10 Thread Colin Walters
On Mon, 2012-09-10 at 17:02 +0100, Ross Burton wrote: +# fixed in Make CVS, so 3.83 won't have this problem. I know this will be painful, but did you consider looking at the make version and determine whether or not this workaround is necessary?

Re: [OE-core] [PATCH] webkit-gtk: work around Make bug by re-running make

2012-09-10 Thread Colin Walters
On Mon, 2012-09-10 at 17:14 -0400, Colin Walters wrote: On Mon, 2012-09-10 at 17:02 +0100, Ross Burton wrote: +# fixed in Make CVS, so 3.83 won't have this problem. I know this will be painful, but did you consider looking at the make version and determine whether or not this workaround

Re: [OE-core] [PATCH] webkit-gtk: work around Make bug by re-running make

2012-09-10 Thread Richard Purdie
On Mon, 2012-09-10 at 17:23 -0400, Colin Walters wrote: On Mon, 2012-09-10 at 17:14 -0400, Colin Walters wrote: On Mon, 2012-09-10 at 17:02 +0100, Ross Burton wrote: +# fixed in Make CVS, so 3.83 won't have this problem. I know this will be painful, but did you consider looking at

[OE-core] [PATCH 5/6] classes/license: correct license info in lisense.manifest

2012-09-10 Thread Vladimir Zapolskiy
Trivial change, do not cut off plus symbol from license name, otherwise information about package license is corrupted. Signed-off-by: Vladimir Zapolskiy vladimir_zapols...@mentor.com --- meta/classes/license.bbclass |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH 4/6] classes/license: account LICENSE_${pkg} values in manifest

2012-09-10 Thread Vladimir Zapolskiy
Trivial change, process LICENSE_${pkg} and LICENSE values. This fixes multiple cases, when license is not specified at all in license.manifest Signed-off-by: Vladimir Zapolskiy vladimir_zapols...@mentor.com --- meta/classes/license.bbclass |7 ++- 1 file changed, 6 insertions(+), 1

[OE-core] [PATCH 6/6] classes/license: place all found licenses on one line

2012-09-10 Thread Vladimir Zapolskiy
Cosmetic change, settle all found licenses into one line and report warning about missing licenses loudly. Signed-off-by: Vladimir Zapolskiy vladimir_zapols...@mentor.com --- meta/classes/license.bbclass |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH 1/6] classes/license: define LICENSE_MANIFEST variable

2012-09-10 Thread Vladimir Zapolskiy
Cosmetic change, saves space and reduces code line length. Signed-off-by: Vladimir Zapolskiy vladimir_zapols...@mentor.com --- meta/classes/license.bbclass | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/meta/classes/license.bbclass

[OE-core] [PATCH 3/6] classes/license: remove redundant nested if statements

2012-09-10 Thread Vladimir Zapolskiy
Cosmetic change, which improves code perception. Also check for locale packages firstly, this shall improve performance a little. Signed-off-by: Vladimir Zapolskiy vladimir_zapols...@mentor.com --- meta/classes/license.bbclass | 40 +++- 1 file changed, 23

[OE-core] [PATCH 2/6] classes/license: check license manifest for double records

2012-09-10 Thread Vladimir Zapolskiy
Trivial typo bugfix, avoid multiple records in license.manifest. Signed-off-by: Vladimir Zapolskiy vladimir_zapols...@mentor.com --- meta/classes/license.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass

[OE-core] [PATCH 0/6] classes/license: various bugfixes and improvements

2012-09-10 Thread Vladimir Zapolskiy
This trivial set of changes fixes several bugs including: * check license.manifest for multiple records about the same * put precise information about licensing into license.manifest * specify licensing of packages, where info is in form of LICENSE_${pkg} Also the change set has some intention to

Re: [OE-core] [PATCH 0/1] One more LSB patch

2012-09-10 Thread Kang Kai
On 2012?09?07? 16:24, Kang Kai wrote: Hi Saul, This patch depends on the previous serious LSB patches. Only when they are merged, this patch can be merged. Thanks, Kai The following changes since commit 718c07326229912636736fd1698f121d8fd9bd76: packagegroup-core-lsb.bbappend: add

[OE-core] [PATCH 6/6 v2] classes/license: place all found licenses on one line

2012-09-10 Thread Vladimir Zapolskiy
Cosmetic change, settle all found licenses into one line and report warning about missing licenses loudly. Signed-off-by: Vladimir Zapolskiy vladimir_zapols...@mentor.com --- Changes from v1 to v2: * interpret backslash escapes in the closing echo meta/classes/license.bbclass |8 1

Re: [OE-core] [PATCH 1/1] linux-yocto/3.4: v3.4.10 and uprobes/kprobes configuration updates

2012-09-10 Thread Khem Raj
On (10/09/12 14:11), Bruce Ashfield wrote: Updating to 3.4.10 which has been soaking for a bit now, as well as picking up the following meta commits from Tom Z: would it also need bumping linux-libc-headers too ? a82db2f meta: have systemtap use kprobes and uprobes feature d5d5b80

Re: [OE-core] [PATCH 1/1] linux-yocto/3.4: v3.4.10 and uprobes/kprobes configuration updates

2012-09-10 Thread Bruce Ashfield
On 12-09-11 12:50 AM, Khem Raj wrote: On (10/09/12 14:11), Bruce Ashfield wrote: Updating to 3.4.10 which has been soaking for a bit now, as well as picking up the following meta commits from Tom Z: would it also need bumping linux-libc-headers too ? There's no new interfaces in the -stable

[OE-core] [PATCH 1/1] packagegroups-core-lsb: add perl-dev/doc

2012-09-10 Thread Kang Kai
File CORE/config.h which is provided by perl-dev and file unicore/version which is provided by perl-doc are required by LSB perl test cases. Add perl-dev and perl-doc to packagegroups-core-lsb. [Yocto #3052 #3053 #3054 #3055] Signed-off-by: Kang Kai kai.k...@windriver.com ---

Re: [OE-core] [PATCH 1/1] linux-yocto/3.4: v3.4.10 and uprobes/kprobes configuration updates

2012-09-10 Thread Khem Raj
On (11/09/12 00:58), Bruce Ashfield wrote: On 12-09-11 12:55 AM, Khem Raj wrote: On (11/09/12 00:52), Bruce Ashfield wrote: On 12-09-11 12:50 AM, Khem Raj wrote: On (10/09/12 14:11), Bruce Ashfield wrote: Updating to 3.4.10 which has been soaking for a bit now, as well as picking up the

Re: [OE-core] [PATCH 1/1] linux-yocto/3.4: v3.4.10 and uprobes/kprobes configuration updates

2012-09-10 Thread Bruce Ashfield
On 12-09-11 1:16 AM, Khem Raj wrote: On (11/09/12 00:58), Bruce Ashfield wrote: On 12-09-11 12:55 AM, Khem Raj wrote: On (11/09/12 00:52), Bruce Ashfield wrote: On 12-09-11 12:50 AM, Khem Raj wrote: On (10/09/12 14:11), Bruce Ashfield wrote: Updating to 3.4.10 which has been soaking for a

Re: [OE-core] [PATCH 1/1] packagegroups-core-lsb: add perl-dev/doc

2012-09-10 Thread Khem Raj
On (11/09/12 13:00), Kang Kai wrote: File CORE/config.h which is provided by perl-dev and file unicore/version which is provided by perl-doc are required by LSB perl test cases. Add perl-dev and perl-doc to packagegroups-core-lsb. hmm adding -dev and -doc to core packaggroups seems like we

Re: [OE-core] [PATCH 1/1] linux-yocto/3.4: v3.4.10 and uprobes/kprobes configuration updates

2012-09-10 Thread Khem Raj
On (11/09/12 01:17), Bruce Ashfield wrote: On 12-09-11 1:16 AM, Khem Raj wrote: On (11/09/12 00:58), Bruce Ashfield wrote: On 12-09-11 12:55 AM, Khem Raj wrote: On (11/09/12 00:52), Bruce Ashfield wrote: On 12-09-11 12:50 AM, Khem Raj wrote: On (10/09/12 14:11), Bruce Ashfield wrote:

Re: [OE-core] [PATCH 3/4] libx11: don't split libX11-xcb out into a libx11-xcb package

2012-09-10 Thread Martin Jansa
On Mon, Sep 10, 2012 at 09:36:13PM +0100, Richard Purdie wrote: On Mon, 2012-09-10 at 18:20 +0100, Ross Burton wrote: As XCB is a hard requirement for libX11, and libX11-xcb.so is a deprecated 3KB .so, it's not worth splitting it into a separate package. 3kb is 3kb. If its deprecated,