Re: [yocto] [meta-selinux][PATCH 2/3] Integrate selinux-config into refpolicy_common.

2016-04-11 Thread wenzong fan
On 04/12/2016 11:55 AM, Philip Tricca wrote: Hello, On 04/11/2016 05:54 AM, Joe MacDonald wrote: This causes do_populate_sysroot error if build two or more types of refpolicy: $ bitbake refpolicy-minimum && bitbake refpolicy-mls ERROR: refpolicy-mls-git-r0 do_populate_sysroot: The recipe refp

Re: [yocto] [meta-selinux][PATCH 2/3] Integrate selinux-config into refpolicy_common.

2016-04-11 Thread Philip Tricca
Hello, On 04/11/2016 05:54 AM, Joe MacDonald wrote: >> This causes do_populate_sysroot error if build two or more types of >> refpolicy: >> >> $ bitbake refpolicy-minimum && bitbake refpolicy-mls >> >> ERROR: refpolicy-mls-git-r0 do_populate_sysroot: The recipe refpolicy-mls is >> trying to instal

Re: [yocto] A lot of, seemingly, hung tasks

2016-04-11 Thread Ronald Oakes
Thank you all. I'll try some more of the debugging if my current fix attempt (using the current sources rather than the tar file, and building the qemux86 first) don't work. I have 4 GBytes DRAM. I've never seen (at least not according to the Gnome system monitor) my current memory usage exceed

Re: [yocto] [oe] [OE-core] OEDAM, April 8 in San Diego after ELC

2016-04-11 Thread Denys Dmytriyenko
On Mon, Apr 11, 2016 at 03:35:21PM -0700, Rudolf J Streif wrote: > Hello Everyone: > > If you attended OEDAM last Friday in San Diego, I very much hope that you > enjoyed being here. > > The Catamaran Hotel, where we held the meeting, would very much appreciate > your feedback: > > www.catamar

Re: [yocto] A lot of, seemingly, hung tasks

2016-04-11 Thread Chris Hallinan
I have very occasionally hit hung tasks, but I was usually able to identify the exact task which was hanging, it was never "many". Note that some tasks which may appear "hung" may be waiting for a dependency to complete. You could try some brute force debugging...set these in local.conf: BB_NUMBE

Re: [yocto] [OE-core] [oe] OEDAM, April 8 in San Diego after ELC

2016-04-11 Thread Tom King
do we have meeting minutes posted someplace? thanks tom On Mon, Apr 11, 2016 at 6:43 PM, Philip Balister wrote: > On 04/11/2016 09:35 PM, Denys Dmytriyenko wrote: > > On Mon, Apr 11, 2016 at 03:35:21PM -0700, Rudolf J Streif wrote: > >> Hello Everyone: > >> > >> If you attended OEDAM last Frid

Re: [yocto] A lot of, seemingly, hung tasks

2016-04-11 Thread Andre McCurdy
On Mon, Apr 11, 2016 at 6:38 PM, Ronald Oakes wrote: > It looks like it is hanging fairly consistently during the > gcc-cross-initial-x86_64-5.2.0-r0 do_compile or do_install steps. > I've tried stopping, cleaning, and just building > gcc-cross-initial-x86_64, but it still hangs. Did you try "ps

Re: [yocto] [oe] [OE-core] OEDAM, April 8 in San Diego after ELC

2016-04-11 Thread Philip Balister
On 04/11/2016 09:35 PM, Denys Dmytriyenko wrote: > On Mon, Apr 11, 2016 at 03:35:21PM -0700, Rudolf J Streif wrote: >> Hello Everyone: >> >> If you attended OEDAM last Friday in San Diego, I very much hope that you >> enjoyed being here. >> >> The Catamaran Hotel, where we held the meeting, would

Re: [yocto] A lot of, seemingly, hung tasks

2016-04-11 Thread Ronald Oakes
It looks like it is hanging fairly consistently during the gcc-cross-initial-x86_64-5.2.0-r0 do_compile or do_install steps. I've tried stopping, cleaning, and just building gcc-cross-initial-x86_64, but it still hangs. I'm going to try a 32 bit build just to see if I can get past this. Ron Oakes

Re: [yocto] [oe] [OE-core] OEDAM, April 8 in San Diego after ELC

2016-04-11 Thread Rudolf J Streif
Hello Everyone: If you attended OEDAM last Friday in San Diego, I very much hope that you enjoyed being here. The Catamaran Hotel, where we held the meeting, would very much appreciate your feedback: www.catamaranresort.com/trip I hope you all had a safe trip back home, Rudi -- ___

[yocto] [meta-raspberrypi][PATCH v2 2/2] raspberrypi3: set core frequency

