Re: [OE-core] [PATCH 1/1] coreutils: allow for acl support

2013-08-15 Thread Saul Wold
On 08/13/2013 02:47 PM, Saul Wold wrote: On 08/13/2013 02:20 PM, Joe Slater wrote: CQID: 430353 Define PACKAGECONFIG info for acl assuming it might be a DISTRO_FEATURE. Thanks for the Patch! Will you be doing the same for the GPLv2 version? I guess this means we should be expecting a set

[OE-core] [PATCH 1/2] uclibc: Upgrade to latest on git

2013-08-15 Thread Khem Raj
It brings fixes needed for python3 to work on uclibc/64bit targets Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/uclibc/uclibc-git.inc | 3 +-- meta/recipes-core/uclibc/uclibc.inc | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 2/2] tune-ppc7400.inc: Add tune file

2013-08-15 Thread Khem Raj
This is appropriate tune for mac99/g4 platform that we use for emulating qemuppc Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/conf/machine/include/tune-ppc7400.inc | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta/conf/machine/include/tune-ppc7400.inc diff

[OE-core] [CONSOLIDATED PULL 00/33] Review ACK

2013-08-15 Thread Saul Wold
Paul, Ross: Please review this set, it include the Read-Only rootfs, which I have tested locally. I also included the makedev change, and I verified it's correctly using the rootfs to find the passwd and group files. Thanks Sau! The following changes since commit

[OE-core] [for-dylan][PATCH 02/33] gst-plugins-bad: inherit gsettings

2013-08-15 Thread Martin Jansa
* do_configure fails without native glib-compile-schemas: | checking for glib-compile-schemas... no | configure: error: glib-compile-schemas not found. Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | 2 +- 1 file changed,

[OE-core] [for-dylan][PATCH 01/33] (lib)telepathy*: add missing dependency on libxslt-native

2013-08-15 Thread Martin Jansa
* do_configure fails without: | configure:13590: error: xsltproc (from the libxslt source package) is required Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb | 2 +-

[OE-core] [for-dylan][PATCH 00/33] Backports for deterministic dependencies

