[OE-core] [PATCH 3/3 v3] scripts/test-case-mgmt: enable manual execution and result creation

2019-01-03 Thread Yeoh Ee Peng
From: Mazliana Integrated “manualexecution” operation to test-case-mgmt scripts. Manual execution script is a helper script to execute all manual test cases in baseline command, which consists of user guideline steps and the expected results. The last step will ask user to provide their input to

[OE-core] [PATCH 2/3 v3] scripts/test-case-mgmt: store test result and reporting

2019-01-03 Thread Yeoh Ee Peng
These scripts were developed as an alternative testcase management tool to Testopia. Using these scripts, user can manage the testresults.json files generated by oeqa automated tests. Using the "store" operation, user can store multiple groups of test result each into individual git branch. Within

[OE-core] [PATCH 0/3 v3] test-case-mgmt

2019-01-03 Thread Yeoh Ee Peng
v1: Face key error from oe-git-archive Undesirable behavior when storing to multiple git branch v2: Include fix for oe-git-archive Include fix for store result to multiple git branch Improve git commit message v3: Enhance fix for oe-git-archive by using exception catch to improv

[OE-core] [PATCH 1/3 v3] scripts/oe-git-archive: fix non-existent key referencing error

2019-01-03 Thread Yeoh Ee Peng
Without installing gitpython package, oe-git-archive will face error below, where it was referencing key that was non-existent inside metadata object. Traceback (most recent call last): File "/scripts/oe-git-archive", line 271, in sys.exit(main()) File "/scripts/oe-git-archive", line 229,

Re: [OE-core] [bitbake-devel] [PATCH v6 1/3] classes/sstate: Handle unihash in hash check

2019-01-03 Thread Richard Purdie
On Thu, 2019-01-03 at 20:42 -0600, Joshua Watt wrote: > Handles the argument that passes task unique hash in the hash check > function, as it is now required by bitbake > > [YOCTO #13030] > > Signed-off-by: Joshua Watt > --- > meta/classes/sstate.bbclass | 2 +- > 1 file changed, 1 insertion(+)

Re: [OE-core] [PATCH 1/2] oeqa: Fix for QEMU_USE_KVM

2019-01-03 Thread Robert Yang
On 1/4/19 6:33 AM, Richard Purdie wrote: On Thu, 2019-01-03 at 16:04 +0800, Robert Yang wrote: Fixed: MACHINE = "qemux86" QEMU_USE_KVM = "qemux86" IMAGE_CLASSES += "testimage" $ oe-selftest -r runqemu.RunqemuTests.test_boot_rootfs [snip] File "/buildarea1/lyang1/poky/meta/lib/oe/types.py

[OE-core] [PATCH v2 2/3] oeqa/manual/bsp-qemu.json: Update for QEMU_USE_KVM

2019-01-03 Thread Robert Yang
Now QEMU_USE_KVM can only be boolean, can not contain MACHINE any more. Signed-off-by: Robert Yang --- meta/lib/oeqa/manual/bsp-qemu.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json index 1260af4

[OE-core] [PATCH v2 3/3] oeqa/selftest/runqemu: Enable kvm when QEMU_USE_KVM is set

2019-01-03 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/lib/oeqa/selftest/cases/runqemu.py | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/runqemu.py b/meta/lib/oeqa/selftest/cases/runqemu.py index 4e35bb9..f69d470 100644 --- a/meta/lib/oeqa/selftest/cases/runqemu.py +++ b/meta

[OE-core] [PATCH v2 0/3] oeqa: Fix for QEMU_USE_KVM

2019-01-03 Thread Robert Yang
* V2: - Fix RP's comments: Enable KVM if the target arch matches build arch. * V1: - Initial version // Robert The following changes since commit c22b0bf66a28324da66caf0660f171cc279a1f2b: cmake-native: Set --parallel for configure (2019-01-03 21:14:47 +) are available in the git

[OE-core] [PATCH v2 1/3] oeqa: Fix for QEMU_USE_KVM

2019-01-03 Thread Robert Yang
Fixed: MACHINE = "qemux86" QEMU_USE_KVM = "qemux86" IMAGE_CLASSES += "testimage" $ oe-selftest -r runqemu.RunqemuTests.test_boot_rootfs [snip] File "/buildarea1/lyang1/poky/meta/lib/oe/types.py", line 122, in boolean raise ValueError("Invalid boolean value '%s'" % value) ValueError: Invalid

Re: [OE-core] [poky] [meta-poky][PATCH 1/1] local.conf.sample: make systemd as default init manager

2019-01-03 Thread Kang Kai
On 2018/12/10 上午2:12, Richard Purdie wrote: On Thu, 2018-12-06 at 20:53 +0800,kai.k...@windriver.com wrote: From: Kai Kang Move configurations from local.conf.sample.extended to local.conf.sample to make systemd as default init manager for poky. [YOCTO #13031] Signed-off-by: Kai Kang --- m

[OE-core] [PATCH] wic: update test case test_qemu

2019-01-03 Thread kai.kang
From: Kai Kang It checks output of mount in wic test case test_qemu. But the outputs are different between sysvinit and systemd. Add assertion for systemd. Signed-off-by: Kai Kang --- meta/lib/oeqa/selftest/cases/wic.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/me

[OE-core] ✗ patchtest: failure for Hash Equivalency Server (rev4)

2019-01-03 Thread Patchwork
== Series Details == Series: Hash Equivalency Server (rev4) Revision: 4 URL : https://patchwork.openembedded.org/series/15190/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the

[OE-core] [PATCH v6 2/3] bitbake: hashserv: Add hash equivalence reference server

2019-01-03 Thread Joshua Watt
Implements a reference implementation of the hash equivalence server. This server has minimal dependencies (and no dependencies outside of the standard Python library), and implements the minimum required to be a conforming hash equivalence server. [YOCTO #13030] Signed-off-by: Joshua Watt ---

[OE-core] [PATCH v6 3/3] sstate: Implement hash equivalence sstate

2019-01-03 Thread Joshua Watt
Converts sstate so that it can use a hash equivalence server to determine if a task really needs to be rebuilt, or if it can be restored from a different (equivalent) sstate object. The unique hashes are cached persistently using persist_data. This has a number of advantages: 1) Unique hashes can

[OE-core] [PATCH v6 1/3] classes/sstate: Handle unihash in hash check

2019-01-03 Thread Joshua Watt
Handles the argument that passes task unique hash in the hash check function, as it is now required by bitbake [YOCTO #13030] Signed-off-by: Joshua Watt --- meta/classes/sstate.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/sstate.bbclass b/meta/classes

[OE-core] [PATCH v6 0/3] Hash Equivalency Server

2019-01-03 Thread Joshua Watt
Apologies for cross-posting this to both the bitbake-devel and openembedded-devel; this work necessarily intertwines both places, and it is really necessary to look at both parts to get an idea of what is going on. For convenience, the bitbake patches are listed first, followed by the oe-core patch

[OE-core] [PATCH 000/101][thud] Pull request

2019-01-03 Thread Armin Kuster
Please review and concider these changes for the next thud release 2.6.1 Package updates are bug fix only. Clean A-quick build The following changes since commit 004ec4fb4de5648db9aafcbd2f8dbe24a8b5f9d6: Documentation: Prepare for 2.6.1 release. (2018-12-27 22:54:55 +) are available in t

[OE-core] [PATCH 1/1] buildoptions.py: use different STAMPS_DIR and SSTATE_DIR

2019-01-03 Thread Chen Qi
Use a different STAMPS_DIR and SSTATE_DIR in test_yocto_source_mirror. Otherwise, when executing `oe-selftest -a', we will get a lot of failures due to do_unpack failure. Signed-off-by: Chen Qi --- meta/lib/oeqa/selftest/cases/buildoptions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a

[OE-core] [PATCH 0/1] buildoptions.py: use different STAMPS_DIR and SSTATE_DIR

2019-01-03 Thread Chen Qi
*** BLURB HERE *** The following changes since commit 445acdffe0a75bf9ce94c1fc31bebc7c5bd60be8: bitbake: runqueue: Pass unique hash to hash validate (2019-01-03 22:47:11 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/mirror_test http://git.pokyl

Re: [OE-core] [PATCH 4/4] recipes-kernel/linux: Add RISC-V support

2019-01-03 Thread Bruce Ashfield
On Thu, Jan 3, 2019 at 7:15 PM Alistair Francis wrote: > > On Thu, Jun 14, 2018 at 3:12 PM Bruce Ashfield > wrote: > > > > > > > > On Thu, Jun 14, 2018 at 3:45 PM, Alistair Francis > > wrote: > >> > >> Signed-off-by: Alistair Francis > >> --- > >> meta/recipes-kernel/linux/linux-yocto.inc

[OE-core] [PATCH v3] swig: Fix configure failure

2019-01-03 Thread Alistair Francis
Fix the swig build failure by calling the default do_configure from autotools. Signed-off-by: Alistair Francis --- meta/recipes-devtools/swig/swig.inc | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/

Re: [OE-core] [PATCH v2] swig: Fix configure failure

2019-01-03 Thread Alistair Francis
On Thu, Jan 3, 2019 at 4:16 PM Burton, Ross wrote: > > Try adding EXTRA_AUTORECONF += "-I Tools/config"? Ah! Perfect. I'll send a v3. Alistair > > Ross > > On Fri, 4 Jan 2019 at 00:11, Alistair Francis wrote: > > > > On Thu, Jan 3, 2019 at 4:02 PM Burton, Ross wrote: > > > > > > On Thu, 3 Ja

Re: [OE-core] [PATCH v2] swig: Fix configure failure

2019-01-03 Thread Burton, Ross
Try adding EXTRA_AUTORECONF += "-I Tools/config"? Ross On Fri, 4 Jan 2019 at 00:11, Alistair Francis wrote: > > On Thu, Jan 3, 2019 at 4:02 PM Burton, Ross wrote: > > > > On Thu, 3 Jan 2019 at 23:18, Alistair Francis > > wrote: > > > Fix the swig build by calling autogen.sh before running con

Re: [OE-core] [PATCH 4/4] recipes-kernel/linux: Add RISC-V support

2019-01-03 Thread Alistair Francis
On Thu, Jun 14, 2018 at 3:12 PM Bruce Ashfield wrote: > > > > On Thu, Jun 14, 2018 at 3:45 PM, Alistair Francis > wrote: >> >> Signed-off-by: Alistair Francis >> --- >> meta/recipes-kernel/linux/linux-yocto.inc | 4 >> meta/recipes-kernel/linux/linux-yocto_4.15.bb | 5 - >> 2 file

Re: [OE-core] [PATCH v2] swig: Fix configure failure

2019-01-03 Thread Alistair Francis
On Thu, Jan 3, 2019 at 4:02 PM Burton, Ross wrote: > > On Thu, 3 Jan 2019 at 23:18, Alistair Francis > wrote: > > Fix the swig build by calling autogen.sh before running configure. > > But... > > > @@ -45,6 +45,7 @@ do_configure() { > > install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/c

Re: [OE-core] [PATCH v2] swig: Fix configure failure

2019-01-03 Thread Burton, Ross
On Thu, 3 Jan 2019 at 23:18, Alistair Francis wrote: > Fix the swig build by calling autogen.sh before running configure. But... > @@ -45,6 +45,7 @@ do_configure() { > install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub > ${S}/Tools/config > install -m 0755 ${STAGING_DATAD

Re: [OE-core] [Openembedded-architecture] Dropping armv5 and armv5e tunes in 2.7

2019-01-03 Thread Khem Raj
Thanks Adrian On Thu, Jan 3, 2019 at 2:59 PM Adrian Bunk wrote: > > On Thu, Jan 03, 2019 at 02:01:42PM -0800, Khem Raj wrote: > > Hello All > > > > You might have noticed a recent commit in gcc trunk > > > > https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=b232e6b58e3766bc66fe08fdb7bcba1bdadda8a2 >

Re: [OE-core] [PATCH] fts: Bump FTS to version 1.2.7

2019-01-03 Thread Alistair Francis
On Thu, Jan 3, 2019 at 3:15 PM Khem Raj wrote: > > > > On Thu, Jan 3, 2019 at 2:51 PM Alistair Francis wrote: >> >> On Thu, Jan 3, 2019 at 2:46 PM Khem Raj wrote: >> > >> > On Thu, Jan 3, 2019 at 2:42 PM Alistair Francis >> > wrote: >> > > >> > > Signed-off-by: Alistair Francis >> > > --- >> >

[OE-core] [PATCH v2] swig: Fix configure failure

2019-01-03 Thread Alistair Francis
Fix the swig build by calling autogen.sh before running configure. Signed-off-by: Alistair Francis --- meta/recipes-devtools/swig/swig.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc index aec544997f..d74e34c1b6 1

[OE-core] [PATCH v2] fts: Bump FTS to version 1.2.7

2019-01-03 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta/recipes-core/fts/{fts.bb => fts_1.2.7.bb} | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) rename meta/recipes-core/fts/{fts.bb => fts_1.2.7.bb} (59%) diff --git a/meta/recipes-core/fts/fts.bb b/meta/recipes-core/fts/fts_1.2.7.bb similar

Re: [OE-core] [PATCH] fts: Bump FTS to version 1.2.7

2019-01-03 Thread Khem Raj
On Thu, Jan 3, 2019 at 2:51 PM Alistair Francis wrote: > On Thu, Jan 3, 2019 at 2:46 PM Khem Raj wrote: > > > > On Thu, Jan 3, 2019 at 2:42 PM Alistair Francis > > wrote: > > > > > > Signed-off-by: Alistair Francis > > > --- > > > meta/recipes-core/fts/fts.bb | 22 --

Re: [OE-core] [Openembedded-architecture] Dropping armv5 and armv5e tunes in 2.7

2019-01-03 Thread Adrian Bunk
On Thu, Jan 03, 2019 at 02:01:42PM -0800, Khem Raj wrote: > Hello All > > You might have noticed a recent commit in gcc trunk > > https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=b232e6b58e3766bc66fe08fdb7bcba1bdadda8a2 > > Which removed support for deprecated -march=armv5 and armv5e, this > will b

Re: [OE-core] [PATCH] swig: Fix the build

2019-01-03 Thread Alistair Francis
On Thu, Jan 3, 2019 at 2:33 PM Khem Raj wrote: > > On Thu, Jan 3, 2019 at 2:30 PM Alistair Francis > wrote: > > > > Fix the swig build by calling autogen.sh before running configure. > > > > Signed-off-by: Alistair Francis > > --- > > meta/recipes-devtools/swig/swig.inc | 3 ++- > > 1 file chan

Re: [OE-core] [PATCH] fts: Bump FTS to version 1.2.7

2019-01-03 Thread Alistair Francis
On Thu, Jan 3, 2019 at 2:46 PM Khem Raj wrote: > > On Thu, Jan 3, 2019 at 2:42 PM Alistair Francis > wrote: > > > > Signed-off-by: Alistair Francis > > --- > > meta/recipes-core/fts/fts.bb | 22 -- > > meta/recipes-core/fts/fts_1.2.7.bb | 18 ++ > > 2 f

Re: [OE-core] oe-selftest serial timeout

2019-01-03 Thread richard . purdie
On Thu, 2019-01-03 at 16:03 +0800, Robert Yang wrote: > Hi RP, > > On 1/3/19 5:13 AM, Richard Purdie wrote: > > Hi Robert, > > > > The test we added debug to failed, logs/links below. Looks like the > > 5s > > timeout for non-kvm is too short as was commented elsewhere. Not > > sure > > I've sen

Re: [OE-core] [PATCH] fts: Bump FTS to version 1.2.7

2019-01-03 Thread Khem Raj
On Thu, Jan 3, 2019 at 2:42 PM Alistair Francis wrote: > > Signed-off-by: Alistair Francis > --- > meta/recipes-core/fts/fts.bb | 22 -- > meta/recipes-core/fts/fts_1.2.7.bb | 18 ++ > 2 files changed, 18 insertions(+), 22 deletions(-) > delete mode 100

[OE-core] [PATCH] fts: Bump FTS to version 1.2.7

2019-01-03 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta/recipes-core/fts/fts.bb | 22 -- meta/recipes-core/fts/fts_1.2.7.bb | 18 ++ 2 files changed, 18 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-core/fts/fts.bb create mode 100644 meta/recipes-core

Re: [OE-core] [PATCH 1/2] oeqa: Fix for QEMU_USE_KVM

2019-01-03 Thread Richard Purdie
On Thu, 2019-01-03 at 16:04 +0800, Robert Yang wrote: > Fixed: > MACHINE = "qemux86" > QEMU_USE_KVM = "qemux86" > IMAGE_CLASSES += "testimage" > > $ oe-selftest -r runqemu.RunqemuTests.test_boot_rootfs > > [snip] > File "/buildarea1/lyang1/poky/meta/lib/oe/types.py", line 122, in > boolean >

Re: [OE-core] [PATCH] swig: Fix the build

2019-01-03 Thread Khem Raj
On Thu, Jan 3, 2019 at 2:30 PM Alistair Francis wrote: > > Fix the swig build by calling autogen.sh before running configure. > > Signed-off-by: Alistair Francis > --- > meta/recipes-devtools/swig/swig.inc | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/meta/recipes-de

[OE-core] [PATCH] swig: Fix the build

2019-01-03 Thread Alistair Francis
Fix the swig build by calling autogen.sh before running configure. Signed-off-by: Alistair Francis --- meta/recipes-devtools/swig/swig.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc index aec544

[OE-core] Dropping armv5 and armv5e tunes in 2.7

2019-01-03 Thread Khem Raj
Hello All You might have noticed a recent commit in gcc trunk https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=b232e6b58e3766bc66fe08fdb7bcba1bdadda8a2 Which removed support for deprecated -march=armv5 and armv5e, this will be released along with gcc-9 release which is upcoming and we might be able

Re: [OE-core] [PATCH 3/3] oeqa/sdk: add test to exercise Meson

2019-01-03 Thread Richard Purdie
On Thu, 2018-12-20 at 15:40 +, Ross Burton wrote: > Signed-off-by: Ross Burton > --- > meta/lib/oeqa/sdk/cases/buildepoxy.py | 36 > +++ > 1 file changed, 36 insertions(+) > create mode 100644 meta/lib/oeqa/sdk/cases/buildepoxy.py Fails on the autobuilder sad

Re: [OE-core] [PATCH] kernel.bbclass: Fix incorrect deploying of fitimage.initramfs

2019-01-03 Thread Manjukumar Harthikote Matha
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > André Draszik > Sent: Thursday, January 03, 2019 8:07 AM > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH

[OE-core] [PATCH v2] kernel.bbclass: Fix incorrect deploying of fitimage.initramfs

2019-01-03 Thread Manjukumar Matha
When kernel-fitimage and initramfs is enabled using INITRAMFS_IMAGE_BUNDLE = "1", kernel do_deploy tries to deploy fitImage.initramfs with following error | install: cannot stat 'arch/arm64/boot/fitImage.initramfs': No such file or directory Skip deploying fitimage.initramfs, since fitimage does

Re: [OE-core] [PATCH 3/8] nettle: update to 3.4.1

2019-01-03 Thread akuster808
On 1/3/19 4:33 AM, Richard Purdie wrote: > On Wed, 2019-01-02 at 22:35 -0800, Khem Raj wrote: >> native version fails on ubuntu 14.04, seems like we need to pass >> -std=c99 explicitly via cflags see >> >> http://errors.yoctoproject.org/Errors/Details/214590/ Ok. thanks. v2 is in order - armin

Re: [OE-core] [PATCH] kernel.bbclass: Fix incorrect deploying of fitimage.initramfs

2019-01-03 Thread André Draszik
On Wed, 2019-01-02 at 20:51 -0800, Manjukumar Matha wrote: > When kernel-fitimage and initramfs is enabled using > INITRAMFS_IMAGE_BUNDLE = "1", kernel do_deploy tries to deploy > fitImage.initramfs with following error > > > install: cannot stat 'arch/arm64/boot/fitImage.initramfs': No such > fil

[OE-core] [PATCH] update-alternatives.bbclass: Stabilize iteration order

2019-01-03 Thread Clemens Lang
The use of a dictionary for link_rename causes problems for higher-order alternatives, i.e. when an alternative link points to another alternative link, since these links must be processed in the order in which they were originally added for symlink correction to work. Switch from a dict to a list

Re: [OE-core] [PATCH] u-boot.inc: Support menuconfig for u-boot

2019-01-03 Thread Tom Rini
On Tue, Jan 01, 2019 at 09:48:17PM -0800, Manjukumar Matha wrote: > u-boot mainline supports menuconfig, this patch enables menuconfig for > u-boot using cml1. > > u-boot recipe in OE-core handles multi configuration of u-boot using > UBOOT_CONFIG. Since we cannot determine on which u-boot config

Re: [OE-core] [PATCH 2/2] nativesdk-*-provides-dummy: Fixes to allow correct operation with opkg

2019-01-03 Thread Richard Purdie
On Mon, 2018-12-31 at 20:56 +0100, Andrej Valek wrote: > Your previous solution is working for me, so I was not working on > fixing > this. I thought, that You will just add missing packages, and that > is. > I don't have setup for failing machine. > > Is there any simple way to get all missing pe

[OE-core] [PATCH] u-boot.inc: Support menuconfig for u-boot

2019-01-03 Thread Manjukumar Matha
u-boot mainline supports menuconfig, this patch enables menuconfig for u-boot using cml1. u-boot recipe in OE-core handles multi configuration of u-boot using UBOOT_CONFIG. Since we cannot determine on which u-boot config the menuconfig should run, the patch limits when UBOOT_CONFIG is not defined

[OE-core] [oe-core][PATCH v2 2/2] eglinfo: add wayland receipe

2019-01-03 Thread Roman Stratienko via Openembedded-core
From: Roman Stratiienko Signed-off-by: Roman Stratiienko --- Changes since version 1: Added maintainer for egl info-wayland recipe meta/conf/distro/include/maintainers.inc| 1 + .../eglinfo/eglinfo-wayland_1.0.0.bb| 13 + 2 files changed, 14 insertions(+

Re: [OE-core] ovmf fails when python sqlite module is not installed on host

2019-01-03 Thread Burton, Ross
On Fri, 28 Dec 2018 at 13:07, Ahsan, Noor wrote: > While building ovmf recipe I faced one issue regarding sqlite python module. > The recipe is trying to access host python packages in order to build it. On > my system I had multiple puthon version installed and the one which Ovmf was > picking

[OE-core] [oe-core][PATCH v2 1/2] eglinfo: upgrade SRCREV to 223817ee3798

2019-01-03 Thread Roman Stratienko via Openembedded-core
From: Roman Stratiienko SRCREV upgraded to 223817ee3798 ("Add Wayland support") Additional patches rebased to this version Signed-off-by: Roman Stratiienko --- No changes since v1 meta/recipes-graphics/eglinfo/eglinfo.inc | 2 +- ...INCDIR-to-searchpath-for-egl-headers.patch | 9 +++

[OE-core] [PATCH] kernel.bbclass: Fix incorrect deploying of fitimage.initramfs

2019-01-03 Thread Manjukumar Matha
When kernel-fitimage and initramfs is enabled using INITRAMFS_IMAGE_BUNDLE = "1", kernel do_deploy tries to deploy fitImage.initramfs with following error | install: cannot stat 'arch/arm64/boot/fitImage.initramfs': No such file or directory Skip deploying fitimage.initramfs, since fitimage does

Re: [OE-core] [PATCH 3/8] nettle: update to 3.4.1

2019-01-03 Thread Richard Purdie
On Wed, 2019-01-02 at 22:35 -0800, Khem Raj wrote: > native version fails on ubuntu 14.04, seems like we need to pass > -std=c99 explicitly via cflags see > > http://errors.yoctoproject.org/Errors/Details/214590/ and https://autobuilder.yoctoproject.org/typhoon/#/builders/56/builds/86 Cheers,

Re: [OE-core] [PATCH 1/3 v2] scripts/oe-git-archive: fix non-existent key referencing error

2019-01-03 Thread Richard Purdie
On Thu, 2019-01-03 at 15:23 +0800, Yeoh Ee Peng wrote: > Without installing gitpython package, oe-git-archive will face error > below, where it was referencing key that was non-existent inside > metadata object. > > Traceback (most recent call last): > File "/scripts/oe-git-archive", line 271, i

Re: [OE-core] [PATCH 04/13] libdazzle: fix a build issue with meson 0.49.0

2019-01-03 Thread Alexander Kanavin
On Thu, 3 Jan 2019 at 09:49, Kang Kai wrote: > The first error has been fixed in gobject-introspection 1.58.2. But I > didn't find out the root cause of "qemu: uncaught target signal 11 > (Segmentation fault) - core dumped". Same issue here - and it used to work for me :( Unfortunately I don't re

Re: [OE-core] [PATCH] classes/buildhistory: avoid git diff churn by sorting more dictionaries

2019-01-03 Thread Paul Eggleton
On Friday, 21 December 2018 10:05:00 PM NZDT Jacob Kroon wrote: > Sort 'srcrevs' and 'tag_srcrevs' before iterating over them in order > to avoid unnecessary changes in the build history. > > Signed-off-by: Jacob Kroon > --- > meta/classes/buildhistory.bbclass | 4 ++-- > 1 file changed, 2 inser

Re: [OE-core] Efficient ways to delete a build directory

2019-01-03 Thread Burton, Ross
On Thu, 3 Jan 2019 at 02:39, Robert Yang wrote: > We can see that find -delete is the fastest way, rsync is the slowest one, > and rm is close to find. Maybe it is because find and rsync are improved in > nowadays, so they are faster than rsync. That's good to know. There were some improvements

Re: [OE-core] [PATCH 04/13] libdazzle: fix a build issue with meson 0.49.0

2019-01-03 Thread Kang Kai
On 2018/12/19 上午12:29, Alexander Kanavin wrote: Signed-off-by: Alexander Kanavin Hi Alexander, Have you ever meet build failure on qemumips with libdazzle:  389 /home/kkang/buildarea/WRLX-1019/systemd-oe-selftest-Dec24/tmp-glibc/work/mips32r2-wrs-linux/libdazzle/3.30.2-r0/recipe-sysroot/usr