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

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 http://www.openembedded.org/wiki/Co

[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 ++- .../inits

[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 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 connman fails. It creates an

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] [daisy][PATCH 2/2] udev-cache.default: set PROBE_PLATFORM_BUS to "yes" by default

2014-06-25 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Force probing of "platform" bus by default. Signed-off-by: Denys Dmytriyenko Signed-off-by: Richard Purdie [Backport from OE-Core/master 6aae37c66fb6e7153b829ad860b7e7f94e804bd4] Signed-off-by: Denys Dmytriyenko --- meta/recipes-core/udev/udev/udev-cache.default | 1

[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 --- scripts/sstate-diff-ma

[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

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 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 2014 16:40 >> > To:

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-cor

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 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 default be

[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 --- meta/classes/report-error.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/me

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] += "" Or you can add a task: add 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 05:23 PM, Himanshu Pand

[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 --- scripts/contrib/verify-homepage.py | 63 ++ 1 file changed, 63 insertions(+) create mode 100755 scripts/contrib/verify-homepage.py diff --git a/scripts/contrib/verif

[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 http://git.pokylinux.org/cgit.cgi/

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 Sent: Sat,

[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 http://git.pokylinux.org/cgit.cgi/poky-con

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 BTW: libsdl-ttf still needs patch to use freetype2 pkg-config instead of free

[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 import libxml2 File "/usr/lib64/python2.7/site-packages/libxml2.py", line 1, in ImportError: No module named libxml2mod Signed-off-by: R

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

2014-06-25 Thread Maxin B. John
From: "Maxin B. John" 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 --- meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-bsp/u-bo

[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-- ___ Openemb

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 p