2013-08-15 Thread Martin Jansa
The following changes since commit acf46cb2eb03c2ed3aadd7858044ba2837a83292: grub: disable floating ncurses dependency for GPLv2 version (2013-08-07 11:44:34 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/dylan-backports

[OE-core] [for-dylan][PATCH 03/33] gst-plugins-base: add missing dependency on glib-2.0-native

2013-08-15 Thread Martin Jansa
* glib-genmarshal is needed during do_compile: | /bin/bash: line 1: glib-genmarshal: command not found Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [for-dylan][PATCH 11/33] bdwgc-native: Add missing pkgconfig DEPENDS

2013-08-15 Thread Martin Jansa
From: Richard Purdie richard.pur...@linuxfoundation.org This fixes configure errors like: | configure.ac:70: error: possibly undefined macro: AC_MSG_ERROR | If this token and others are legitimate, please use m4_pattern_allow. | See the Autoconf documentation. | configure.ac:358:

[OE-core] [for-dylan][PATCH 04/33] taglib: add missing dependency on zlib

2013-08-15 Thread Martin Jansa
* without target zlib it tries to use native one: | /OE/sysroots/x86_64-linux/usr/lib/libz.so: could not read symbols: File in wrong format | collect2: error: ld returned 1 exit status | make[2]: *** [taglib/libtag.so.1.12.0] Error 1 Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [for-dylan][PATCH 05/33] quota: inherit pkgconfig

2013-08-15 Thread Martin Jansa
* missing dependency on pkgconfig-native was causing that PKG_CHECK_MODULES(DBUS, dbus-1) stayed unexpanded in configure script: checking for ext2fs_initialize in -lext2fs... yes quota/4.01-r1/quota-tools/configure: line 3746: syntax error near unexpected token `DBUS,'

[OE-core] [for-dylan][PATCH 07/33] systemtap: inherit pkgconfig

2013-08-15 Thread Martin Jansa
* systemtap-native was failing with undefined AC_DEFINE configure.ac:56: error: possibly undefined macro: AC_DEFINE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [for-dylan][PATCH 06/33] libpam: inherit pkgconfig

2013-08-15 Thread Martin Jansa
* missing dependency on pkgconfig-native was causing that PKG_CHECK_MODULES(DBUS, dbus-1) stayed unexpanded in configure script: checking for dbm_store in -lndbm... no libpam/1.1.6-r2/Linux-PAM-1.1.6/configure: line 14217: syntax error near unexpected token `libtirpc,'

[OE-core] [for-dylan][PATCH 09/33] wget: Add missing DEPENDS on zlib

2013-08-15 Thread Martin Jansa
From: Hongxu Jia hongxu@windriver.com Create a new build enviroment, build wget failed ... configure:34512: checking for libssl configure:34542: i586-poky-linux-gcc -m32 -march=i586 --sysroot=/home/jiahongxu/yocto/build-20130613-qemu/tmp/sysroots/qemux86 -o conftest - O2 -pipe -g

[OE-core] [for-dylan][PATCH 10/33] libarchive: Fix build dependencies

2013-08-15 Thread Martin Jansa
From: Mark Hatle mark.ha...@windriver.com Move to using the PACKAGECONFIG mechanism to select configure options and dependencies. Without this the system will attempt to discover various dependencies, and usually does so incorrectly. We also ensure that the nativesdk version does not inherit

[OE-core] [for-dylan][PATCH 12/33] gst-plugins-bad: element selection rationalisation

2013-08-15 Thread Martin Jansa
From: Ross Burton ross.bur...@intel.com Using --with-plugins means you only get the elements you enable, so we were dropping vast numbers of useful plugins such as the MPEG muxers. Instead, follow gst-plugins-base by using PACKAGECONFIG to enable/disable plugins with optional dependencies.

[OE-core] [for-dylan][PATCH 14/33] gst-plugins-bad: add few more PACKAGECONFIGs

2013-08-15 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb

[OE-core] [for-dylan][PATCH 20/33] distcc: add PACKAGECONFIG for popt

2013-08-15 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-devtools/distcc/distcc_3.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb

[OE-core] [for-dylan][PATCH 18/33] cups: add PACKAGECONFIG for acl

2013-08-15 Thread Martin Jansa
* acl is autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-extended/cups/cups16.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/cups/cups16.inc

[OE-core] [for-dylan][PATCH 19/33] directfb: add PACKAGECONFIG for jpeg2000

2013-08-15 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-graphics/directfb/directfb.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-graphics/directfb/directfb.inc

[OE-core] [for-dylan][PATCH 15/33] quota: obey 'tcp-wrappers' PACKAGECONFIG

2013-08-15 Thread Martin Jansa
From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-extended/quota/quota_4.01.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[OE-core] [for-dylan][PATCH 16/33] xkeyboard-config: add missing dependency on util-macros

2013-08-15 Thread Martin Jansa
* build fails without it configure.ac:7: error: must install xorg-macros 1.12 or later before Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [for-dylan][PATCH 08/33] eglibc-locale: add missing dependency on virtual/${TARGET_PREFIX}binutils

2013-08-15 Thread Martin Jansa
* eglibc-collateral.inc inhibits all default deps, but do_package needs objcopy: ERROR: objcopy failed with exit code 127 (cmd was 'i586-webos-linux-objcopy' --only-keep-debug 'eglibc-locale/2.17-r0/package/usr/lib/gconv/IBM1166.so'

[OE-core] [for-dylan][PATCH 13/33] gcc: add build directory to include directories

2013-08-15 Thread Martin Jansa
From: Roy.Li rongqing...@windriver.com Add build directory to include directories by -I${B}/include which will be searched before standard system include directories. Both libunwind and gcc supply unwind.h, once gcc use libunwind's unwind.h, the compiling will fail. This patch is generally not

[OE-core] [for-dylan][PATCH 17/33] ccache: add zlib dependency

2013-08-15 Thread Martin Jansa
* when it's not detected in sysroot it uses bundled version * add explicit dependency to make it deterministic * PACKAGECONFIG wasn't used because configure doesn't have an option to select which one should be used Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [for-dylan][PATCH 29/33] gst-plugins-good: add PACKAGECONFIG for jpeg, wavpack, gdkpixbuf, v4l, bzip2, orc

2013-08-15 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb

[OE-core] [for-dylan][PATCH 23/33] minicom: add configure option and PACKAGECONFIG for lockdev

2013-08-15 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../minicom-2.6.2/allow.to.disable.lockdev.patch| 21 + meta/recipes-extended/minicom/minicom_2.6.2.bb | 7 ++- 2 files changed,

[OE-core] [for-dylan][PATCH 24/33] ltp: add acl, openssl dependency

2013-08-15 Thread Martin Jansa
* when it's not detected in sysroot it uses bundled version * add explicit dependency to make it deterministic * PACKAGECONFIG wasn't used because configure doesn't have an option to select which one should be used Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [for-dylan][PATCH 22/33] mailx: remove support for autodetection of krb5

2013-08-15 Thread Martin Jansa
* it's autodetected from sysroot and makeconfig doesn't allow to explicitly define what's expected Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../explicitly.disable.krb5.support.patch | 46 ++ meta/recipes-extended/mailx/mailx_12.5.bb | 1 + 2

[OE-core] [for-dylan][PATCH 27/33] socat: add PACKAGECONFIG for tcp-wrappers

2013-08-15 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-connectivity/socat/socat_1.7.2.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.1.bb

[OE-core] [for-dylan][PATCH 25/33] patch: add PACKAGECONFIG for attr

2013-08-15 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-devtools/patch/patch.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/patch/patch.inc

[OE-core] [for-dylan][PATCH 32/33] mesa: inherit gettext

2013-08-15 Thread Martin Jansa
* build in clean tmpdir fails with: | make[6]: Entering directory `/OE/mesa/2_9.1.3-r9.0/git/src/mesa/drivers/dri/common/xmlpool' | Updating (de) de/LC_MESSAGES/options.mo from de.po. | Updating (es) es/LC_MESSAGES/options.mo from es.po. | Updating (nl) nl/LC_MESSAGES/options.mo from

[OE-core] [for-dylan][PATCH 28/33] sudo: add PACKAGECONFIG for zlib

2013-08-15 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-extended/sudo/sudo.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-extended/sudo/sudo.inc

[OE-core] [for-dylan][PATCH 33/33] gst-plugins-gl: add explicit dependency on libpng

2013-08-15 Thread Martin Jansa
From: Eric Nelson eric.nel...@boundarydevices.com Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [for-dylan][PATCH 30/33] gettext: disable nls when INHIBIT_DEFAULT_DEPS is set

2013-08-15 Thread Martin Jansa
* for example in gcc-runtime DEPENDS_GETTEXT from gettext.bbclass isn't used because gcc-runtime recipes also set INHIBIT_DEFAULT_DEPS, explicitly disable NLS when DEPENDS_GETTEXT is empty * this is causing undeterministic build if you compare i586-oe-linux/libstdc++-v3/config.log in WORKDIR

[OE-core] [for-dylan][PATCH 21/33] grub: add PACKAGECONFIG for grub-mount

2013-08-15 Thread Martin Jansa
* fuse is autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-bsp/grub/grub_2.00.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-bsp/grub/grub_2.00.bb

Re: [OE-core] [PATCH] genext2fs: fix memory corruption on powerpc

2013-08-15 Thread Burton, Ross
On 15 August 2013 07:23, Chunrong Guo b40...@freescale.com wrote: +Upstream-Status: inappropriate How is this inappropriate for upstream? We don't want to deliberately horde non-trivial patches as it means more work in the future. Ross ___

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

2013-08-15 Thread Jack Mitchell
Hi, On 15/08/13 05:25, Laszlo Papp wrote: 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

[OE-core] About PACKAGECONFIG audit

2013-08-15 Thread wenzong fan
Hi All, We have seen some problems like this: $ bitbake libcap ld: warning: libaudit.so.1, needed by .../lib64/libpam.so, not found .../lib64/libpam.so: undefined reference to `audit_open' .../lib64/libpam.so: undefined reference to `audit_close' .. The libaudit has been available and

Re: [OE-core] About PACKAGECONFIG audit

2013-08-15 Thread Burton, Ross
On 15 August 2013 10:29, wenzong fan wenzong@windriver.com wrote: A probable ways maybe: 1) Run world build to generate the sysroots as much as possible; 2) Run 'configure --help' on each package to spot all of the optional dependencies, and convert them into PACKAGECONFIG specs/or any

