Re: [OE-core] [Yocto-builds] QT4 lib problem image file

2014-06-25 Thread Life Life
Thanks 2014-06-25 4:04 GMT+03:00 Robert Yang liezhi.y...@windriver.com: Hi Life, I think that this email should to into oe-core mailing list, fwd it. // Robert Original Message Subject:[Yocto-builds] QT4 lib problem image file Date: Tue, 24 Jun 2014

[OE-core] bitbake hob QT4 lib problem

2014-06-25 Thread Life Life
Hello, I'm newbie, I'm testing beaglebone black. My setup and instruction following git clone git://github.com/Angstrom-distribution/setup-scripts.git cd setup-scripts MACHINE=beaglebone ./oebb.sh config beaglebone MACHINE=beaglebone ./oebb.sh update MACHINE=beaglebone ./oebb.sh after I run this

Re: [OE-core] [PATCH 1/5] iptables: update RRECOMMENDS

2014-06-25 Thread Kang Kai
On 2014年06月24日 14:11, Anders Darander wrote: * Kai Kang kai.k...@windriver.com [140623 04:34]: @@ -15,7 +15,13 @@ RRECOMMENDS_${PN} = kernel-module-x-tables \ kernel-module-nf-conntrack \ kernel-module-nf-conntrack-ipv4 \

Re: [OE-core] [PATCH 3/5] iptables: add default rules

2014-06-25 Thread Kang Kai
On 2014年06月24日 14:06, Anders Darander wrote: * Kang Kai kai.k...@windriver.com [140624 03:40]: On 2014年06月23日 18:42, Burton, Ross wrote: On 23 June 2014 03:32, Kai Kang kai.k...@windriver.com wrote: Also, is it sensible to ship a static firewall configuration? The one thing we're not is

Re: [OE-core] [PATCH 5/5] iptables: update init script and bb file

2014-06-25 Thread Kang Kai
On 2014年06月24日 14:01, Anders Darander wrote: * Kang Kai kai.k...@windriver.com [140624 03:49]: On 2014年06月23日 19:44, Anders Darander wrote: * Kai Kang kai.k...@windriver.com [140623 04:34]: Update path of command iptables in init script that we put it in /usr/sbin rather than /sbin. Then

Re: [OE-core] [PATCH V2] kernel.bbclass: add task dependency between bundle_initramfs and package

2014-06-25 Thread Ming Liu
Please ignore this V2 too, I found a drawback that if the kernel-module* are added to the initramfs image, then it will lead us to a circular dependency risk, maybe we should not add this dependency at all. //Ming Liu On 06/25/2014 09:57 AM, Ming Liu wrote: To ensure the bundled image to be

[OE-core] Hi

2014-06-25 Thread Himanshu Pandey
Hi, Script in this section is appending just after the COMPRESS_CMD_bz2 command and the full script is executing as a single command. I want to run my script separately just after rootfs.tar.bz2 is created. Please help. Thanks in advance-- ___

[OE-core] [PATCH] u-boot-fw-utils: install config file

2014-06-25 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com The on-target fw_printenv and fw_setenv needs configuration file (fw_env.config) to be present in the target. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb |2 ++ 1 file changed, 2

[OE-core] [PATCH 1/1] createrepo: RDEPENDS on libxml2-python

2014-06-25 Thread Robert Yang
Fixed the error when run createrepo on target: Traceback (most recent call last): File /usr/share/createrepo/genpkgmetadata.py, line 27, in module import libxml2 File /usr/lib64/python2.7/site-packages/libxml2.py, line 1, in module ImportError: No module named libxml2mod

[OE-core] [PATCH 0/1] createrepo: RDEPENDS on libxml2-python

