Re: [OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-09-25 Thread Ricardo Ribalda Delgado
Hi On Mon, Sep 25, 2017 at 6:23 PM, Jeff Osier-Mixon wrote: > It certainly looks interesting! The main issue is that our table is about > 0.5 x 1.4 meters, so setting up demos as well as screens and keyboards may > be a difficult task. I'll do what I can to set up a second table at the > booth.

[OE-core] [PATCH] stat: Add HOMEPAGE info into recipe file.

2017-09-25 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- meta/recipes-extended/stat/stat_3.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/stat/stat_3.3.bb b/meta/recipes-extended/stat/stat_3.3.bb index 0697c73..8ac8e89 100644 --- a/meta/recipes-extended/stat/stat_3.3.bb +++ b/meta/recipes-e

[OE-core] [PATCH] update-rc.d: Add HOMEPAGE info into recipe file.

2017-09-25 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- meta/recipes-core/update-rc.d/update-rc.d_0.7.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb index 72d2cbd..6fc6f6e 100644 --- a/meta/recipes-core/update-rc.d

[OE-core] [PATCH] prelink: Add HOMEPAGE info into recipe file.

2017-09-25 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- meta/recipes-devtools/prelink/prelink_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index b739af0..a137a86 100644 --- a/meta/recipes-devtools/prelink/prelink_git

[OE-core] [PATCH] at: Add HOMEPAGE info into recipe file.

2017-09-25 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- meta/recipes-extended/at/at_3.1.20.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/at/at_3.1.20.bb b/meta/recipes-extended/at/at_3.1.20.bb index 904899f..9b537ee 100644 --- a/meta/recipes-extended/at/at_3.1.20.bb +++ b/meta/recipes-exten

Re: [OE-core] [pyro][PATCH] image.bbclass: Sorted ctypes to avoid basehash error

2017-09-25 Thread akuster808
On 09/21/2017 10:29 PM, Martin Hundebøll wrote: > From: Gerson Fernando Budke > > When selected multiple subimages a similar error could happend: > Variable do_image_cpio[subimages] value changed \ > from 'cpio.gz.u-boot cpio.gz' to 'cpio.gz cpio.gz.u-boot' > To avoid this, 'ctypes' should

Re: [OE-core] [PATCH] devtool.py: update testcase Ids in morty

2017-09-25 Thread akuster808
On 09/25/2017 12:50 PM, libertad.c...@intel.com wrote: > From: libertad > > eSDK testcases Ids were modified on testopia, hence there needs to be a > change in the devtool script. > > [YOCTO #11603] The got merged into morty. thanks, Armin > Signed-off-by: libertad > --- > meta/lib/oeqa/sdk

Re: [OE-core] [morty][PATCH] image.bbclass: Sorted ctypes to avoid basehash error

2017-09-25 Thread akuster808
On 09/22/2017 03:30 AM, Gerson Fernando Budke wrote: > When selected multiple subimages a similar error could happend: >   Variable do_image_cpio[subimages] value changed \ >     from 'cpio.gz.u-boot cpio.gz' to 'cpio.gz cpio.gz.u-boot' > To avoid this, 'ctypes' should be sorted at 'gen_conversio

[OE-core] [PATCH 3/3 v2] systemd-boot: Should not build x32

2017-09-25 Thread Saul Wold
Since systemd-boot is a bootloader, it needs to be built for the native IA instruction set size and x32 is not valid. Signed-off-by: Saul Wold --- meta/recipes-core/systemd/systemd-boot_234.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd-boot_234.bb b/me

[OE-core] [PATCH 2/3 v2] wic: remove systemd-boot for x32

2017-09-25 Thread Saul Wold
Currently systemd-boot actually incorporates libgcc, since the systemd-boot needs to be built with 64bit instructions it can not use the x32 based libgcc. Use the new override to ensure it gets overriden, linux-gnux32 could not be used because x86-64 has higher priority. Signed-off-by: Saul Wold

[OE-core] [PATCH 1/3 v2] arch-x86: Add x86-x32 to MACHINEOVERRIDES

2017-09-25 Thread Saul Wold
This is needed as an x32 more generic x32 override later in the OVERRIDES, currently linux-gnux32 is the first override, but we need a stronger (later in the list) x32 override to deal with some needed x32 dependency overrides. Signed-off-by: Saul Wold --- meta/conf/machine/include/x86/arch-x86.

[OE-core] [PATCH 0/3 v2] Disable systemd-boot from building with x32 IA Machine

2017-09-25 Thread Saul Wold
systemd-boot has to be build for the native IA instruction set size, this patch series is needed to disable it from building or being depended on by WIC when building x32 as DEFAULTTUNE and not just as multilib. V2: fixed x86_x32 to be x86-32 and made it consistent. Sau! Saul Wold (3): arch-x

Re: [OE-core] [PATCH 1/3] arch-x86: Add x86-x32 to MACHINEOVERRIDES

2017-09-25 Thread Saul Wold
On Thu, 2017-09-21 at 09:15 +0100, Richard Purdie wrote: > On Tue, 2017-09-19 at 11:27 -0700, Saul Wold wrote: > > This is needed as an x32 more generic x32 override later in the > > OVERRIDES, currently linux-gnux32 is the first override, but we > > need a stronger (later in the list) x32 override

[OE-core] [PATCH] glib-2.0: Remove recommend shared-mime-info for MinGW

2017-09-25 Thread Alistair Francis
Commit glib-2.0: recommend shared-mime-info (51e4f9ca5368af5cefa26f4ca50b282e858982f8) broke compilation when cross compiling for Windows. This patch removes the recommendation for shared-mime-info when using MinGW cross compile. Signed-off-by: Alistair Francis Cc: Ross Burton Cc: Richard Purdie

[OE-core] [PATCH] grub_2.02.bb: improve reproducibility

2017-09-25 Thread Juro Bystricky
Remove several build host references from modinfo.sh files. Signed-off-by: Juro Bystricky --- meta/recipes-bsp/grub/grub_2.02.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-bsp/grub/grub_2.02.bb b/meta/recipes-bsp/grub/grub_2.02.bb index 57c6559..b8055e7 100644 --- a

[OE-core] [PATCH 0/3] libxml2-ptest: various fixes

2017-09-25 Thread Juro Bystricky
This patch-set contains three independent patches for libxml2-ptest. The first one removes all build host references from the libxml2-ptest package. While testing this patch, I noticed that some test were failing, but for unrelated reasons. I added two fixes that address two different causes of fai

[OE-core] [PATCH 1/3] libxml2-ptest: improve reproducibility

2017-09-25 Thread Juro Bystricky
Remove various build host references from libxml-ptest package. [YOCTO #11997] Signed-off-by: Juro Bystricky --- meta/recipes-core/libxml/libxml2_2.9.4.bb | 11 +++ 1 file changed, 11 insertions(+) diff --git a/meta/recipes-core/libxml/libxml2_2.9.4.bb b/meta/recipes-core/libxml/libxm

[OE-core] [PATCH 2/3] libxml2-ptest: support for encoding ISO-8859-5

2017-09-25 Thread Juro Bystricky
This fixes the error: ./test/errors/759398.xml:1: parser error : Unsupported encoding ISO-8859-5 ^ ./test/errors/759398.xml : failed to parse FAIL: Error cases stream regression tests Signed-off-by: Juro Bystricky --- meta/recipes-core/libxml/libxml2_2.

[OE-core] [PATCH 3/3] libxml2-ptest: set LC_ALL=en_US.UTF-8

2017-09-25 Thread Juro Bystricky
We need to specify UTF-8 in the environment to avoid an error such as: UnicodeEncodeError: 'ascii' codec can't encode character '\xe4' Signed-off-by: Juro Bystricky --- meta/recipes-core/libxml/libxml2/run-ptest | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/libxml/libxml

[OE-core] [PATCH] core-image-sato-sdk-ptest: reduce size

2017-09-25 Thread Ross Burton
This image is very large and is skirting the maximum size of hddimg images (4GB, as they're embedded inside FAT partitions). Making the image 10MB bigger can be enough to cause the build to fail. This image is also used by QA so currently we need to keep it working. The default values for expand

[OE-core] [PATCH] devtool.py: update testcase Ids in morty

2017-09-25 Thread libertad . cruz
From: libertad eSDK testcases Ids were modified on testopia, hence there needs to be a change in the devtool script. [YOCTO #11603] Signed-off-by: libertad --- meta/lib/oeqa/sdkext/devtool.py | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/lib/oeqa/sdkex

[OE-core] [PATCH] curl: Added option to enable http2 protocol.

2017-09-25 Thread baali
With default --without-nghttp2 flag set there was no way to get http2 protocol support using nghttp2 library. Instead moved it to PACKAGECONFIG options Signed-off-by: baali --- meta/recipes-support/curl/curl_7.54.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recip

[OE-core] [PATCH 1/2] curl: option to enable http2 protocol support.

2017-09-25 Thread baali
From: baali With default --without-nghttp2 flag set there was no way to get http2 protocol support using nghttp2 library. Instead moved it to PACKAGECONFIG options. Signed-off-by: baali --- meta/recipes-support/curl/curl_7.54.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[OE-core] [PATCH 2/2] curl: Added missing build dependency of nghttp2 to packageconfig.

2017-09-25 Thread baali
From: baali Signed-off-by: baali --- meta/recipes-support/curl/curl_7.54.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/curl/curl_7.54.1.bb b/meta/recipes-support/curl/curl_7.54.1.bb index c22c827..04aeee7 100644 --- a/meta/recipes-support/curl/cu

Re: [OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-09-25 Thread Jeff Osier-Mixon
It certainly looks interesting! The main issue is that our table is about 0.5 x 1.4 meters, so setting up demos as well as screens and keyboards may be a difficult task. I'll do what I can to set up a second table at the booth. thanks! On Mon, Sep 25, 2017 at 7:08 AM, Ricardo Ribalda Delgado < r

[OE-core] Yocto Project Status WW39’17

2017-09-25 Thread Jolley, Stephen K
Current Dev Position: YP 2.4 M4 - We are feature frozen. Next Deadline: YP 2.4 Final Cut off is Sept. 18, 2017 SWAT team rotation: Stephano -> Maxin on Sept. 22, 2017. SWAT team rotation: Maxin -> Cal on Sept. 29, 2017 https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Stat

Re: [OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-09-25 Thread Philip Balister
On 09/25/2017 10:00 AM, Ricardo Ribalda Delgado wrote: > If you are looking for a "fun" demo. I plan to show our bottle scanner > to the ELCE showcase. I could ask my manager if we can leave it on the > yocto booth during the conference. > > We use yocto + our layer https://github.com/qtec/meta-qt

Re: [OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-09-25 Thread Hudson, Sean
Ruslan, There is no charge. Feel free to join. -- Sean > -Original Message- > From: openembedded-members-boun...@lists.openembedded.org > [mailto:openembedded-members-boun...@lists.openembedded.org] On > Behalf Of Ruslan Bilovol > Sent: Wednesday, September 13, 2017 10:41 AM > To: Ph

[OE-core] [PATCH 1/1] classes: drop image dependencies on TOPDIR variable

2017-09-25 Thread Paul Eggleton
We don't need a dependency on this variable changing, and having one causes locked signature warnings during eSDK installation if you have INITRAMFS_IMAGE_* set (since TOPDIR will always be different between the eSDK and the environment in which it was built). Relates to [YOCTO #12102]. Signed-of

[OE-core] [PATCH 0/1] classes: drop image dependencies on TOPDIR variable

2017-09-25 Thread Paul Eggleton
The following changes since commit acc5036a6b74a76d719e6f7224a398f47df4a041: qemu: Security fixes (2017-09-22 17:14:44 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/esdk-sigs-fix http://cgit.openembedded.org/openembedded-core-con

Re: [OE-core] [PATCH] default-providers: set pkgconf as the preferred provider for pkg-config

2017-09-25 Thread Burton, Ross
On 25 September 2017 at 11:44, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 09/24/2017 11:21 PM, Maxin B. John wrote: > > @@ -53,6 +53,6 @@ PREFERRED_PROVIDER_getopt ?= "util-linux-getopt" >> PREFERRED_PROVIDER_openssl ?= "openssl" >> PREFERRED_PROVIDER_openssl-native ?=

Re: [OE-core] [PATCH] default-providers: set pkgconf as the preferred provider for pkg-config

2017-09-25 Thread Alexander Kanavin
On 09/24/2017 11:21 PM, Maxin B. John wrote: @@ -53,6 +53,6 @@ PREFERRED_PROVIDER_getopt ?= "util-linux-getopt" PREFERRED_PROVIDER_openssl ?= "openssl" PREFERRED_PROVIDER_openssl-native ?= "openssl-native" PREFERRED_PROVIDER_nativesdk-openssl ?= "nativesdk-openssl" -PREFERRED_PROVIDER_pkgc

[OE-core] [PATCH] bind: move libraries to own package

2017-09-25 Thread andreas . kling
From: Andy Kling this allows to get rid of a chunk of data for images only requiring dhcp-client. -4553 KiB python3-codecs -3669 KiB bind -2087 KiB libpython3.5m1.0 +2384 KiB bind-libs -1343 KiB python3-core -1173 KiB python3-lang -1077 KiB python3-io -507 KiB

[OE-core] [PATCH] systemd: move pam files to own package

2017-09-25 Thread andreas . kling
From: Andy Kling move pam related files to already existing systemd-pam package. add runtime dependencies to pam plugins introduced by file systemd-user. Signed-off-by: Andy Kling --- meta/recipes-core/systemd/systemd_234.bb | 15 --- 1 file changed, 12 insertions(+), 3 deletio

[OE-core] [PATCH V2] libgcrypt: fix CVE-2017-0379

2017-09-25 Thread Hongxu Jia
Backport the fix from https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git; a=commit;h=bf76acbf0da6b0f245e491bec12c0f0a1b5be7c9 Signed-off-by: Hongxu Jia --- .../0005-ecc-Add-input-validation-for-X25519.patch | 158 + meta/recipes-support/libgcrypt/libgcrypt_1.8.0.bb |

[OE-core] ✗ patchtest: failure for libgcrypt: fix CVE-2017-0379

2017-09-25 Thread Patchwork
== Series Details == Series: libgcrypt: fix CVE-2017-0379 Revision: 1 URL : https://patchwork.openembedded.org/series/9094/ 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 pro

[OE-core] [PATCH] libgcrypt: fix CVE-2017-0379

2017-09-25 Thread Hongxu Jia
Backport the fix from https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git; a=commit;h=bf76acbf0da6b0f245e491bec12c0f0a1b5be7c9 Signed-off-by: Hongxu Jia --- .../0005-ecc-Add-input-validation-for-X25519.patch | 157 + meta/recipes-support/libgcrypt/libgcrypt_1.8.0.bb |