Re: [OE-core] [CONSOLIDATED PULL 00/33] Review ACK

2013-08-15 Thread Burton, Ross
On 15 August 2013 07:10, Saul Wold s...@linux.intel.com wrote: connman: fix systemd support for connman-* packages. This situation (possibly empty packages) should be supported in the systemd class instead of worked around with anonymous Python functions, please pull this. Ross

Re: [OE-core] About PACKAGECONFIG audit

2013-08-15 Thread Phil Blundell
On Thu, 2013-08-15 at 17:29 +0800, wenzong fan wrote: Or could we run this check as part of a QA build step? I think that could be done, in principle. Now that ld --no-copy-dt-needed-entries is the default, there's no reason that the shlibs code in package.bbclass couldn't be taught to verify

Re: [OE-core] About PACKAGECONFIG audit

2013-08-15 Thread Paul Eggleton
Hi Wenzong, On Thursday 15 August 2013 17:29:46 wenzong fan wrote: We have seen some problems like this: $ bitbake libcap ld: warning: libaudit.so.1, needed by .../lib64/libpam.so, not found .../lib64/libpam.so: undefined reference to `audit_open' .../lib64/libpam.so: undefined reference

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

2013-08-15 Thread Rongqing Li
On 08/14/2013 06:59 PM, Martin Jansa wrote: 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,

Re: [OE-core] [PATCH] genext2fs: fix memory corruption on powerpc

2013-08-15 Thread Guo Chunrong-B40290
Hello, I submitted the patch to upstream(genext2fs ). So,I will submit new patch for Upstream-Status: Submitted . Thanks, chunrong -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Thursday, August 15, 2013 5:01 PM To: Guo Chunrong-B40290 Cc:

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

2013-08-15 Thread Phil Blundell
On Thu, 2013-08-15 at 17:51 +0800, Rongqing Li wrote: OK, But your issue is not related to me. I can reproduce my issue by two simple script. If tar is deciding that the file has changed just because the link count on the dentry has increased, that sounds like it is probably a bug in tar and

[OE-core] [PATCH v2] genext2fs: fix memory corruption on powerpc

2013-08-15 Thread Chunrong Guo
* fix memory corruption errors on powerpc64 e.g. |$ genext2fs -b 3 -d . -i 8192 /tmp/tstrootfs | Segmentation fault Signed-off-by: Chunrong Guo b40...@freescale.com --- .../fix-memory-corruption-on-powerpc.patch | 76

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

2013-08-15 Thread Rongqing Li
On 08/15/2013 05:55 PM, Phil Blundell wrote: On Thu, 2013-08-15 at 17:51 +0800, Rongqing Li wrote: OK, But your issue is not related to me. I can reproduce my issue by two simple script. If tar is deciding that the file has changed just because the link count on the dentry has increased,

Re: [OE-core] About PACKAGECONFIG audit

2013-08-15 Thread wenzong fan
On 08/15/2013 05:44 PM, Paul Eggleton wrote: Hi Wenzong, On Thursday 15 August 2013 17:29:46 wenzong fan wrote: We have seen some problems like this: $ bitbake libcap ld: warning: libaudit.so.1, needed by .../lib64/libpam.so, not found .../lib64/libpam.so: undefined reference to `audit_open'

