[yocto] [meta-raspberrypi][PATCH 3/3] bluez5: Replace /lib with ${nonarch_base_libdir}

2017-10-24 Thread Michael Gloff
From: Michael Gloff Use standard variable name and avoid QA errors when usermerge DISTRO_FEATURE is enabled. Signed-off-by: Michael Gloff --- recipes-connectivity/bluez5/bluez5_%.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-connectivity/blu

[yocto] [meta-raspberrypi][PATCH 2/3] linux-raspberrypi: Replace /lib with ${nonarch_base_libdir}

2017-10-24 Thread Michael Gloff
From: Michael Gloff Use standard variable name and avoid QA errors when usermerge DISTRO_FEATURE is enabled. Signed-off-by: Michael Gloff --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspbe

[yocto] [meta-raspberrypi][PATCH 1/3] linux-firmware: Replace /lib with ${nonarch_base_libdir}

2017-10-24 Thread Michael Gloff
From: Michael Gloff Use standard variable name and avoid QA errors when usermerge DISTRO_FEATURE is enabled. Signed-off-by: Michael Gloff --- recipes-kernel/linux-firmware/linux-firmware_%.bbappend | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reci

Re: [yocto] How /etc/shadow packed into my final image?

2017-10-24 Thread ChenQi
On 10/24/2017 07:58 PM, Bacheh Karaji wrote: Hi, I wanted to modify the content of /etc/shadow, but don't know how /etc/shadow files is packed into final image. Can anybody how it is packed and way to modify it? Thanks The file is created in postinst of the shadow package. Codes are like

Re: [yocto] [layerindex-web][patch v3 1/1] Send email notification on publication

2017-10-24 Thread Paul Eggleton
Hi Amanda, On Wednesday, 25 October 2017 10:49:42 AM NZDT Amanda Brindle wrote: > When publishing a layer, send an email notification to all of that > layer's maintainers. > > Fixes [YOCTO #11208] This change looks good to me - I'll wait a day or so for other reviews and merge after that. Than

[yocto] [layerindex-web][patch v3 1/1] Send email notification on publication

2017-10-24 Thread Amanda Brindle
When publishing a layer, send an email notification to all of that layer's maintainers. Fixes [YOCTO #11208] Signed-off-by: Amanda Brindle --- layerindex/views.py | 34 +++- templates/layerindex/publishemail.txt| 9 templates/la

[yocto] [layerindex-web][patch v3 0/1] Send email notification on publication

2017-10-24 Thread Amanda Brindle
Changed the publishemail template to use django conditional statements in creating the list of maintainer names, as well as checking whether there is more than one maintainer. The following changes since commit ad1aac4ea5d4f2b327f7bd9611aed13f7c31ff7e: Show note if layer branch hasn't been in

Re: [yocto] [meta-security][PATCH v2] fscryptctl: add v0.1.0

2017-10-24 Thread akuster
On 10/23/2017 08:51 AM, André Draszik wrote: > From: André Draszik > > fscryptctl is a low-level tool written in C that handles > raw keys and manages policies for Linux filesystem > encryption [1]. > > For a tool that presents a higher level interface and > manages metadata, key generation, key

[yocto] QA cycle report for 2.4 RC3

2017-10-24 Thread Leon Bautista, Sonia
Hello All, I'm sending the report on behalf of Libertad G. Enjoy reading the full Report for 2.4 RC3:  https://wiki.yoctoproject.org/wiki/WW43_-_2017-10-23_-_Full_Test_Cycle_2.4_RC3 === Summary The QA cycle for release 2.4 RC3 is complete.  There are 7 new bugs, 5 Toaster rel

Re: [yocto] libcap compile error

2017-10-24 Thread Khem Raj
On Tue, Oct 24, 2017 at 2:23 AM, Remco Poelstra wrote: > Hi all, > > I’m new with the Yocto project and I’m still trying to find my way. > I’m using a Hachiko board using Architech SDK and have managed to build and > run the standard image. > As a next step I wanted to include the avahi mdns imple

[yocto] [yocto-autobuilder][PATCH 2/2] meta-intel: nightly-musl: add 32 bit buildset

2017-10-24 Thread Stephano Cetola
On the meta-intel autobuilder, we were only building musl for 64bit architectures. This adds a buildset for core2-32 arch, and adds that build to the nightly. Signed-off-by: Stephano Cetola --- buildset-config.meta-intel/nightly-meta-intel.conf | 3 +- .../nightly-musl-core2-32.conf

[yocto] [yocto-autobuilder][PATCH 1/2] nightly-musl-x86-64: add 64bit musl build

