[OE-core] [CONSOLIDATED PULL 0/8] Patches and updates

2013-12-23 Thread Saul Wold
The following changes since commit 421e927bd453259f4b3cdbd1676f6e12f97bf34f: openssl: use PACKAGECONFIG to disable perl bits (2013-12-21 09:09:22 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/stage http://cgit.openembedded.org/cgi

Re: [OE-core] Why to make branch info is mandatory for non-master commit with latest bitbake

2013-12-23 Thread zhenhua....@freescale.com
Hi Richard, > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Richard Purdie > Sent: Monday, December 23, 2013 6:43 PM > > On Mon, 2013-12-23 at 06:41 +, zhenhua@freescale.com

Re: [OE-core] [PATCH 1/2] busybox: enable SEAMLESS_XZ by default

2013-12-23 Thread ChenQi
On 12/24/2013 03:33 AM, Saul Wold wrote: On 12/23/2013 12:36 AM, qi.c...@windriver.com wrote: From: Chen Qi We have enabled SEAMLESS_GZ and SEAMLESS_BZ2 in defconfig, it's reasonable for us to enable SEAMLESS_XZ as well. Otherwise, we couldn't extract tar.xz file while we could extract tar.gz

Re: [OE-core] Piglit in Poky

2013-12-23 Thread Philip Balister
On 12/23/2013 01:01 PM, Burton, Ross wrote: > Hi, > > We'd like to integrate Piglit (an OpenGL test suite) into Poky so that > we can run automated QA on the GL stack. Piglit is currently residing > in meta-oe, but as Poky is a self-contained project we can't just add > meta-oe to it: apart from

[OE-core] [PATCH 2/4] python: fix unrecognised options: --without-cxx --with-cyclic-gc

2013-12-23 Thread Saul Wold
The -with-cxx changed to with-cxx-main sometime around the 2.5 time frame It appears that there never was a with-cyclic-gc configure option, or if there was it was from some past patch we no longer have. Signed-off-by: Saul Wold --- meta/recipes-devtools/python/python.inc | 3 +-- 1 file changed

[OE-core] [PATCH 0/4] Configure options clean up and 2 updates

2013-12-23 Thread Saul Wold
Richard, V2 of the config options clean-up with better commit messages and a couple of package updates Saul Wold (4): sqlite: remove unrecognised options: --enable-tempstore python: fix unrecognised options: --without-cxx --with-cyclic-gc tzdata: Update to 2013i tzcode: Update to 2013i

[OE-core] [PATCH 3/4] tzdata: Update to 2013i

2013-12-23 Thread Saul Wold
The solar* time file are no longer distributed (see tzdata's NEWS for details) Signed-off-by: Saul Wold --- meta/recipes-extended/tzdata/{tzdata_2013h.bb => tzdata_2013i.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/tzdata/{tzdata_2013h.bb => tzdat

[OE-core] [PATCH 4/4] tzcode: Update to 2013i

2013-12-23 Thread Saul Wold
Signed-off-by: Saul Wold --- .../tzcode/{tzcode-native_2013h.bb => tzcode-native_2013i.bb} | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-extended/tzcode/{tzcode-native_2013h.bb => tzcode-native_2013i.bb} (59%) diff --git a/meta/recipes-extended/tzcode/tz

[OE-core] [PATCH 1/4] sqlite: remove unrecognised options: --enable-tempstore

2013-12-23 Thread Saul Wold
This option appears to be commented out in the configure.ac with no explaination, It does not appear to be commented out in the source, so it occurs during the sqlite release process! Signed-off-by: Saul Wold --- meta/recipes-support/sqlite/sqlite3.inc | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 2/2] README: fix DISTRO = "" reference

2013-12-23 Thread Paul Eggleton
DISTRO should be set to "nodistro" for distro-less configurations since empty string results in empty items ending up in OVERRIDES leading to unexpected behaviour with FILESPATH. Signed-off-by: Paul Eggleton --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/

[OE-core] [PATCH 1/2] Fix license notices for OE-Core

2013-12-23 Thread Paul Eggleton
* Fix up LICENSE: - Replace reference to Poky with OpenEmbedded - Remove reference to bitbake and meta-extras that aren't part of this repository - Clarify license statements * Add a COPYING.GPLv2 file in meta/ for the GPLv2 parts * Add a COPYING.MIT file to meta-skeleton consistent with

[OE-core] [PATCH 0/2] LICENSE / README fixes for OE-Core

2013-12-23 Thread Paul Eggleton
Note: this is the OE-Core fix; there is an alternative one for Poky. The following changes since commit 421e927bd453259f4b3cdbd1676f6e12f97bf34f: openssl: use PACKAGECONFIG to disable perl bits (2013-12-21 09:09:22 +) are available in the git repository at: git://git.openembedded.org/op

Re: [OE-core] [PATCH 1/2] busybox: enable SEAMLESS_XZ by default

2013-12-23 Thread Saul Wold
On 12/23/2013 12:36 AM, qi.c...@windriver.com wrote: From: Chen Qi We have enabled SEAMLESS_GZ and SEAMLESS_BZ2 in defconfig, it's reasonable for us to enable SEAMLESS_XZ as well. Otherwise, we couldn't extract tar.xz file while we could extract tar.gz file. Such situation would be somewhat con

[OE-core] Piglit in Poky

2013-12-23 Thread Burton, Ross
Hi, We'd like to integrate Piglit (an OpenGL test suite) into Poky so that we can run automated QA on the GL stack. Piglit is currently residing in meta-oe, but as Poky is a self-contained project we can't just add meta-oe to it: apart from the size of meta-oe, we can't ensure stability if meta-

[OE-core] [PATCH 2/2] dbus: enable API entry point checks

2013-12-23 Thread Ross Burton
We were disabling API entry point sanity checking which should only be done if the performance gain is prefereable to correctness. Instead don't disable checks explicitly as the default is enabled, allowing distributions to append --disable-checks if required. Signed-off-by: Ross Burton --- met

[OE-core] [PATCH 1/2] dbus: use PACKAGECONFIG for X11 and systemd

2013-12-23 Thread Ross Burton
Instead of several variables and overrides, use PACKAGECONFIG to respect X11 and systemd DISTRO_FEATURES. Signed-off-by: Ross Burton --- meta/recipes-core/dbus/dbus.inc | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/meta/recipes-core/dbus/dbus.i

[OE-core] [PATCH 2/2] libxcb: don't hard-code package splitting

2013-12-23 Thread Ross Burton
Instead of having a log PACKAGES list and a correspondingly long FILES_ list, just use do_split_packages. Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-lib/libxcb.inc | 35 + 1 file changed, 5 insertions(+), 30 deletions(-) diff --git a/meta/recipes-gra

[OE-core] [PATCH 1/2] libxcb: don't disable parallel building

2013-12-23 Thread Ross Burton
Several test builds later and there were no failures, so this appears to have been fixed upstream. Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-lib/libxcb.inc |1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-lib/libxcb.inc b/meta/recipes-graphics/xor

[OE-core] OE Changelog since 2013-12-15 until 2013-12-22

2013-12-23 Thread cliff . brake
Changelog since 2013-12-15 until 2013-12-22. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

[OE-core] [PATCH] wipe-sysroot: explain what is being deleted, and check for arguments

2013-12-23 Thread Ross Burton
Print the directories that will be deleted, and add a rudimentary check for arguments and display a message if arguments were passed. [ YOCTO #5423 ] Signed-off-by: Ross Burton --- scripts/wipe-sysroot | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/scripts/wipe-

[OE-core] [PATCH] e2fsprogs: silence debugfs

2013-12-23 Thread Ross Burton
debugfs echos the commands when it is executing a script, but as the scripts used at rootfs time are long this massively inflates the do_rootfs log. Comment out the echo so that the rootfs isn't 20K lines longer than it needs to be. Signed-off-by: Ross Burton --- .../e2fsprogs/e2fsprogs-1.42.8/

Re: [OE-core] Why to make branch info is mandatory for non-master commit with latest bitbake

2013-12-23 Thread Richard Purdie
On Mon, 2013-12-23 at 06:41 +, zhenhua@freescale.com wrote: > Previously the branch name doesn't need to be defined when a > non-master branch commit is referred in recipe, this has been changed > in latest bitbake. > > Is this an intentional change? May I know the reason of the change if

[OE-core] [PATCH 0/1] Package upgrades

2013-12-23 Thread Cristiana Voicu
The package has been succesfully compiled for all major architectures. Tested on a core-image-sato. The following changes since commit 005af45191ded6185c618c708181b31281e43092: bitbake: fetch2: avoid printing "no checksum" error message twice (2013-12-22 14:29:13 +) are available in the gi

[OE-core] [PATCH 1/1] curl: upgrade to 7.34.0

2013-12-23 Thread Cristiana Voicu
Signed-off-by: Cristiana Voicu --- .../curl/{curl_7.33.0.bb => curl_7.34.0.bb}|4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.33.0.bb => curl_7.34.0.bb} (93%) diff --git a/meta/recipes-support/curl/curl_7.33.0.bb b/meta/recipes-supp

[OE-core] [PATCH 0/2] Fixes for systemd's ptest

2013-12-23 Thread Qi.Chen
From: Chen Qi The current status for systemd's ptest is not good. It has only two test cases. However, it's better to have something than nothing. So we need to make these two test cases actually have effect. This is what this patchset is trying to achieve. //Chen Qi The following changes sinc

[OE-core] [PATCH 2/2] systemd: fix ptest to make it able to run on target

2013-12-23 Thread Qi.Chen
From: Chen Qi This patch mainly involves four changes. 1. Ship the sys.tar.xz and extract it on target to avoid ELOOP error. 2. Make systemd-ptest rdepend on bash and perl as the test cases need them. 3. Fix paths in Makefile so that the test cases could run on target. 4. Install ${libdir}/udev/r

[OE-core] [PATCH 1/2] busybox: enable SEAMLESS_XZ by default

2013-12-23 Thread Qi.Chen
From: Chen Qi We have enabled SEAMLESS_GZ and SEAMLESS_BZ2 in defconfig, it's reasonable for us to enable SEAMLESS_XZ as well. Otherwise, we couldn't extract tar.xz file while we could extract tar.gz file. Such situation would be somewhat confusing. Signed-off-by: Chen Qi --- meta/recipes-core