[OE-core] [PATCH] oeqa/selftest: New auto bitbake test for poky tiny.

2015-03-23 Thread Lucian Musat
The test builds a poky-tiny image, boots it in background and tries to comunicate with it via serial. Signed-off-by: Lucian Musat --- meta/lib/oeqa/selftest/bbtests.py | 29 + 1 file changed, 29 insertions(+) diff --git a/meta/lib/oeqa/selftest/bbtests.py b/meta/lib

Re: [OE-core] [PATCH] oeqa/selftest: New auto bitbake test for poky tiny.

2015-03-23 Thread Burton, Ross
On 23 March 2015 at 11:24, Lucian Musat wrote: > The test builds a poky-tiny image, boots it in background and > tries to comunicate with it via serial. > Would this be better as a test hooked into the usual post-build testimage support? Ross -- ___

[OE-core] [PATCH] systemd: fix firmware path to match linux-firmware

2015-03-23 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-core/systemd/systemd_219.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb index 5ecdda9..f2d3c13 100644 --- a/meta/recipes-core/systemd/systemd_2

Re: [OE-core] [PATCH] oeqa/selftest: New auto bitbake test for poky tiny.

2015-03-23 Thread Musat, George L
Hi Ross, I am viewing this as a build test for the poky-tiny image, that checks if the build was fine by booting it and checking that it booted fine and checking that it’s indeed a tiny, rather than a runtime test. From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, March 23, 2015 12

Re: [OE-core] [PATCH] systemd: fix firmware path to match linux-firmware

2015-03-23 Thread Otavio Salvador
On Mon, Mar 23, 2015 at 8:18 AM, Jonathan Liu wrote: > Signed-off-by: Jonathan Liu > --- > meta/recipes-core/systemd/systemd_219.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-core/systemd/systemd_219.bb > b/meta/recipes-core/systemd/systemd_219.bb > in

Re: [OE-core] [PATCH 3/6] mtd-utils: update to latest and fix static inlining

2015-03-23 Thread Burton, Ross
Hi Khem, On 27 February 2015 at 19:19, Khem Raj wrote: > use static storage class instead of extern for inline functions > and remove duplicate definitions as a result > There's now a master-next-1.9 branch to start collecting all the patches for when master un-freezes. This doesn't apply anym

Re: [OE-core] [PATCH 3/6] mtd-utils: update to latest and fix static inlining

2015-03-23 Thread Khem Raj
> On Mar 23, 2015, at 8:30 AM, Burton, Ross wrote: > > Hi Khem, > > On 27 February 2015 at 19:19, Khem Raj > wrote: > use static storage class instead of extern for inline functions > and remove duplicate definitions as a result > > There's now a master-next-1.9 bra

[OE-core] [PATCH] ca-certificates: clean up before do_compile()

2015-03-23 Thread Andreas Oberritter
Otherwise the script which converts mozilla certificates extracts each certificate twice. Signed-off-by: Andreas Oberritter --- meta/recipes-support/ca-certificates/ca-certificates_20141019.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-support/ca-certificates/ca-certifi

[OE-core] [PATCH] valgrind: enable build for MIPS

2015-03-23 Thread Andreas Oberritter
Since 3.8.0, valgrind supports MIPS32. MIPS64 was added in 3.9.0. Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/valgrind/valgrind_3.10.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb b/meta/recipes-devtools

[OE-core] [PATCH] package.bbclass: Add SYSTEMD_SERVICE to list of package specific variables

2015-03-23 Thread Andreas Oberritter
Changes to SYSTEMD_SERVICE should change the sstate checksum. To make that happen, it needs to be listed in the list of package specific variables, therefore add it. Signed-off-by: Andreas Oberritter --- meta/classes/package.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[OE-core] [PATCH] connman: only depend on xuser-account if ROOTLESS_X is set