2014-06-25 Thread Robert Yang
The following changes since commit 3c7b5ec1cae6186a64e0be2c05b64b05add08c97: syslinux: fix isohybird overflows on 32 bit system (2014-06-24 19:54:12 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/createrepo

Re: [OE-core] [PATCH] libsdl: Convert to use pkg-config in internal m4 macros

2014-06-25 Thread Martin Jansa
On Tue, Jun 24, 2014 at 11:53:47PM +0100, Richard Purdie wrote: Rather than code which doesn't even work properly when cross compiling, lets just use pkg-config instead. Its a little simpler. Acked-by: Martin Jansa martin.ja...@gmail.com BTW: libsdl-ttf still needs patch to use freetype2

Re: [OE-core] [bitbake-devel] Hi

2014-06-25 Thread Himanshu Pandey
Hi, Script in this section is appending just after the COMPRESS_CMD_bz2 command and the full script is executing as a single command. I want to run my script separately just after rootfs.tar.bz2 is created. Please help. Thanks in advance From: Robert Yang lt;liezhi.y...@windriver.comgt; Sent:

[OE-core] [PATCH 0/1] scripts/contrib/verify-homepage.py: add a script to verify HOMEPAGE

2014-06-25 Thread Chong Lu
The following changes since commit 3c7b5ec1cae6186a64e0be2c05b64b05add08c97: syslinux: fix isohybird overflows on 32 bit system (2014-06-24 19:54:12 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/verifyhomepage

Re: [OE-core] [bitbake-devel] Hi

2014-06-25 Thread Robert Yang
I think that you can add this to the image's recipe, or to conf/local.conf: do_rootfs[postfuncs] += your script Or you can add a task: add task your task after do_rootfs before do_build Please refer insane.bbclass or other classes in meta/classes for more info. // Robert On 06/25/2014

[OE-core] [PATCH 1/1] scripts/contrib/verify-homepage.py: add a script to verify HOMEPAGE

2014-06-25 Thread Chong Lu
Add a script to verify all the recipes' HOMEPAGE. [YOCTO #5689] Signed-off-by: Chong Lu chong...@windriver.com --- scripts/contrib/verify-homepage.py | 63 ++ 1 file changed, 63 insertions(+) create mode 100755 scripts/contrib/verify-homepage.py diff --git

[OE-core] [PATCH] classes/report-error: tweak summary message

2014-06-25 Thread Paul Eggleton
* We don't want everyone to remove their identifying info, just if they feel the need to * Split lines for clarity * A couple of grammar/spelling tweaks Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/report-error.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [OE-core] [PATCH 1/2] udev: update init script for conditional probing of platform bus

2014-06-25 Thread Paul Eggleton
On Tuesday 24 June 2014 20:52:55 Denys Dmytriyenko wrote: Ping? Any comments? Any better suggestions? Looks like Richard has merged this, FWIW. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre -- ___ Openembedded-core mailing list

[OE-core] [daisy][PATCH 1/2] udev: update init script for conditional probing of platform bus

2014-06-25 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Make probing of platform bus conditional based on PROBE_PLATFORM_BUS variable from /etc/default/udev-cache on subsequent boots when udev cache is used. PROBE_PLATFORM_BUS has to be set to yes in order to force probing on every boot, otherwise it uses the old

Re: [OE-core] [PATCH] populate_sdk_base: add auto-completion in setup

2014-06-25 Thread Paul Eggleton
On Tuesday 24 June 2014 10:01:36 Meier, Dennis wrote: -Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Dienstag, 17. Juni 2014 16:40 To: Meier, Dennis Cc: Patches and discussions about the oe-core layer

Re: [OE-core] [PATCH] populate_sdk_base: add auto-completion in setup

2014-06-25 Thread Otavio Salvador
On Wed, Jun 25, 2014 at 1:26 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 24 June 2014 10:01:36 Meier, Dennis wrote: -Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Dienstag, 17. Juni

[OE-core] [PATCH 2/2] test-dependencies.sh: Return non-zero return code when there was some failure detected

2014-06-25 Thread Martin Jansa
* this is useful when using from jenkins job where you don't want to read output just to dectect how bad it was * add .log suffix to all files, so they can be easily downloaded from http servers without default mimetype set to something useful * add recipes failed in step 1 to steps 2 and 3 to

[OE-core] [PATCH 1/2] sstate-diff-machines.sh: Return non-zero return code when there was some failure detected

2014-06-25 Thread Martin Jansa
* add --analyze option, which is useful when using from jenkins job where you don't want to read output just to dectect how bad it was * I was always using something like this inside jenkins job, but better to share it in original script Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [daisy][PATCH 2/2] udev-cache.default: set PROBE_PLATFORM_BUS to yes by default

2014-06-25 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Force probing of platform bus by default. Signed-off-by: Denys Dmytriyenko de...@ti.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org [Backport from OE-Core/master 6aae37c66fb6e7153b829ad860b7e7f94e804bd4] Signed-off-by: Denys Dmytriyenko

Re: [OE-core] [PATCH 1/2] udev: update init script for conditional probing of platform bus

2014-06-25 Thread Denys Dmytriyenko
On Wed, Jun 25, 2014 at 05:20:23PM +0100, Paul Eggleton wrote: On Tuesday 24 June 2014 20:52:55 Denys Dmytriyenko wrote: Ping? Any comments? Any better suggestions? Looks like Richard has merged this, FWIW. Yes, I saw it. Already submitted backport for daisy... :) -- Denys --

[OE-core] [meta-oe][PATCH] If QEMU parameters are extended to emulate additional network interfaces, NFS boot does not work. Based on the ip configuration provided by the runqemu-internal script the k

2014-06-25 Thread Adrian
From: Adrian Freihofer adrian.freiho...@neratec.com Example to reproduce: runqemu ... qemuparams=-net nic,model=virtio... -net tap, ... If kernel parameters are extended to get the kernel forced to use eth0 for the nfs rootfs another issue pops up. The script which creates a special config for

[OE-core] [PATCH] Change resolv.conf generation for sysvinit

2014-06-25 Thread Jate Sujjavanich
Move /etc/resolv.conf link generation a volatiles file. Then use update-alternatives to choose the correct one. This is for sysvinit and resolvconf. --- .../resolvconf/files/volatiles_resolv-conf |1 + .../resolvconf/resolvconf_1.75.bb | 15 ++-

Re: [OE-core] [PATCH] Change resolv.conf generation for sysvinit

2014-06-25 Thread Saul Wold
On 06/25/2014 02:46 PM, Jate Sujjavanich wrote: Move /etc/resolv.conf link generation a volatiles file. Then use update-alternatives to choose the correct one. This is for sysvinit and resolvconf. Please review the commit guide lines on the Openembedded wiki

Re: [OE-core] [PATCH 1/2] udev: update init script for conditional probing of platform bus

2014-06-25 Thread Richard Purdie
On Wed, 2014-06-25 at 12:22 -0400, Denys Dmytriyenko wrote: On Wed, Jun 25, 2014 at 05:20:23PM +0100, Paul Eggleton wrote: On Tuesday 24 June 2014 20:52:55 Denys Dmytriyenko wrote: Ping? Any comments? Any better suggestions? Looks like Richard has merged this, FWIW. Yes, I saw it.