[yocto] [meta-selinux][PATCH] attr: fix ptest failures when selinux enabled

2017-09-05 Thread kai.kang
From: Kai Kang When selinux is enabled, a file has a default attribute "security.selinux" and the output of getfattr shows: # file: here security.selinux="system_u:object_r:lib_t:s0" That always causes more output of command getfattr than expected. Filter out selinux related attribute info

Re: [yocto] The differences between rpm 4.x and rpm 5.x in Morty (Poky 2.2)

2017-09-05 Thread Zoran Stojsavljevic
Hello Ross, Copy that. I can add smartpm for now for Morty, there is still time to experiment. I guess, I'll even wait for Rocko (Poky 2.4). I guess, this one will come October/November time frame. I still need to learn (much) more, to understand beyond classical Linux environment I am very well

[yocto] [meta-oracle-java] Is oracle-jse-jre broken on arm target ?

2017-09-05 Thread Vincent Prince
Hello everyone, I'm trying to add embedded JRE to a custom i.MX6 board, and when I add oracle-jse-jre recipe to my image, it starts to add a lot of native stuff so I think it's broken? As I understand it, the recipe downloads JDK and run jrecreate.sh to generate needed JRE. For me, the only thing

[yocto] [meta-security][PATCH] nmap: update to 7.60

2017-09-05 Thread Armin Kuster
LIC_CHKSUM_FILES changed do to yr update. add a few more PACKCONFIG Signed-off-by: Armin Kuster --- recipes-security/nmap/{nmap_7.50.bb => nmap_7.60.bb} | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) rename recipes-security/nmap/{nmap_7.50.bb => nmap_7.60.bb} (84%) diff --git a

[yocto] Minutes: Yocto Project Technical Team Meeting

2017-09-05 Thread Jolley, Stephen K
Attendees: Richard, Joshua L., Ross, Saul, Trevor, Stephano, Stephen, Leo, Joshua W., Michael, Bill Mills, Mark, Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) YP 2.4 M3 released last Friday. https://wiki.yoctoproject.org/wiki/Yocto_Project_v2.4_Status

[yocto] Yocto Project Status WW36’17

2017-09-05 Thread Jolley, Stephen K
Current Dev Position: YP 2.4 M4 Next Deadline: YP 2.4 Final Cut off is Sept. 18, 2017 SWAT team rotation: Todor -> Tracy on Sept. 1, 2017. SWAT team rotation: Tracy -> Alejandro on Sept. 8, 2017 https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·M3

[yocto] Adding dependency to recipe, when dependency ins't in build system

2017-09-05 Thread Demetrius Pampouktsis
Hello, I have a custom recipe which has been building just fine. I am now trying to add a runtime dependency (debian dependency) on the package, and I can't seem to figure it out. The main issue is the dependency isn't in the yocto build system. I started off with what I know, and added below to

[yocto] Build RPi without wireless?

2017-09-05 Thread Paul D. DeRocco
How do I build a Raspberry Pi image without WiFi or Bluetooth, or any of the related utilities? There seem to be lots of packages involved in this, and I can't figure out what's pulling them in in the first place. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netc

Re: [yocto] Yocto Project Status WW35’17

2017-09-05 Thread Philip Balister
And do not forget the OpenEmbedded Developer Meeting in Prague before ELCE: https://www.openembedded.org/wiki/OEDEM_2017 Philip On 08/28/2017 10:42 AM, Jolley, Stephen K wrote: > Current Dev Position: YP 2.4 M3 > > Next Deadline: YP 2.4 M3 (In QA) > > > SWAT team rotation: Paul -> Todor on Au

Re: [yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-09-05 Thread Yusuke Mitsuki
Sorry I am late. I could not get time enough for this work. I will send patches soon. By the way, If the Michal's work that Andrei pointed and my patches are similar, please drop my patches. 2017-09-04 20:05 GMT+09:00 Andrei Gherzan : > > > On Fri, Aug 25, 2017 at 9:17 PM, Yusuke Mitsuki < >

[yocto] [meta-raspberrypi][PATCH v2 1/2] bluez5: add functions/variables to enabling bluetooth on another raspberrypi

2017-09-05 Thread Yusuke Mitsuki
functions/variables in this bbappend implemented for only raspberrypi3. But these must be able to used to enabling bluetooth on another raspberrypi that has bluetooth feature such as raspberrypi0-wifi. The simple solution is a duplicating these but it is not good ideas for maintainance. Add fun

[yocto] [meta-raspberrypi][PATCH v2 2/2] bluez5: enable bluetooth on raspberrypi0-wifi

2017-09-05 Thread Yusuke Mitsuki
Add functions/variable to enabling bluetooth on raspberrypi0-wifi. Signed-off-by: Yusuke Mitsuki --- recipes-connectivity/bluez5/bluez5_%.bbappend | 12 1 file changed, 12 insertions(+) diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend b/recipes-connectivity/bluez5/bluez5

Re: [yocto] Building Custom Python 3 Packages

2017-09-05 Thread Paul Eggleton
On Saturday, 2 September 2017 12:42:09 AM NZST Alexander Kanavin wrote: > On 08/31/2017 04:54 PM, Seilis, Aaron wrote: > > This clearly indicates that the issue is that the build is looking > > for setup.py in the ${B} location, but it is only present in the ${S} > > location when `devtool modify`