Re: [OE-core] About PACKAGECONFIG audit

2013-08-15 Thread Martin Jansa
On Thu, Aug 15, 2013 at 10:43:16AM +0100, Phil Blundell wrote: On Thu, 2013-08-15 at 17:29 +0800, wenzong fan wrote: Or could we run this check as part of a QA build step? I think that could be done, in principle. Now that ld --no-copy-dt-needed-entries is the default, there's no reason

Re: [OE-core] About PACKAGECONFIG audit

2013-08-15 Thread Martin Jansa
On Thu, Aug 15, 2013 at 06:14:48PM +0800, wenzong fan wrote: On 08/15/2013 05:44 PM, Paul Eggleton wrote: Hi Wenzong, On Thursday 15 August 2013 17:29:46 wenzong fan wrote: We have seen some problems like this: $ bitbake libcap ld: warning: libaudit.so.1, needed by

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

2013-08-15 Thread Laszlo Papp
OK, thanks. Seems fw-utils is broken, and I do not know how to fix it... So do not approve. On Thu, Aug 15, 2013 at 10:16 AM, Jack Mitchell m...@communistcode.co.ukwrote: Hi, On 15/08/13 05:25, Laszlo Papp wrote: Signed-off-by: Laszlo Papp lp...@kde.org ---

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

