Re: [OE-core] [PATCH V3 1/5] systemd: add 'less' to its RRECOMMENDS

2014-01-20 Thread Bernhard Reutner-Fischer
On 20 January 2014 03:23:02 Chen Qi qi.c...@windriver.com wrote: The less command provided by busybox cannot interpret the control character, resulting in obscure output of the journalctl command in a systemd based image. Can you send me the input containing this control character, please?

Re: [OE-core] [PATCH V3 1/5] systemd: add 'less' to its RRECOMMENDS

2014-01-20 Thread ChenQi
On 01/20/2014 04:06 PM, Bernhard Reutner-Fischer wrote: On 20 January 2014 03:23:02 Chen Qi qi.c...@windriver.com wrote: The less command provided by busybox cannot interpret the control character, resulting in obscure output of the journalctl command in a systemd based image. Can you send

Re: [OE-core] [PATCH 1/1] sstate.bbclass: remove previous version's stamp

2014-01-20 Thread Robert Yang
On 01/17/2014 08:17 PM, Richard Purdie wrote: On Fri, 2014-01-17 at 19:01 +0800, Robert Yang wrote: On 01/17/2014 06:36 PM, Richard Purdie wrote: On Fri, 2014-01-17 at 14:43 +0800, Robert Yang wrote: +# Keep the sigdata +if not re.match(re_sigdata, stfile): +

Re: [OE-core] [oeqa][PATCH] lib/oeqa/runtime: add test for gzip

2014-01-20 Thread Burton, Ross
On 20 January 2014 05:24, wangting ting.w...@windriver.com wrote: Any issues about this case ? Everything I said in my reply on 9th January. I think it should be a ptest instead, and it doesn't actually check that gzip is working correctly. Ross ___

Re: [OE-core] [PATCH V3 2/2] Add missing RDEPENDS of initscripts-functions

2014-01-20 Thread Martin Jansa
On Mon, Jan 20, 2014 at 10:15:41AM +0800, ChenQi wrote: On 01/17/2014 11:37 PM, Martin Jansa wrote: On Fri, Jan 17, 2014 at 02:11:39PM +, Paul Eggleton wrote: Hi Qi, On Monday 06 January 2014 15:27:35 Chen Qi wrote: Now that the initscripts-functions has been packaged separately,

[OE-core] [PATCH] speex: configure in flaot or fixed mode based on TARGET_FPU

2014-01-20 Thread Fahad Arslan
From: Fahad Arslan fahad_ars...@mentor.com Decide flaot or fixed mode usage depending on whether hardware FPU is present or not. Signed-off-by: Fahad Arslan fahad_ars...@mentor.com --- meta/recipes-multimedia/speex/speex-fpu.inc |4 meta/recipes-multimedia/speex/speex_1.2rc1.bb |

Re: [OE-core] [PATCH 7/7] Fix ffsb ftbfs on arm64 and cross-compiled environment

2014-01-20 Thread Burton, Ross
On 20 January 2014 11:19, Fathi Boudra fathi.bou...@linaro.org wrote: right, we don't need to patch config.sub/guess anymore since I added do_configure_prepend() later on to run autoreconf -vfi. So drop this patch from the series, we don't need to see your in-progress work. Ross

[OE-core] [PATCHv2 2/7] ltp: fix style using oe-stylize (no changes in the content of the recipe itself)

