[yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi: fix absolute path in vfat symlink

2017-08-01 Thread Andrea Galbusera
Fix bitbake complaining with: ERROR: core-image-minimal-1.0-r0 do_image_complete: sstate found an absolute path symlink [...].vfat pointing at [...].vfat. Please replace this with a relative link. Signed-off-by: Andrea Galbusera --- classes/sdcard_image-rpi.bbclass | 4 ++--

Re: [yocto] [meta-security][PATCH] layer: remove TPM layer depends and other dynamic ones.

2017-08-01 Thread Patrick Ohly
On Mon, 2017-07-31 at 08:06 -0700, Armin Kuster wrote: > include meta-python for AppArmor changes > > Signed-off-by: Armin Kuster > --- >  conf/layer.conf | 6 +- >  1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/conf/layer.conf b/conf/layer.conf >

[yocto] [meta-selinux][PATCH] audit: fix the wrong packaging for auditd.service

2017-08-01 Thread jackie.huang
From: Jackie Huang auditd.service should be packaged in 'auditd' instead of 'audit' since the required binaries and config files are all in 'auditd'. Signed-off-by: Jackie Huang --- recipes-security/audit/audit_2.7.1.bb | 3 ++- 1 file

Re: [yocto] extensible SDK build failure

2017-08-01 Thread Russell Peterson
FYI: For those interested… Just as a test/workaround I added a harfbuzz_%.bbappend file to my meta layer and directly set the acpaths variable to the STAGING native directory and that seems to work fine. Works for now but I will try to come up with a cleaner, more generic fix. acpaths = “-I

Re: [yocto] extensible SDK build failure

2017-08-01 Thread RUSSELL PETERSON
Thank you for the response, Paul. You were correct that I had the TOOLCHAIN_*_TASK variables set in my machine.conf file. I put it into my image bb file and things seem far more sane... although I must admit I am not 100% sure why it works but I will study it a bit and figure it out. Thanks for

[yocto] bitbake memres usecase

2017-08-01 Thread Trevor Woerner
Hi, I'm trying to understand if memres is right for me. Every night my machine, via jenkins, grinds away doing about a dozen builds. Each of these builds is for a separate MACHINE, in separate directories, with separate layers, configurations, etc. My jenkins instance has two executors (on the

Re: [yocto] installing iso images in legacy mode

2017-08-01 Thread Markus Volk
I had some time to look at this issue today. Since grub was recently updated i tried using the old recipes from pyro. This fixed booting without efi. Then i had a look at meta/recipes-core/initrdscripts/files/init-install.sh My suspicion was, that this line grub_version=$(grub-install -v|sed

[yocto] Automount issues

2017-08-01 Thread Jeremy Overesch
I've been trying to get automounting of USB devices working using the udev-extraconf recipe available in yocto. It appears to work in the mount.sh script, as I can read the contents of the drive. However, when I try to do so in a command shell, the folder is empty and the drive doesn't show

[yocto] Minutes: Yocto Project Technical Team Meeting

2017-08-01 Thread Jolley, Stephen K
Attendees: Armin, Stephano, Paul, Trevor, Stephen, Joshua L., Joshua W., Patrick, Mark, Ross, Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) YP 2.4 M2 is in QA and 86% complete. See: https://wiki.yoctoproject.org/wiki/2.4_QA_Status YP 2.3.1 has been

Re: [yocto] Automount issues

2017-08-01 Thread Ayoub Zaki
Hi, are you using systemd ? On 01.08.2017 16:52, Jeremy Overesch wrote: I've been trying to get automounting of USB devices working using the udev-extraconf recipe available in yocto. It appears to work in the mount.sh script, as I can read the contents of the drive. However, when I try

Re: [yocto] Automount issues

2017-08-01 Thread Ayoub Zaki
Yes ! I had this problem a while ago, I fixed the problem by changing in systemd-udev service the mountFlags to shared instead of slave: here is a link to the mailing list discussion : https://lists.yoctoproject.org/pipermail/yocto/2015-March/023879.html -- Ayoub Zaki ayoub.zaki at

Re: [yocto] Automount issues

2017-08-01 Thread Jeremy Overesch
Yes, I am using systemd. Is there a known issue with it that I should be aware of? Hi, are you using systemd ? On 01.08.2017 16:52, Jeremy Overesch wrote: > > I've been trying to get automounting of USB devices working using the > udev-extraconf recipe available in yocto. It

Re: [yocto] Automount issues

2017-08-01 Thread Jeremy Overesch
Thank you! Just by you mentioning system, I searched for systemd-udev conflicts and found yet another thread with this same issue: https://lists.yoctoproject.org/pipermail/yocto/2014-December/022745.html Sounds like this should be mentioned somewhere in the udev-extraconf scripts, so people