2013-08-15 Thread Paul Eggleton
On Wednesday 14 August 2013 15:30:01 Mark Hatle wrote: 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

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

2013-08-15 Thread Mark Hatle
On 8/15/13 7:01 AM, Paul Eggleton wrote: On Wednesday 14 August 2013 15:30:01 Mark Hatle wrote: 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 ---

[OE-core] [PATCH] qemu: Fix bit extraction for MTFSFI and MTFSF

2013-08-15 Thread Khem Raj
Power ISA 2.05 enhancements introduced regression in mtfsfi implementation. Fixed thusly [YOCTO #4854] Signed-off-by: Khem Raj raj.k...@gmail.com --- .../qemu/files/target-ppc_fix_bit_extraction.patch | 70 ++ meta/recipes-devtools/qemu/qemu_1.5.0.bb | 4 +- 2

[OE-core] [PATCH 1/2] linux-yocto-3.8/meta: update drm and intel power management settings

2013-08-15 Thread Bruce Ashfield
Updating the meta branch SRCREV to import the following config changes: f706bd4 drm-emgd.cfg: convert some config options from y to m 5995fa5 meta: features/power/intel.cfg Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb |

[OE-core] [PATCH 2/2] linux-yocto-3.8/meta: enable ALTIVEC for qemuppc

2013-08-15 Thread Bruce Ashfield
As part of the qemuppc tuning activities, we are aligning on ppc74xx, and as a result we can enable ALTIVEC support in the base BSP config. [YOCTO #1914] Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb |2 +-

[OE-core] [PATCH 0/2] linux-yocto/3.8: configuration tweaks

2013-08-15 Thread Bruce Ashfield
Saul/Richard, Thes are two small configuration tweaks, that I didn't want to sit on while the larger kernel updates brew. One is from Khem for Yocto 1914 and the other is the emgd tweak from Nitin that has already gone into use in the Intel BSPs. Cheers, Bruce The following changes since

Re: [OE-core] [CONSOLIDATED PULL 00/33] Review ACK

2013-08-15 Thread Paul Eggleton
On Wednesday 14 August 2013 23:10:54 Saul Wold wrote: Paul, Ross: Please review this set, it include the Read-Only rootfs, which I have tested locally. I also included the makedev change, and I verified it's correctly using the rootfs to find the passwd and group files. Thanks Sau!

Re: [OE-core] [CONSOLIDATED PULL 00/33] Review ACK

2013-08-15 Thread Saul Wold
On 08/15/2013 07:43 AM, Paul Eggleton wrote: On Wednesday 14 August 2013 23:10:54 Saul Wold wrote: Paul, Ross: Please review this set, it include the Read-Only rootfs, which I have tested locally. I also included the makedev change, and I verified it's correctly using the rootfs to find the

[OE-core] [CONSOLIDATED PULL 00/32] Ready for Final ACK Pull

2013-08-15 Thread Saul Wold
Richard, I updated this by removing the connman patch as suggested by Ross. I chose to leave in the Read-Only rootfs, as I have talked with Qi and I will have him send a follow on patch to fix the internal patch header. I have tested the read-only stuff locally. Thanks Sau! The

Re: [OE-core] [CONSOLIDATED PULL 00/33] Review ACK

2013-08-15 Thread Burton, Ross
On 15 August 2013 10:40, Burton, Ross ross.bur...@intel.com wrote: please pull this. Please *remove* this for now. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [CONSOLIDATED PULL 00/32] Ready for Final ACK Pull

2013-08-15 Thread Burton, Ross
On 15 August 2013 16:32, Saul Wold s...@linux.intel.com wrote: Richard, I updated this by removing the connman patch as suggested by Ross. I chose to leave in the Read-Only rootfs, as I have talked with Qi and I will have him send a follow on patch to fix the internal patch header. I have

Re: [OE-core] [CONSOLIDATED PULL 00/32] Ready for Final ACK Pull

2013-08-15 Thread Paul Eggleton
On Thursday 15 August 2013 08:32:26 Saul Wold wrote: I updated this by removing the connman patch as suggested by Ross. I chose to leave in the Read-Only rootfs, as I have talked with Qi and I will have him send a follow on patch to fix the internal patch header. I have tested the read-only

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

2013-08-15 Thread Richard Purdie
On Thu, 2013-08-15 at 10:55 +0100, Phil Blundell wrote: On Thu, 2013-08-15 at 17:51 +0800, Rongqing Li wrote: OK, But your issue is not related to me. I can reproduce my issue by two simple script. If tar is deciding that the file has changed just because the link count on the dentry

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

2013-08-15 Thread Mark Hatle
On 8/15/13 11:23 AM, Richard Purdie wrote: On Thu, 2013-08-15 at 10:55 +0100, Phil Blundell wrote: On Thu, 2013-08-15 at 17:51 +0800, Rongqing Li wrote: OK, But your issue is not related to me. I can reproduce my issue by two simple script. If tar is deciding that the file has changed just

[OE-core] [PATCH 1/7] classes/buildhistory: remove default of BUILDHISTORY_CHECKVERBACKWARDS

2013-08-15 Thread Paul Eggleton
Since this variable is no longer used, we don't need to set a default for it. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/buildhistory.bbclass | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass

[OE-core] [PATCH 0/7] Buildhistory improvements

2013-08-15 Thread Paul Eggleton
This includes a revised version of Martin's patch to use the real package content size rather than the archive size (it now avoids the double collection of installed packages, works with multilib and I also made a few other minor tweaks). I've already run the revised version past him before

[OE-core] [PATCH 2/7] classes/buildhistory: record size of installed package not compressed archive

2013-08-15 Thread Paul Eggleton
From: Martin Jansa martin.ja...@gmail.com * usually it's more important to know how much space will each package take on target device then size of compressed package * example for libewebkit0 with 4 different architectures, interesting that om_gta02 .ipk is bigger but it's smaller when

[OE-core] [PATCH 5/7] classes/buildhistory: avoid mangling names in dot graphs for images

2013-08-15 Thread Paul Eggleton
We were mangling names here to avoid characters that are invalid for dot node names, but if you just quote all names that isn't necessary and we retain the original naming, allowing easy searching of the graph files. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

[OE-core] [PATCH 3/7] classes/buildhistory: show command line in commit message

2013-08-15 Thread Paul Eggleton
Record the bitbake command line in the commit message as a further context indication. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/buildhistory.bbclass | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 4/7] classes/buildhistory: tag last 3 build revisions

2013-08-15 Thread Paul Eggleton
This makes it easier to obtain the difference from the last three builds particularly where a single build might account for more than one commit in the buildhistory git repository (e.g. if package and image changes occurred). Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

[OE-core] [PATCH 6/7] buildhistory-diff: improve command-line handling

2013-08-15 Thread Paul Eggleton
Improve command-line argument handling of buildhistory-diff to make it easier to use. * Default buildhistory directory to buildhistory/ under the current directory and require an option to set it (since most users will likely run buildhistory-diff from the build directory and keep

[OE-core] [PATCH 7/7] buildhistory-collect-srcrevs: match new buildhistory-diff command line parsing

2013-08-15 Thread Paul Eggleton
* Default buildhistory directory to buildhistory/ under the current directory and require an option to set it * Show a description in the help output Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- scripts/buildhistory-collect-srcrevs | 17 +++-- 1 file changed, 11

[OE-core] [PATCH] qemuppc: Change default tune to 74xx

2013-08-15 Thread Khem Raj
We use mac99 as platform for qemuppc lets choose a tuning thats appropriate for it Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/conf/machine/qemuppc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf

[OE-core] [PATCH v2 2/2] poky.conf: Don't force the addition of extra DISTRO_FEATURES

2013-08-15 Thread Otavio Salvador
The DISTRO_FEATURES shouldn't unconditionally append items to it. This makes it impossible to override it inside of local.conf or in a distro based on Poky. This moved the definition to poky.conf and created a new variable (POKY_DEFAULT_DISTRO_FEATURES) which easy overriding of this, for Poky

[OE-core] [PATCH v3 2/2] poky.conf: Don't force the addition of extra DISTRO_FEATURES

2013-08-15 Thread Otavio Salvador
The DISTRO_FEATURES shouldn't unconditionally append items to it. This makes it impossible to override it inside of local.conf or in a distro based on Poky. This moved the definition to poky.conf and created a new variable (POKY_DEFAULT_DISTRO_FEATURES) which easy overriding of this, for Poky

[OE-core] [PATCH v3 1/2] default-distrovars.inc: Add 'DISTRO_FEATURES_DEFAULT' variable

2013-08-15 Thread Otavio Salvador
When making distributions based on the default distro-less config, it is useful to be able to reuse the default DISTRO_FEATURES options without the need of duplication. The new variable, DISTRO_FEATURES_DEFAULT, allow this reuse and customization. So distros can include 'default-distrovars.inc'

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

2013-08-15 Thread Stefan Herbrechtsmeier
Am 14.08.2013 14:05, schrieb Lukas Bulwahn: 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'. The only thing that should be used from the native

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

2013-08-15 Thread Richard Purdie
On Thu, 2013-08-15 at 11:27 -0500, Mark Hatle wrote: On 8/15/13 11:23 AM, Richard Purdie wrote: On Thu, 2013-08-15 at 10:55 +0100, Phil Blundell wrote: On Thu, 2013-08-15 at 17:51 +0800, Rongqing Li wrote: OK, But your issue is not related to me. I can reproduce my issue by two simple

Re: [OE-core] [oe-commits] Chen Qi : useradd.bbclass: add a new base class and code refactor

2013-08-15 Thread ChenQi
On 08/16/2013 01:47 AM, Martin Jansa wrote: On Wed, Jul 24, 2013 at 10:26:48AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 2a57bb7e9a7e154578aa7cb9aeebdf398a54ec00 URL:

[OE-core] [PATCH 0/1] useradd.bbclass: add missing functions to preinst

2013-08-15 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit 16d522bcd1f1b7741577fa31fab7e2129da0cae9: maintainers.inc: reassign maintainers, remove obsolete recipes (2013-08-12 13:13:05 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH 1/1] useradd.bbclass: add missing functions to preinst

2013-08-15 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The preinst scripts are calling bbnote, bbwarn and bbfatal functions, but these functions are not written to the preinst scripts. This patch writes these missing functions to the preinst scripts to avoid the 'not found' errors. Signed-off-by: Chen Qi