2014-01-20 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta/recipes-extended/ltp/ltp_20140115.bb | 100 +++--- 1 file changed, 51 insertions(+), 49 deletions(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index

[OE-core] [PATCHv2 0/7] ltp: update 20140115 release

2014-01-20 Thread Fathi Boudra
This patchset update LTP to latest release and fix various style, cross-compilation issues. Fathi Boudra (7): rename recipe to ltp_20140115.bb Fix style using oe-stylize (no changes in the content of the recipe itself) drop do_unpack_append/do_extract_tarball Update SRC_REV to LTP

[OE-core] [PATCHv2 1/7] ltp: rename recipe to ltp_20140115.bb

2014-01-20 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta/recipes-extended/ltp/ltp_20130904.bb | 78 --- meta/recipes-extended/ltp/ltp_20140115.bb | 78 +++ 2 files changed, 78 insertions(+), 78 deletions(-) delete mode 100644

[OE-core] [PATCHv2 4/7] ltp: update SRC_REV to LTP 20140115 release

2014-01-20 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta/recipes-extended/ltp/ltp_20140115.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index 73bd808..287f73d 100644 ---

[OE-core] [PATCHv2 3/7] ltp: drop do_unpack_append/do_extract_tarball

2014-01-20 Thread Fathi Boudra
we don't use tarball anymore and switched to ltp github mirror. Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta/recipes-extended/ltp/ltp_20140115.bb | 12 1 file changed, 12 deletions(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb

[OE-core] [PATCHv2 5/7] ltp: update ffsb-6.0-rc2 license file path

2014-01-20 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta/recipes-extended/ltp/ltp_20140115.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index 287f73d..d9c707b 100644 ---

[OE-core] [PATCHv2 7/7] ltp: fix ffsb ftbfs on cross-compiled environment

2014-01-20 Thread Fathi Boudra
Add ffsb-remove-hardcoded-configure.patch: get rid of the hardcoded configure call preventing cross-compilation Add do_configure_prepend to explicitly force regeneration the configure file and pass configure options as appropriate. Signed-off-by: Fathi Boudra fathi.bou...@linaro.org ---

[OE-core] [PATCHv2 6/7] ltp: fix comment to refer to oe-core instead of poky

2014-01-20 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta/recipes-extended/ltp/ltp_20140115.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index d9c707b..4e20f24 100644 ---

[OE-core] [PATCH 0/1 V3] sstate.bbclass: remove previous version's stamp

2014-01-20 Thread Robert Yang
* V3: (Fix RP's comments) - Avoid matching multiple tasks - Fix the removing for BB_SIGNATURE_HANDLER = noop. * V2: (Fix RP's comments) - Use STAMPCLEAN instead of STAMP - Respect to the extrainf // Robert The following changes since commit b908caca1af1d4150eafd3d3001ea19599657270:

[OE-core] [PATCH 1/1] sstate.bbclass: remove previous version's stamp

2014-01-20 Thread Robert Yang
There is a potential problem if we don't remove the previous version's stamp, for example: The depend chain is: libtool-native - autoconf-native - m4-native We have two m4-native: 1.4.9 and 1.4.7 1) Clean all of them to make a fresh build so that we can reproduce the problem $ bitbake

[OE-core] [PATCH 1/1] e2fsprogs/populate-extfs.sh: fix a problem on dash

2014-01-20 Thread Robert Yang
The dash can't handle the or [[ in parameter expansion, for example: A=/usr/bin/[[ B=[[ C=${A%$B} The C should be /usr/bin in common, but it will be /usr/bin/[[ on dash, use dirname to fix it. NOTE: There are 3 lines about parameter expansion, only fix the DIR=${DIR%$TGT} since the other 2

[OE-core] [PATCH 0/1] e2fsprogs/populate-extfs.sh: fix a problem on dash