2015-03-23 Thread Andreas Oberritter
* Copied from xserver-nodm-init. Signed-off-by: Andreas Oberritter --- meta/recipes-connectivity/connman/connman.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 1062641..e

[OE-core] [PATCH] libunwind: use xz, because it fails to detect liblzma provided by lzma

2015-03-23 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-support/libunwind/libunwind.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc index 6743b21..2a65631 100644 --- a/meta/recipes-supp

Re: [OE-core] [PATCH 3/6] mtd-utils: update to latest and fix static inlining

2015-03-23 Thread Burton, Ross
On 23 March 2015 at 17:35, Khem Raj wrote: > Please take them from contrib/kraj/master > Great, thanks. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-co

[OE-core] [PATCH] libav: fix floating dependency on libasound

2015-03-23 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-multimedia/libav/libav.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/libav/libav.inc b/meta/recipes-multimedia/libav/libav.inc index a2f0b81..cac836f 100644 --- a/meta/recipes-multimedia/libav/li

[OE-core] [PATCH] pigz: fix alternatives handling, use symlinks, provide zcat

2015-03-23 Thread Andreas Oberritter
The installed unpigz is a hardlink to pigz. Signed-off-by: Andreas Oberritter --- meta/recipes-extended/pigz/pigz.inc | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/meta/recipes-extended/pigz/pigz.inc b/meta/recipes-extended/pigz/pigz.inc index b5caa95..

[OE-core] [PATCH] python: fix cached config value for /dev/ptmx

2015-03-23 Thread Andreas Oberritter
Linux usually has /dev/ptmx, so set set it to yes. Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/python/python_2.7.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python_2.7.9.bb b/meta/recipes-devtools/python/python_2.7.9.bb i

[OE-core] [PATCH] kernel-module-split.bbclass: Avoid bogus recommends for modules ending with -dev

2015-03-23 Thread Andreas Oberritter
Example: lirc-dev.ko -> kernel-module-lirc-dev Signed-off-by: Andreas Oberritter --- meta/classes/kernel-module-split.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/kernel-module-split.bbclass b/meta/classes/kernel-module-split.bbclass index 32b8085..68a23f8 100644

[OE-core] [PATCH] kernel-module-split.bbclass: fix autoloading from postinst script

2015-03-23 Thread Andreas Oberritter
When using KERNEL_MODULE_AUTOLOAD, autoload was empty, causing "modprobe None" to get appended to the postinst script. Signed-off-by: Andreas Oberritter --- meta/classes/kernel-module-split.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel-module-spl

Re: [OE-core] [PATCH] libav: fix floating dependency on libasound

2015-03-23 Thread Burton, Ross
On 23 March 2015 at 17:41, Andreas Oberritter wrote: > -DEPENDS = "zlib libogg yasm-native" > +DEPENDS = "alsa-lib zlib libogg yasm-native" > Wouldn't this be better as a PACKAGECONFIG? Ross -- ___ Openembedded-core mailing list Openembedded-core@lis

Re: [OE-core] [oe-commits] Jonathan Liu : systemd: fix firmware path to match linux-firmware

2015-03-23 Thread Martin Jansa
On Mon, Mar 23, 2015 at 11:27:36AM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: d3fcfe346b3472170641d9194243c4bbe06b8585 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d3fcfe346b3472170641d9194243c4bbe06b8585 > > A

Re: [OE-core] [PATCH] libav: fix floating dependency on libasound

2015-03-23 Thread Andreas Oberritter
On 23.03.2015 16:48, Burton, Ross wrote: > > On 23 March 2015 at 17:41, Andreas Oberritter > wrote: > > -DEPENDS = "zlib libogg yasm-native" > +DEPENDS = "alsa-lib zlib libogg yasm-native" > > > Wouldn't this be better as a PACKAGECONFIG? As far as I can

Re: [OE-core] [PATCH] libav: fix floating dependency on libasound

