Re: [yocto] wic create - bad ownership of directories inside image

2019-08-23 Thread Randy MacLeod
On 8/22/19 11:23 AM, Behnke, Jochen wrote: Hello Randy, thanks for your reponse and sorry for my late reaction. In order to test, if the problem can be reproduced reliably, I performed a clean rebuild as follows $ source oe-init-build-env build-tca5-32 $ rm -rf tmp $ rm -rf sstate-cache $

Re: [yocto] [yocto-docs][PATCH] ref-manual: Correct the requirements for KERNEL_DEVICETREE

2019-08-23 Thread Scott Rifenbark
Adrian, Thanks for the update to the KERNEL_DEVICETREE variable. I have applied this patch to the 2.8 version of the reference manual: https://yoctoproject.org/docs/2.8/ref-manual/ref-manual.html#var-KERNEL_DEVICETREE . Scott On Fri, Aug 23, 2019 at 8:06 AM Adrian Bunk wrote: >

[yocto] [meta-selinux][PATCH] selinux-init: use systemd (re)labelling

2019-08-23 Thread Mark Asselstine
Boot loops were being seen when booting with selinux enabled, when the init system in use is systemd. Once logs were retrieved from the failing system the error was found to be selinux-init.sh[284]: /sbin/restorecon: Could not set context for /sys/fs/cgroup/cpuacct: Read-only file system

[yocto] [meta-security][PATCH 2/2] apparmor: fix RDPENDS

2019-08-23 Thread Armin Kuster
apparmor-2.13.2-r0 do_package_qa: QA Issue: /usr/bin/aa-easyprof contained in package apparmor requires /usr/bin/python3, but no providers found in RDEPENDS_apparmor? [file-rdeps] Signed-off-by: Armin Kuster --- recipes-mac/AppArmor/apparmor_2.13.2.bb | 2 +- 1 file changed, 1 insertion(+), 1

[yocto] [meta-security][PATCH 1/2] linux-stable: rename to more generic bbappend

2019-08-23 Thread Armin Kuster
use wildcards Signed-off-by: Armin Kuster --- recipes-kernel/linux/{linux-stable_5.2.bbappend => linux-%_5.%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-kernel/linux/{linux-stable_5.2.bbappend => linux-%_5.%.bbappend} (100%) diff --git

[yocto] How to include the checksum of the (read-only) rootfs in an initramfs

2019-08-23 Thread Patrick Doyle
Is this a solved problem? If so, what is the correct solution? Here are some more details of the problem statement... I want to verify that my read-only rootfs has not been modified when I boot. So I bundle the checksum of the the rootfs in /etc/rootfs.hash in my initramfs using something a lot

[yocto] [yocto-docs][PATCH] ref-manual: Correct the requirements for KERNEL_DEVICETREE

2019-08-23 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- documentation/ref-manual/ref-variables.xml | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0080364e4f..33afaa5f45 100644 ---

[yocto] Different package versions between host SDK and target image

2019-08-23 Thread Benjamin Crawford
Hi, I've been happily building images for the Renesas R-Car platform using the Yocto project until recently. After clearing the sstate-cache and rebuilding, I'm now suddenly encountering an issue where the version of OpenCV being installed into the host SDK and the one being installed into the