2016-04-11 Thread Trevor Woerner
Pegging the core frequency at 250 avoids any fluctuations of the baud rate on the console. See: https://www.raspberrypi.org/forums/viewtopic.php?f=107&t=138223 Signed-off-by: Trevor Woerner --- conf/machine/raspberrypi3.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machi

[yocto] [meta-raspberrypi][PATCH v2 1/2] raspberrypi3: serial console

2016-04-11 Thread Trevor Woerner
The serial console on the Raspberry Pi 3 is located at /dev/ttyS0 and not /dev/ttyAMA0. Signed-off-by: Trevor Woerner --- conf/machine/raspberrypi3.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf index 1b73f2f..cb6056e 10

[yocto] Help with mosquitto_1.3.4 recipe

2016-04-11 Thread Edward Wingate
The first time I used mosquitto_1.3.4.bb from meta-intel-iot-middleware a few months ago, it worked and I've been using it in my build since. Today, I created a new yocto build directory and having trouble getting mosquitto to build now. The directory /yocto/poky/build/tmp/work/cortexa9-vfp-neon

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Rename linux.inc to linux-rpi.inc Rename linux.inc to prevent it from impacting other machines

2016-04-11 Thread Alan Stice
Attempting submitting this patch from my linux machine to hopefully correct the line wrapping issue. On Mon, Apr 11, 2016 at 11:35 AM, Alan Stice wrote: > Signed-off-by: Alan Stice > --- > recipes-kernel/linux/linux-raspberrypi.inc | 2 +- > recipes-kernel/linux/linux-rpi.inc | 132 >

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Rename linux.inc to linux-rpi.inc Rename linux.inc to prevent it from impacting other machines

2016-04-11 Thread Alan Stice
Signed-off-by: Alan Stice --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- recipes-kernel/linux/linux-rpi.inc | 132 + recipes-kernel/linux/linux.inc | 132 - 3 files changed, 133 insertions(+), 133 deletions(-)

Re: [yocto] A lot of, seemingly, hung tasks

2016-04-11 Thread Andre McCurdy
On Mon, Apr 11, 2016 at 11:22 AM, Ronald Oakes wrote: > Over the weekend, I upgraded my connected development platform to > Debian 8.4.0 from Centos 7. > > However, today I have yet to make a successful poky-tiny build for > either coreI7-64 or qemux86-64. In each case, I've aborted the build > a

[yocto] [meta-chip][PATCH] u-boot-chip: fix md5sum

2016-04-11 Thread Trevor Woerner
The u-boot master and chip/stable branches have diverged such that the md5sums of the License README files are now different. The latest master branch has added a "SIL OPEN FONT LICENSE (OFL-1.1)" license. diff: --- chip/stable-README 2016-04-10 02:05:30.783023170 -0400 +++ upstre

[yocto] A lot of, seemingly, hung tasks

2016-04-11 Thread Ronald Oakes
Over the weekend, I upgraded my connected development platform to Debian 8.4.0 from Centos 7. However, today I have yet to make a successful poky-tiny build for either coreI7-64 or qemux86-64. In each case, I've aborted the build after one or more tasks has stopped doing anything for 30 minutes o

[yocto] [meta-security][PATCH] clamav: fix lib version mismatch

2016-04-11 Thread Armin Kuster
drop lib version in package name drop insane and remove broken symlink Use LEAD_SONAME Don't hard code lib version in tasks Use native chrpath not the host provided version Signed-off-by: Armin Kuster --- recipes-security/clamav/clamav_0.99.1.bb | 20 1 file changed, 12 inse

[yocto] [meta-security][PATCH] suricata: update package to 3.0.1

2016-04-11 Thread Armin Kuster
- fixes for multiple stability issues - many memory leak fixes - Hyperscan MPM support (experimental) Signed-off-by: Armin Kuster --- recipes-security/suricata/{libhtp_0.5.18.bb => libhtp_0.5.19.bb} | 0 recipes-security/suricata/suricata.inc | 7 +++ recipes-securi

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

2016-04-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/nmap/{nmap_7.11.bb => nmap_7.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-security/nmap/{nmap_7.11.bb => nmap_7.12.bb} (94%) diff --git a/recipes-security/nmap/nmap_7.11.bb b/recipes-security/nmap/nmap_7.12.bb

Re: [yocto] [meta-selinux][PATCH 2/3] Integrate selinux-config into refpolicy_common.

2016-04-11 Thread Joe MacDonald
Hi Wenzong, [Re: [yocto] [meta-selinux][PATCH 2/3] Integrate selinux-config into refpolicy_common.] On 16.04.08 (Fri 16:27) wenzong fan wrote: > This causes do_populate_sysroot error if build two or more types of > refpolicy: > > $ bitbake refpolicy-minimum && bitbake refpolicy-mls > > ERROR: