Re: [OE-core] [PATCH] kernel: fitimage: deploy real fit-image

2017-07-21 Thread Denys Dmytriyenko
On Mon, Jul 17, 2017 at 08:54:57PM -0400, Gaël PORTAY wrote: > Currently, do_deploy installs a standard kernel image as an ITB. This > image is linux.bin and it is prepared by uboot_prep_kimage. > > The real kernel fit-image is build under arch/${ARCH}/boot/fitImage. > > This patch deploys the

[OE-core] [PATCH 2/2] image_types.bbclass: Make u-boot signed images more versatile

2017-07-21 Thread Tom Rini
With the introduction of chaining compression/conversion support we can convert the old image_types_uboot.bbclass code that did a hand-chaining of a set of ${filesystem}.${compression} into generic and arbitrary support to sign whatever the user wants to sign for their image. This, for the

[OE-core] [PATCH 1/2] image.bbclass: Correct chaining compression support

2017-07-21 Thread Tom Rini
When chaining of compression/conversion types was added, we had a new way to handle doing things like "ext4.bz2.sha256sum" or "ext2.gz.u-boot". However, because the U-Boot image class isn't included normally, it wasn't properly converted at the time. After the support was added the "clean"

Re: [OE-core] [poky][master][PATCH v2 0/1] initramfs-framework: include install-efi module in recipe for installation

2017-07-21 Thread Richard Purdie
Hi, On Sun, 2017-07-16 at 12:29 -0700, wei.tee...@intel.com wrote: > From: "Ng, Wei Tee" > > This patch is to enable the installation mechanism in initramfs- > framework. > It used the existing init-install-efi.sh script in the initrdscript > and  > install a new module

Re: [OE-core] [PATCH v2] opkg.py Adds tests for ipk/opkg

2017-07-21 Thread Cruz, Libertad
This tests are made for runtime/cases, I believe it is the format other runtime test are script, they only check for return code == 0 . Should we consider opening another bug to add opkg testcases to selftest? Best Regards Libertad G. From: Burton, Ross [mailto:ross.bur...@intel.com] Sent:

Re: [OE-core] [PATCH 1/2] image-vm: Convert vmdk/vdi/qcow2/hdddirect images to IMAGE_CMD

2017-07-21 Thread Tom Rini
On Fri, Jul 21, 2017 at 03:01:33PM +0200, Patrick Ohly wrote: > On Fri, 2017-07-21 at 07:21 -0400, Tom Rini wrote: > > On Fri, Jul 21, 2017 at 09:47:21AM +0200, Patrick Ohly wrote: > > > On Thu, 2017-07-20 at 18:43 -0400, Tom Rini wrote: > > > > The support for writing vmdk/vdi/qcow2 images has

[OE-core] ✗ patchtest: failure for remove qemu kernel version overrides and superfluous version settings

2017-07-21 Thread Patchwork
== Series Details == Series: remove qemu kernel version overrides and superfluous version settings Revision: 1 URL : https://patchwork.openembedded.org/series/7865/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response.

Re: [OE-core] [oe-core][PATCH 1/1] modules: move creation of some module related tools

2017-07-21 Thread Slater, Joseph
Below, is the error and a heavily edited log file. For those in Wind River, the issue is LIN10-858. Btw, there is duplicate script building code in my patch because I forgot to take it out of do_compile_kernelmodules() which is where I first moved it to. Joe LD

[OE-core] [PATCH 2/2] poky: Remove machine specific kernel overrides

2017-07-21 Thread brian avery
This patch removes the machine specific overrides in poky.conf for all the qemu machines. With this patch, if you set PREFERRED_VERSION_linux-yocto="X%" then all the qemu machines as well as the sample hardware boards will use that version. Without this patch, the hardware boards would have used

[OE-core] [PATCH 1/2] meta-yocto-bsp: Remove superfluous kernel set

2017-07-21 Thread brian avery
The genericx86 and genericx86-64 machine confs do not need to set the PREFERRED_PROVIDER_virtual/kernel as they will use the one set by the distribution. If there needed to be a different version for one of these machines in the future, we could add it in to the machine.conf. Signed-off-by: brian

[OE-core] [PATCH 0/2] remove qemu kernel version overrides and superfluous version settings

2017-07-21 Thread brian avery
Hi, This removes the extra settings for the default kernel version so that you can specify PREFERRED_VERSION_linux-yocto="X%" in your local.conf and it will work for all the default MACHINES poky suports: qemu and hw boards both. Without this patch, the hardware boards would have used version X

Re: [OE-core] [PATCH] classes/machine-overrides-extended.bbclass: add

2017-07-21 Thread Denys Dmytriyenko
I haven't seen any conclusions on the Architecture list here: http://lists.openembedded.org/pipermail/openembedded-architecture/2017-July/000662.html On Fri, Jul 21, 2017 at 08:47:40AM -0400, Trevor Woerner wrote: > Copy this class from meta-freescale so all BSPs can use it. > > This class

Re: [OE-core] [oe-core][PATCH 1/1] modules: move creation of some module related tools

2017-07-21 Thread Bruce Ashfield
On Fri, Jul 21, 2017 at 1:13 PM, Joe Slater wrote: > Move creation of tools needed by module building recipes into > kernel.bbclass but invoke the task only from the module recipes. > Without this change, one module recipe can fail trying to use the > tools while another

[OE-core] [oe-core][PATCH 1/1] modules: move creation of some module related tools

2017-07-21 Thread Joe Slater
Move creation of tools needed by module building recipes into kernel.bbclass but invoke the task only from the module recipes. Without this change, one module recipe can fail trying to use the tools while another is (re-)building them. Signed-off-by: Joe Slater ---

Re: [OE-core] [PATCHv3 00/30] oeqa core and oe-selftest threaded enablement

2017-07-21 Thread Aníbal Limón
On 07/21/2017 03:11 AM, Richard Purdie wrote: > On Mon, 2017-07-17 at 16:45 -0500, Aníbal Limón wrote: >> This v3 makes changes on tinfoil busy status patch and adds an >> environment variable to oe-seltest script to specify number of >> threads. >> There are patches for bitbake [3] and

[OE-core] [PATCH] libpcre: upgrade 8.40 -> 8.41

2017-07-21 Thread Andrej Valek
Signed-off-by: Andrej Valek --- meta/recipes-support/libpcre/{libpcre_8.40.bb => libpcre_8.41.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libpcre/{libpcre_8.40.bb => libpcre_8.41.bb} (95%) diff --git

[OE-core] [PATCH] expat: Upgrade to 2.2.2

2017-07-21 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/expat/expat.inc | 1 + meta/recipes-core/expat/expat/libtool-tag.patch | 18 ++ meta/recipes-core/expat/expat_2.2.1.bb | 5 - meta/recipes-core/expat/expat_2.2.2.bb | 4

Re: [OE-core] [PATCHv2 1/4] recipetool: create: disable PREMIRRORS and MIRRORS by default

2017-07-21 Thread Burton, Ross
Sorry, we're conflicting again. Too many people working on the same bit of code! Can you rebase this onto origin/master-next? Ross On 20 July 2017 at 11:31, Chang Rebecca Swee Fun < rebecca.swee.fun.ch...@intel.com> wrote: > When creating new recipes, we are almost certainly fetching a new >

Re: [OE-core] [PATCH] meta: fix bfd "cannot make copy relocation for protected symbol" issues

2017-07-21 Thread Burton, Ross
On 20 July 2017 at 10:52, wrote: > +++ b/meta/classes/bfd-binding-now.bbclass > @@ -0,0 +1,4 @@ > +# Workaround for some ARCHs do not support bfd lazy binding well > +# Refer to: https://bugzilla.yoctoproject.org/show_bug.cgi?id=11679 > + > +TARGET_LDFLAGS_append =

Re: [OE-core] [PATCH 1/2] image-vm: Convert vmdk/vdi/qcow2/hdddirect images to IMAGE_CMD

2017-07-21 Thread Patrick Ohly
On Fri, 2017-07-21 at 07:21 -0400, Tom Rini wrote: > On Fri, Jul 21, 2017 at 09:47:21AM +0200, Patrick Ohly wrote: > > On Thu, 2017-07-20 at 18:43 -0400, Tom Rini wrote: > > > The support for writing vmdk/vdi/qcow2 images has not been converted to > > > make > > > use of the IMAGE_CMD

Re: [OE-core] [PATCH] mesa: Upgrade to 17.1.5 release

2017-07-21 Thread Burton, Ross
On 20 July 2017 at 22:34, Burton, Ross wrote: > I'll bisect that tomorrow... > Richard discovered that this is due to enabling Vulkan, so that change has been dropped from meta-poky. Ross -- ___ Openembedded-core mailing list

[OE-core] [PATCH] classes/machine-overrides-extended.bbclass: add

2017-07-21 Thread Trevor Woerner
Copy this class from meta-freescale so all BSPs can use it. This class makes it easy for a BSP to specify multiple sets of configurations for a given MACHINE. In some cases there are multiple choices for the user. For example: for the kernel, the user could choose either the vendor kernel or the

Re: [OE-core] [RFC PATCH 0/5] revive runtime/cases/_ptest.py

2017-07-21 Thread Richard Purdie
On Thu, 2017-07-20 at 10:09 +0800, Robert Yang wrote: > > On 07/19/2017 04:16 PM, Robert Yang wrote: > > > > Hello, > > > > These patches can make ptest test case work, RP has suggested we > > write a tool to > > do the regression check on ptest result, I think that the use case > > is like: >

[OE-core] [PATCH] patchelf: change patch status

2017-07-21 Thread Ed Bartosh
The patch has been accepted upstream. Changed patch status Pending -> Accepted. Signed-off-by: Ed Bartosh --- meta/recipes-devtools/patchelf/patchelf/avoidholes.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v2] patchelf: fix segfault for binaries linked by gold

2017-07-21 Thread Ed Bartosh
Due to a bug in calculating adresses of modified program headers patchelf breaks executables linked by Gold linker causing them to segfault, e.g. $ tmp/sysroots-components/x86_64/m4-native/usr/bin/m4 --help Segmentation fault This is reproducible only in some cases and only for executables of

Re: [OE-core] [PATCH] webkitgtk: Upgrade to 2.16.5

2017-07-21 Thread Alexander Kanavin
On 07/13/2017 03:49 PM, Carlos Alberto Lopez Perez wrote: Adjust some dependencies: libgcrypt is now required (instead of gnutls) and the following build deps where missing: gettext-native, glib-2.0 and glib-2.0-native. Also the CMake argument ENABLE_CREDENTIAL_STORAGE has been renamed to

Re: [OE-core] [PATCH 0/1] bind: 9.10..3-P3 -> 9.10.5-P3

2017-07-21 Thread Alexander Kanavin
On 07/21/2017 09:37 AM, Kang Kai wrote: It doesn't mention that api changes in 9.11 from release notes pages of 9.11.0rc1 and 9.11.0. https://kb.isc.org/article/AA-01409 https://kb.isc.org/article/AA-01432/81/BIND-9.11.0-Release-Notes.html But it suggests not to use 9.11 until the second

Re: [OE-core] [PATCH 1/2] image-vm: Convert vmdk/vdi/qcow2/hdddirect images to IMAGE_CMD

2017-07-21 Thread Tom Rini
On Fri, Jul 21, 2017 at 09:47:21AM +0200, Patrick Ohly wrote: > On Thu, 2017-07-20 at 18:43 -0400, Tom Rini wrote: > > The support for writing vmdk/vdi/qcow2 images has not been converted to make > > use of the IMAGE_CMD infrastructure and instead relies on custom logic for > > adding tasks in the

[OE-core] [PATCH] patchelf: fix segfault for binaries linked by gold

2017-07-21 Thread Ed Bartosh
Due to a bug in calculating adresses of modified program headers patchelf breaks executables linked by Gold linker causing them to segfault, e.g. $ tmp/sysroots-components/x86_64/m4-native/usr/bin/m4 --help Segmentation fault This is reproducible only in some cases and only for executables of

[OE-core] [PATCH] bluez5: update patch status

2017-07-21 Thread Maxin B. John
Update the status of following patch from Pending to Accepted: a) 0001-hciattach-bcm43xx-fix-the-delay-timer-for-firmware-d.patch Signed-off-by: Maxin B. John --- .../0001-hciattach-bcm43xx-fix-the-delay-timer-for-firmware-d.patch | 2 +- 1 file changed, 1

Re: [OE-core] [PATCHv3 00/30] oeqa core and oe-selftest threaded enablement

2017-07-21 Thread Richard Purdie
On Mon, 2017-07-17 at 16:45 -0500, Aníbal Limón wrote: > This v3 makes changes on tinfoil busy status patch and adds an > environment variable to oe-seltest script to specify number of > threads.  > There are patches for bitbake [3] and meta-yocto-bsp [4] that was > send > to their specific ML. >

Re: [OE-core] [PATCHv3] vulkan-demos: Add recipe

2017-07-21 Thread Jussi Kukkonen
On 20 July 2017 at 12:01, Kang Kai wrote: > On 2017年07月11日 20:26, Jussi Kukkonen wrote: > >> Sascha Willems collection of Vulkan demos is useful as a smoke testing >> tool. >> >> * Add patch to install binaries and data. >> * Add patch to fix build on X86 >> * Use a

Re: [OE-core] [PATCH 1/2] image-vm: Convert vmdk/vdi/qcow2/hdddirect images to IMAGE_CMD

2017-07-21 Thread Patrick Ohly
On Thu, 2017-07-20 at 18:43 -0400, Tom Rini wrote: > The support for writing vmdk/vdi/qcow2 images has not been converted to make > use of the IMAGE_CMD infrastructure and instead relies on custom logic for > adding tasks in the right place. Convert these images to making use of > IMAGE_CMD.

Re: [OE-core] [PATCH 0/1] bind: 9.10..3-P3 -> 9.10.5-P3

2017-07-21 Thread Kang Kai
On 2017年07月19日 21:05, Alexander Kanavin wrote: On 07/19/2017 12:08 AM, Khem Raj wrote: The policy in oe-core master is to update to latest stable upstream releases, so please provide an update to 9.11.x. If you want to keep 9.10.x, you can do that, but please provide a more specific reason.

[OE-core] ✗ patchtest: failure for subversion: Upgrade 1.9.5-> 1.9.6

2017-07-21 Thread Patchwork
== Series Details == Series: subversion: Upgrade 1.9.5-> 1.9.6 Revision: 1 URL : https://patchwork.openembedded.org/series/7850/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on

[OE-core] [PATCH] ovmf-shell-image.bb: simplify dependencies

2017-07-21 Thread Patrick Ohly
The image consists only of the EFI system partition, therefore we can avoid depending on the default wic tools. Signed-off-by: Patrick Ohly --- meta/recipes-core/ovmf/ovmf-shell-image.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH] subversion: Upgrade 1.9.5-> 1.9.6

2017-07-21 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../subversion/subversion_1.9.5.bb | 55 -- .../subversion/subversion_1.9.6.bb | 55 ++ 2 files changed, 55 insertions(+), 55 deletions(-) delete mode