2015-03-23 Thread Burton, Ross
On 23 March 2015 at 18:47, Andreas Oberritter wrote: > As far as I can tell there's no configure switch to disable alsa. I > didn't care enough to patch libav's configure script, especially because > it's not based on autotools. I'd say apply this simple patch first, then > wait until someone wan

Re: [OE-core] [oe-commits] Jonathan Liu : systemd: fix firmware path to match linux-firmware

2015-03-23 Thread Burton, Ross
On 23 March 2015 at 18:43, Martin Jansa wrote: > WARNING: QA Issue: systemd: configure was passed unrecognised options: > --with-firmware-path [unknown-configure-option] > I for one don't see that. Do you happen to have that build to hand still? Actually seeing log.do_configure would be useful.

Re: [OE-core] [oe-commits] Jonathan Liu : systemd: fix firmware path to match linux-firmware

2015-03-23 Thread Randy Witt
On 03/23/2015 09:43 AM, Martin Jansa wrote: On Mon, Mar 23, 2015 at 11:27:36AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: d3fcfe346b3472170641d9194243c4bbe06b8585 URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d3fcfe346b

Re: [OE-core] [oe-commits] Jonathan Liu : systemd: fix firmware path to match linux-firmware

2015-03-23 Thread Martin Jansa
On Mon, Mar 23, 2015 at 10:14:57AM -0700, Randy Witt wrote: > On 03/23/2015 09:43 AM, Martin Jansa wrote: > > On Mon, Mar 23, 2015 at 11:27:36AM +, g...@git.openembedded.org wrote: > >> Module: openembedded-core.git > >> Branch: master > >> Commit: d3fcfe346b3472170641d9194243c4bbe06b8585 > >>

[OE-core] [PATCH 0/1] Fix for YOCTO #6931

