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

[linux-yocto] [PATCH yocto 4.1 and 4.4] ktypes/tiny/tiny.cfg: support /proc/sys

2016-04-11 Thread Robert Yang
Signed-off-by: Robert Yang --- ktypes/tiny/tiny.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ktypes/tiny/tiny.cfg b/ktypes/tiny/tiny.cfg index 299e9be..f1f0b54 100644 --- a/ktypes/tiny/tiny.cfg +++ b/ktypes/tiny/tiny.cfg @@ -29,3 +29,6 @@ CONFIG_RD_GZIP=y

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

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: > >

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:

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

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

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

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=138223 Signed-off-by: Trevor Woerner --- conf/machine/raspberrypi3.conf | 1 + 1 file changed, 1 insertion(+) diff

[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

[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

Re: [linux-yocto] Backport SPI from mainline to linux-yocto-4.1

2016-04-11 Thread Bruce Ashfield
On 2016-04-11 6:20 AM, weifeng.v...@intel.com wrote: From: "Voon, Weifeng" This changeset from mainline (29 commits) are for BXT/APL. The commits are for linux-yocto4.1 standard/base branch. URL: https://github.com/wvoon/yocto-backport.git Branch:standard_base

Re: [linux-yocto] [yocto-kernel-cache][PATCH 0/4] Enabling scc and config for valleyisland

2016-04-11 Thread Bruce Ashfield
On 2016-04-11 6:25 AM, Mei Yeen Ng wrote: From: "Ng, Mei Yeen" This patchset is to enable Intel Valleyisland platform with linux-yocto_3.14 standard/valleyisland branch. This configuration is tested on 32-bit and 64-bit system on Minnow Max board. Please review and

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 +- >

[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

[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 +++

[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

[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

[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

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:

[linux-yocto] [PATCH 2/4] bsp: valleyisland: add kernel config support

2016-04-11 Thread Mei Yeen Ng
From: "Ng, Mei Yeen" This patch enables the kernel config of SPIDEV, PWM and pin control for valleyisland. Signed-off-by: Ng, Mei Yeen --- bsp/valleyisland/valleyisland.cfg | 8 1 file changed, 8 insertions(+) diff --git

[linux-yocto] [PATCH 1/4] bsp: valleyisland: remove config_generic_gpio

2016-04-11 Thread Mei Yeen Ng
From: "Ng, Mei Yeen" This config is not valid for linux kernel 3.14 in x86 architecture. Signed-off-by: Ng, Mei Yeen --- bsp/valleyisland/valleyisland.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/valleyisland/valleyisland.cfg

[linux-yocto] [PATCH 3/4] bsp: valleyisland: add branch valleyisland

2016-04-11 Thread Mei Yeen Ng
From: "Ng, Mei Yeen" This patch is to add 'valleyisland' branch as BSP is using standard/valleyisland kernel branch. Signed-off-by: Ng, Mei Yeen --- bsp/valleyisland/valleyisland-32-standard.scc | 2 ++ bsp/valleyisland/valleyisland-standard.scc

[linux-yocto] [PATCH 4/4] bsp: valleyisland: enable hda sound support

2016-04-11 Thread Mei Yeen Ng
From: "Ng, Mei Yeen" This patch is to enable HDA sound support for valleyisland-32. Signed-off-by: Ng, Mei Yeen --- bsp/valleyisland/valleyisland-32-standard.scc | 1 + 1 file changed, 1 insertion(+) diff --git

[linux-yocto] [yocto-kernel-cache][PATCH 0/4] Enabling scc and config for valleyisland

2016-04-11 Thread Mei Yeen Ng
From: "Ng, Mei Yeen" This patchset is to enable Intel Valleyisland platform with linux-yocto_3.14 standard/valleyisland branch. This configuration is tested on 32-bit and 64-bit system on Minnow Max board. Please review and merge into yocto-kernel-cache branch yocto-3.14.

[linux-yocto] Backport SPI from mainline to linux-yocto-4.1

2016-04-11 Thread weifeng . voon
From: "Voon, Weifeng" This changeset from mainline (29 commits) are for BXT/APL. The commits are for linux-yocto4.1 standard/base branch. URL: https://github.com/wvoon/yocto-backport.git Branch:standard_base Andy Shevchenko (3): spi: pxa2xx: choose closest lower speed