2017-10-24 Thread Stephano Cetola
We were building with musl on 32 bit platforms but not on 64 bit. This adds a 64 bit musl buildset that is similar to the 32 bit one and also adds that buildset to the list of builds for nightly. Signed-off-by: Stephano Cetola --- buildset-config.controller/nightly-musl-x86-64.conf | 18

[yocto] [yocto-autobuilder][PATCH 0/2] add musl buildsets

2017-10-24 Thread Stephano Cetola
These patches add musl buildsets for 64 bit on the main autobuilders and 32 bit on the meta-intel autobuilder. Stephano Cetola (2): nightly-musl-x86-64: add 64bit musl build meta-intel: nightly-musl: add 32 bit buildset .../nightly-musl-x86-64.conf | 18 builds

[yocto] [yocto-autobuilder][PATCH] meta-intel: add CheckYoctoCompat to nightly

2017-10-24 Thread Stephano Cetola
Rocko introduces yocto-check-layer-wrapper which creates a separate build dir to run yocto-check-layer inside. Signed-off-by: Stephano Cetola --- buildset-config.meta-intel/nightly-meta-intel.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/buildset-config.meta-intel/nightly-meta-intel.c

Re: [yocto] libcap compile error

2017-10-24 Thread Remco Poelstra
Alexander Kanavin schreef op 2017-10-24 14:19: libcap 2.22 is very old, so your SDK must be using a very old release of Yocto (2014 or earlier). It's difficult to provide help for that. Perhaps you could address your question to the makers of the SDK and find out if they have anything more recent

Re: [yocto] libcap compile error

2017-10-24 Thread Alexander Kanavin
On 10/24/2017 12:23 PM, Remco Poelstra wrote: I’m new with the Yocto project and I’m still trying to find my way. I’m using a Hachiko board using Architech SDK and have managed to build and run the standard image. As a next step I wanted to include the avahi mdns implementation. In order to do

Re: [yocto] rocko: QA issue with glibc-locale

2017-10-24 Thread Belisko Marek
On Tue, Oct 24, 2017 at 12:52 PM, Burton, Ross wrote: > On 24 October 2017 at 10:25, Belisko Marek wrote: >> >> Probably. Should I fill some bugzilla somewhere? Rocko should be >> released in few days (if not yet already) and this issue can be really >> annoying ;) > > > There's already a bug: >

Re: [yocto] rocko: QA issue with glibc-locale

2017-10-24 Thread Burton, Ross
On 24 October 2017 at 10:25, Belisko Marek wrote: > Probably. Should I fill some bugzilla somewhere? Rocko should be > released in few days (if not yet already) and this issue can be really > annoying ;) > There's already a bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=12265 Ross -- _

[yocto] libcap compile error

2017-10-24 Thread Remco Poelstra
Hi all, I’m new with the Yocto project and I’m still trying to find my way. I’m using a Hachiko board using Architech SDK and have managed to build and run the standard image. As a next step I wanted to include the avahi mdns implementation. In order to do so I included IMAGE_INSTALL_append = “

[yocto] [meta-cgl][PATCH] recipes-perl: correct license for perl modules

2017-10-24 Thread kai.kang
From: Kai Kang Correct LICENSE of perl modules that 'GPLv2' is not right for them. libsocket6-perl is licensed with BSD accoring to README file. And other 4 modules libhtml-tagset-perl, libmailtools-perl, libtest-pod-perl and libwww-perl are licensed with same terms of Perl itself according to t

Re: [yocto] rocko: QA issue with glibc-locale

2017-10-24 Thread Belisko Marek
Hi, On Fri, Oct 20, 2017 at 6:26 PM, Martin Jansa wrote: > Similar QA issue is shown when you use: > LOCALE_GENERATION_WITH_CROSS-LOCALEDEF_forcevariable = "0" > > which is needed to build glibc-locale with pyro on hosts with glibc-2.26 > (with ENABLE_BINARY_LOCALE_GENERATION = "1"). > > On Fri,

Re: [yocto] Adding usb-modeswitch and minicom packages on yocto

2017-10-24 Thread vishal ashapur
Thank you! On 24-Oct-2017 2:34 PM, "Burton, Ross" wrote: > On 24 October 2017 at 05:16, vishal ashapur > wrote: > >> Hi >> I want to add USB modeswitch and minicom packages on the target image. I >> am using raspberry pi 3 for the same. How to add those two packages so that >> they are enabled

Re: [yocto] Adding usb-modeswitch and minicom packages on yocto

2017-10-24 Thread Burton, Ross
On 24 October 2017 at 05:16, vishal ashapur wrote: > Hi > I want to add USB modeswitch and minicom packages on the target image. I > am using raspberry pi 3 for the same. How to add those two packages so that > they are enabled on target machine. > > Find the recipes you're after using the layer