2015-03-23 Thread Cristian Iorga
The following changes since commit 4bd886fb0081954879aaa2f574f3c7f6ced745d5: systemd: fix firmware path to match linux-firmware (2015-03-23 11:27:21 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/YB6931 http://git.yoctoproject.org/cgit.cgi/pok

[OE-core] [PATCH 1/1] webkit-gtk: disable JIT for armv5/armv6

2015-03-23 Thread Cristian Iorga
JIT for JS causes webkit to crash for ARM v5 and ARM v6 arch, so disable it for now. TODO: re-evaluate after webkit-gtk upgrade. Fixes [YOCTO #6931]. Signed-off-by: Cristian Iorga --- meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipe

Re: [OE-core] [PATCH] package.bbclass: Add SYSTEMD_SERVICE to list of package specific variables

2015-03-23 Thread Andreas Oberritter
On 23.03.2015 16:30, Andreas Oberritter wrote: > Changes to SYSTEMD_SERVICE should change the sstate checksum. To make that > happen, it needs to be listed in the list of package specific variables, > therefore add it. > > Signed-off-by: Andreas Oberritter > --- > meta/classes/package.bbclass |

[OE-core] [PATCH v2] package.bbclass: Add SYSTEMD_SERVICE to list of package specific variables

2015-03-23 Thread Andreas Oberritter
Changes to SYSTEMD_SERVICE should change the sstate checksum. To make that happen, it needs to be listed in the list of package specific variables, therefore add it. Signed-off-by: Andreas Oberritter --- meta/classes/package.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[OE-core] [PATCH] rootfs.py: Also uninstall update-alternatives and shadow for read-only-rootfs

2015-03-23 Thread Andreas Oberritter
This brings back commit d41097a970e9bfa553cd4bc3c9fad4b9073d7bd5, which got lost during transition from image.bbclass to rootfs.py. Signed-off-by: Andreas Oberritter --- meta/lib/oe/rootfs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py inde

[OE-core] [PATCH] dpkg: Don't move update-alternatives to sbindir

2015-03-23 Thread Andreas Oberritter
Debian, Ubuntu and opkg all have it in bindir. Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/dpkg/dpkg.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 7df8efa..bbbd881 100644

[OE-core] [PATCH] update-alternatives.bbclass: alternatives should be removed in prerm

2015-03-23 Thread Andreas Oberritter
This behaviour matches dpkg's manpage and fixes deinstalling alternatives for programs needed by the postrm script, e.g. /bin/sh. Signed-off-by: Andreas Oberritter --- meta/classes/update-alternatives.bbclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classe

Re: [OE-core] [PATCH v4] u-boot.inc: fix rename image error

2015-03-23 Thread Otavio Salvador
On Sun, Mar 22, 2015 at 11:09 PM, b40...@freescale.com wrote: > Ping. > > -Original Message- > From: Chunrong Guo [mailto:b40...@freescale.com] > Sent: Wednesday, March 11, 2015 5:40 PM > To: openembedded-core@lists.openembedded.org > Cc: Liu Ting-B28495; Luo Zhenhua-B19537; Guo Chunrong-B

[OE-core] [PATCH] python: Fix PGEN linking errors

2015-03-23 Thread Alejandro Hernandez
Parallel make races when linking PGEN affects target's python compilation as well, adds patch from python-native to modify the Makefile and avoid parallel make races, also updates upstream status Signed-off-by: Alejandro Hernandez --- .../avoid_parallel_make_races_on_pgen.patch| 2 +- .

Re: [OE-core] [PATCH] kernel-module-split.bbclass: fix autoloading from postinst script

2015-03-23 Thread Bruce Ashfield
On Mon, Mar 23, 2015 at 11:39 AM, Andreas Oberritter wrote: > When using KERNEL_MODULE_AUTOLOAD, autoload was empty, causing > "modprobe None" to get appended to the postinst script. I stared at this a bit and it looks right to me, but let me ask a question. Are you saying that KERNEL_MODULE_AUTO

[OE-core] [PATCH v2] python: Fix PGEN linking errors

2015-03-23 Thread Alejandro Hernandez
Parallel make races when linking PGEN affects target's python compilation as well, adds patch from python-native to modify the Makefile and avoid parallel make races, also updates upstream status Signed-off-by: Alejandro Hernandez --- .../avoid_parallel_make_races_on_pgen.patch| 2 +- .

[OE-core] systemd + run-postinsts.service

2015-03-23 Thread Patrick Ohly
Hello! I'm using systemd from OE-core master to boot core-image-minimal. I'm seeing a boot failure where "Run pending postinsts" (aka run-postinsts.service) gets stuck during booting under very specific circumstances: 1. The package has a pkg_postinst_${PN} which (intentionally) fail

Re: [OE-core] [PATCH] kernel-module-split.bbclass: fix autoloading from postinst script

2015-03-23 Thread Andreas Oberritter
On 23.03.2015 21:51, Bruce Ashfield wrote: > On Mon, Mar 23, 2015 at 11:39 AM, Andreas Oberritter > wrote: >> When using KERNEL_MODULE_AUTOLOAD, autoload was empty, causing >> "modprobe None" to get appended to the postinst script. > > I stared at this a bit and it looks right to me, but let me a

Re: [OE-core] [oe-commits] Jonathan Liu : fontcache.bbclass: prepend to PACKAGEFUNCS instead of appending

2015-03-23 Thread Martin Jansa
On Sat, Mar 21, 2015 at 03:55:04PM +0100, Martin Jansa wrote: > On Sat, Mar 21, 2015 at 09:29:07AM +, Richard Purdie wrote: > > On Sat, 2015-03-21 at 03:11 +0100, Martin Jansa wrote: > > > On Mon, Mar 16, 2015 at 05:42:36PM +, g...@git.openembedded.org wrote: > > > > Module: openembedded-co

Re: [OE-core] systemd + run-postinsts.service

2015-03-23 Thread Jonathan Liu
On 24/03/2015 8:57 AM, Patrick Ohly wrote: Hello! I'm using systemd from OE-core master to boot core-image-minimal. I'm seeing a boot failure where "Run pending postinsts" (aka run-postinsts.service) gets stuck during booting under very specific circumstances: 1. The package has a pkg_pos

Re: [OE-core] [PATCH V2 3/3] uclibc: Revert systemd regressing patch from upsteam uclibc and uprev SRCREV

2015-03-23 Thread Bernhard Reutner-Fischer
On March 20, 2015 7:36:49 PM GMT+01:00, Khem Raj wrote: > >> On Mar 20, 2015, at 6:07 AM, Bernhard Reutner-Fischer > wrote: >> >> On 12 September 2012 at 09:55, Khem Raj wrote: >>> This patch is causing systemd based systemd to not boot >> >>> meta/recipes-core/uclibc/uclibc-git.inc

[OE-core] [PATCH] package_deb: Fix rootfs generation in non Debian-based hosts

2015-03-23 Thread Aníbal Limón
Since we have support of log checking in deb/ipk [1] rootfs generation in non Debian-based hosts fails because apt-ftparchive generates a warn when not find /etc/apt/apt.conf.d/ (available in Debian-based hosts). In order to fix, package_manager.py: DpkgPMIndexer add support for export AP

[OE-core] [PATCH 0/2] Less intrusive journal fix

2015-03-23 Thread Randy Witt
The following changes since commit 4bd886fb0081954879aaa2f574f3c7f6ced745d5: systemd: fix firmware path to match linux-firmware (2015-03-23 11:27:21 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib rewitt/empty-var-volatile for you to fetch changes up t

[OE-core] [PATCH 1/2] Revert "systemd: Fix the problem of an empty journal on boot"

2015-03-23 Thread Randy Witt
This reverts commit e75c95ceca34879698b1ea229a2101dc1ccc12fc. The fix was reported to cause long waits for some users. Signed-off-by: Randy Witt --- meta/recipes-core/systemd/systemd/journald-volatile.conf | 6 -- meta/recipes-core/systemd/systemd_219.bb | 2 -- 2 files chang

[OE-core] [PATCH 2/2] image.bbclass: Empty /var/volatile if it is a mount point

2015-03-23 Thread Randy Witt
If /var/volatile is a mount point it shouldn't contain any files before mount time. If files are there, they will no longer be able to be accessed once the tmpfs gets mounted at /var/volatile. This problem can be seen for instance when systemd creates /var/volatile/log/journal as part of its packa

Re: [OE-core] [PATCH v4] u-boot.inc: fix rename image error

2015-03-23 Thread Otavio Salvador
Hello Chunrong, On Wed, Mar 11, 2015 at 6:40 AM, Chunrong Guo wrote: > Resolve mismatch between U-Boot configs and uboot image name. > The ${S}/${config}/u-boot-${type}.${UBOOT_SUFFIX} may alway be false > and repeat compile or install so we need to check if ${type} match > ${config} . > >

Re: [OE-core] [PATCH V2 3/3] uclibc: Revert systemd regressing patch from upsteam uclibc and uprev SRCREV

2015-03-23 Thread Khem Raj
On Mon, Mar 23, 2015 at 4:28 PM, Bernhard Reutner-Fischer wrote: > On March 20, 2015 7:36:49 PM GMT+01:00, Khem Raj wrote: >> >>> On Mar 20, 2015, at 6:07 AM, Bernhard Reutner-Fischer >> wrote: >>> >>> On 12 September 2012 at 09:55, Khem Raj wrote: This patch is causing systemd based system

Re: [OE-core] [PATCH 2/2] image.bbclass: Empty /var/volatile if it is a mount point

2015-03-23 Thread Khem Raj
On Mon, Mar 23, 2015 at 5:28 PM, Randy Witt wrote: > If /var/volatile is a mount point it shouldn't contain any files before > mount time. If files are there, they will no longer be able to be accessed > once the tmpfs gets mounted at /var/volatile. why not use copy-bind when mounting it second t