2014-01-20 Thread Robert Yang
The following changes since commit 9f7465db614c664c49904033aa70170278972932: siggen.py: fix the SignatureGenerator() (2014-01-20 19:43:03 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/dash

Re: [OE-core] [oe-commits] Robert Yang : autogen-native: upgrade to 5.18.2

2014-01-20 Thread Nick D'Ademo
Any update on this one? (it's actually a showstopper to my build) Is a fix in progress? Alternatively, I can try and tackle it. Nick On Wed, Jan 15, 2014 at 9:30 PM, Martin Jansa martin.ja...@gmail.comwrote: On Wed, Jan 15, 2014 at 02:01:23PM +0800, Robert Yang wrote: On 01/15/2014

[OE-core] [PATCH] linux-firmware: package Marvell SD8797 firmware

2014-01-20 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb

[OE-core] [PATCH] image: Add kmod-native to DEPENDS

2014-01-20 Thread Phil Blundell
We will run depmod so we need it to be in the sysroot. (We do depend on depmodwrapper-cross already but this doesn't have any dependency on depmod itself.) SIgned-off-by: Phil Blundell p...@pbcl.net --- meta/classes/image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] image: Add kmod-native to DEPENDS

2014-01-20 Thread Paul Eggleton
Hi Phil, On Monday 20 January 2014 15:31:41 Phil Blundell wrote: We will run depmod so we need it to be in the sysroot. (We do depend on depmodwrapper-cross already but this doesn't have any dependency on depmod itself.) Perhaps I'm not grasping the subtleties but shouldn't the dependency be

Re: [OE-core] [dora][PATCH 0/4] Dora backports

2014-01-20 Thread Koen Kooi
Op 13 jan. 2014, om 03:02 heeft Robert Yang liezhi.y...@windriver.com het volgende geschreven: Hi Martin, Thank you ver much, I will merge them to dora-next. What's the status on these? regards, Koen // Robert On 01/09/2014 02:36 AM, Martin Jansa wrote: The following changes

[OE-core] [RFC][PATCH] kdbus: add git version

2014-01-20 Thread Koen Kooi
This builds the kernel portion of the kdbus implementation. Userspace support needs systemd git and/or a special glib-2.0 branch. Due to the use of task_cgroup_path() a 3.11.x or newer kernel is needed. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-core/dbus/kdbus_git.bb

Re: [OE-core] [RFC][PATCH] kdbus: add git version

2014-01-20 Thread Burton, Ross
On 20 January 2014 16:40, Koen Kooi k...@dominion.thruhere.net wrote: This builds the kernel portion of the kdbus implementation. Userspace support needs systemd git and/or a special glib-2.0 branch. As awesome as kdbus could be it's very much fresh code, can this live outside of oe-core for

Re: [OE-core] [RFC][PATCH] kdbus: add git version

2014-01-20 Thread Martin Jansa
On Mon, Jan 20, 2014 at 04:49:29PM +, Burton, Ross wrote: On 20 January 2014 16:40, Koen Kooi k...@dominion.thruhere.net wrote: This builds the kernel portion of the kdbus implementation. Userspace support needs systemd git and/or a special glib-2.0 branch. As awesome as kdbus could

Re: [OE-core] [RFC][PATCH] kdbus: add git version

2014-01-20 Thread Paul Eggleton
On Monday 20 January 2014 17:57:27 Martin Jansa wrote: On Mon, Jan 20, 2014 at 04:49:29PM +, Burton, Ross wrote: On 20 January 2014 16:40, Koen Kooi k...@dominion.thruhere.net wrote: This builds the kernel portion of the kdbus implementation. Userspace support needs systemd git and/or

Re: [OE-core] [RFC][PATCH] kdbus: add git version

2014-01-20 Thread Martin Jansa
On Mon, Jan 20, 2014 at 05:09:05PM +, Paul Eggleton wrote: On Monday 20 January 2014 17:57:27 Martin Jansa wrote: On Mon, Jan 20, 2014 at 04:49:29PM +, Burton, Ross wrote: On 20 January 2014 16:40, Koen Kooi k...@dominion.thruhere.net wrote: This builds the kernel portion of the

Re: [OE-core] [RFC][PATCH] kdbus: add git version

2014-01-20 Thread Koen Kooi
Op 20 jan. 2014, om 17:49 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 20 January 2014 16:40, Koen Kooi k...@dominion.thruhere.net wrote: This builds the kernel portion of the kdbus implementation. Userspace support needs systemd git and/or a special glib-2.0 branch.

Re: [OE-core] [oe-commits] Robert Yang : autogen-native: upgrade to 5.18.2

2014-01-20 Thread Darren Hart
Reverting the patch allows me to move forward, but yes, I'm surprised we aren't seeing more build failures I wonder what makes us special? On Tue, 2014-01-21 at 00:08 +1100, Nick D'Ademo wrote: Any update on this one? (it's actually a showstopper to my build) Is a fix in progress?

[OE-core] [PATCH v3] meta/oe/lib/path.py - check mount points, not device

2014-01-20 Thread Jason Plum
Signed-off-by: Jason Plum jp...@devonit.com --- meta/lib/oe/path.py | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/meta/lib/oe/path.py b/meta/lib/oe/path.py index 46783f8..dab20fc 100644 --- a/meta/lib/oe/path.py +++ b/meta/lib/oe/path.py @@ -90,7 +90,7 @@ def

[OE-core] OE Changelog since 2014-01-12 until 2014-01-19

2014-01-20 Thread cliff . brake
Changelog since 2014-01-12 until 2014-01-19. 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:

[OE-core] [PATCH 3/3] libxcb: upgrade to 1.10

2014-01-20 Thread Ross Burton
Remove spurious libxcb-xinerama addition to PACKAGES, this is handled by the dynamic split_packages() now. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libxcb_1.10.bb | 10 ++ meta/recipes-graphics/xorg-lib/libxcb_1.9.3.bb | 12

[OE-core] [PATCH 1/3] glproto: upgrade to 1.4.17

2014-01-20 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../xorg-proto/{glproto_1.4.16.bb = glproto_1.4.17.bb}|4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{glproto_1.4.16.bb = glproto_1.4.17.bb} (76%) diff --git

[OE-core] [PATCH 2/3] xcb-proto: upgrade to 1.10

2014-01-20 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../xorg-proto/{xcb-proto_1.9.bb = xcb-proto_1.10.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{xcb-proto_1.9.bb = xcb-proto_1.10.bb} (60%) diff --git

Re: [OE-core] [oe-commits] Robert Yang : autogen-native: upgrade to 5.18.2

2014-01-20 Thread Richard Purdie
On Mon, 2014-01-20 at 10:29 -0800, Darren Hart wrote: Reverting the patch allows me to move forward, but yes, I'm surprised we aren't seeing more build failures I wonder what makes us special? Can someone share a copy of sysroots/x86_64-linux/usr/include/guile/2.0/libguile/error.h please?

[OE-core] [PATCH 1/3] gdk-pixbuf: upgrade to 2.30.3

2014-01-20 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../gdk-pixbuf/{gdk-pixbuf_2.30.1.bb = gdk-pixbuf_2.30.3.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.30.1.bb = gdk-pixbuf_2.30.3.bb} (94%) diff --git

[OE-core] [PATCH 3/3] gdk-pixbuf: use PACKAGECONFIG to control loaders with external dependencies

2014-01-20 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.3.bb | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.3.bb

[OE-core] [PATCH 2/3] gdk-pixbuf: don't forcibly disable GIO sniffing, use PACKAGECONFIG.

2014-01-20 Thread Ross Burton
There's a configure option for GIO sniffing so don't use a patch to disable it. Instead use a PACKAGECONFIG for this and default to off, as using GIO for sniffing means a hard dependency on shared-mime-info. Signed-off-by: Ross Burton ross.bur...@intel.com ---

Re: [OE-core] [oe-commits] Robert Yang : autogen-native: upgrade to 5.18.2

2014-01-20 Thread Richard Purdie
On Mon, 2014-01-20 at 10:29 -0800, Darren Hart wrote: Reverting the patch allows me to move forward, but yes, I'm surprised we aren't seeing more build failures I wonder what makes us special? For some reason I still don't have the email I can see you sent from the list archives. What is

Re: [OE-core] [dora][PATCH 0/4] Dora backports

2014-01-20 Thread Robert Yang
On 01/21/2014 12:08 AM, Koen Kooi wrote: Op 13 jan. 2014, om 03:02 heeft Robert Yang liezhi.y...@windriver.com het volgende geschreven: Hi Martin, Thank you ver much, I will merge them to dora-next. What's the status on these? Hi Koen, I will send out a branch with will the fixes

Re: [OE-core] [oe-commits] Robert Yang : autogen-native: upgrade to 5.18.2

2014-01-20 Thread Robert Yang
On 01/21/2014 07:56 AM, Richard Purdie wrote: On Mon, 2014-01-20 at 10:29 -0800, Darren Hart wrote: Reverting the patch allows me to move forward, but yes, I'm surprised we aren't seeing more build failures I wonder what makes us special? For some reason I still don't have the email I