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

2016-04-13 Thread wenzong fan
On 04/12/2016 10:05 PM, Joe MacDonald wrote: Philip / Wenzong, [Re: [yocto] [meta-selinux][PATCH 2/3] Integrate selinux-config into refpolicy_common.] On 16.04.12 (Tue 13:54) wenzong fan wrote: On 04/12/2016 11:55 AM, Philip Tricca wrote: Hello, On 04/11/2016 05:54 AM, Joe MacDonald wrote:

[yocto] [meta-raspberrypi][PATCH] userland: fix wayland PACKAGECONFIG

2016-04-13 Thread Jonathan Liu
The wayland-native dependency was not added correctly. Signed-off-by: Jonathan Liu --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index ef06b1

Re: [yocto] [PATCH 1/1] userland: In case of wayland configuration build needs wayland-native

2016-04-13 Thread Jonathan Liu
Hi Andrei, This is breaking non-Wayland builds... the second value in the PACKAGECONFIG is the configure arguments for when the PACKAGECONFIG is disabled. I have sent a patch to fix it. Regards, Jonathan On 13 April 2016 at 13:12, Andrei Gherzan wrote: > On Fri, Apr 01, 2016 at 01:37:11PM +020

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-13 Thread Jonathan Liu
Hi Khem, On 3 April 2016 at 03:59, Khem Raj wrote: > This helps in using this library when building > with PIE binaries > > Signed-off-by: Khem Raj > --- > .../0014-build-shared-library-for-vchostif.patch | 28 > ++ > recipes-graphics/userland/userland_git.bb |

[yocto] [meta-cgl][PATCH] linux-yocto: Update .bbappend recipe version

2016-04-13 Thread Adrian Dudau
Signed-off-by: Adrian Dudau --- .../linux/{linux-yocto_3.14.bbappend => linux-yocto_4.%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-cgl-common/recipes-kernel/linux/{linux-yocto_3.14.bbappend => linux-yocto_4.%.bbappend} (100%) diff --git a/meta-cgl-common

[yocto] [psplash][PATCH 1/3] AUTHORS: add list of git commit authors

2016-04-13 Thread Richard Leitner
Added an initial AUTHORS list in alphabetical order, created with following commandline: git log --format='%aN <%aE>' | sort -u Signed-off-by: Richard Leitner --- AUTHORS | 13 + 1 file changed, 13 insertions(+) diff --git a/AUTHORS b/AUTHORS index e69de29..953d867 100644 --

[yocto] [psplash][PATCH 3/3] README: add "Contributing" guideline

2016-04-13 Thread Richard Leitner
The "Contributing" guideline section should help people sending their patches correctly. A similar section is available in nearly all layers/repositories hosted on yoctoproject.org. Therefore add it also the the psplash repository. Signed-off-by: Richard Leitner --- README | 18

[yocto] [psplash][PATCH 2/3] add initial .gitignore

2016-04-13 Thread Richard Leitner
This initial version of .gitignore contains all files created during a build. Signed-off-by: Richard Leitner --- .gitignore | 20 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..7cf14ed

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-13 Thread Khem Raj
On Wed, Apr 13, 2016 at 3:05 AM, Jonathan Liu wrote: > Hi Khem, > > On 3 April 2016 at 03:59, Khem Raj wrote: >> This helps in using this library when building >> with PIE binaries >> >> Signed-off-by: Khem Raj >> --- >> .../0014-build-shared-library-for-vchostif.patch | 28 >> ++

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-13 Thread Jonathan Liu
On Thursday, 14 April 2016, Khem Raj wrote: > On Wed, Apr 13, 2016 at 3:05 AM, Jonathan Liu > wrote: > > Hi Khem, > > > > On 3 April 2016 at 03:59, Khem Raj > > wrote: > >> This helps in using this library when building > >> with PIE binaries > >> > >> Signed-off-by: Khem Raj > > >> --- > >> ..

Re: [yocto] [psplash][PATCH 3/3] README: add "Contributing" guideline

2016-04-13 Thread Burton, Ross
This series is now merged, thanks Richard. Ross On 13 April 2016 at 14:57, Richard Leitner wrote: > The "Contributing" guideline section should help people sending their > patches correctly. > > A similar section is available in nearly all > layers/repositories hosted on yoctoproject.org. There

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-13 Thread Khem Raj
Thats interesting, I will try to reproduce it > On Apr 13, 2016, at 7:21 AM, Jonathan Liu wrote: > > On Thursday, 14 April 2016, Khem Raj > wrote: > On Wed, Apr 13, 2016 at 3:05 AM, Jonathan Liu > wrote: > > Hi Khem, > > > > On 3 April 2016 at 03:59, Khem Raj > > >

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

2016-04-13 Thread Trevor Woerner
On Wed 2016-04-13 @ 04:20:36 AM, Andrei Gherzan wrote: > On Mon, Apr 11, 2016 at 05:54:44PM -0400, Trevor Woerner wrote: > > 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

[yocto] [meta-raspberrypi][PATCH] serial console definition split

2016-04-13 Thread Trevor Woerner
The latest raspberrypi3 puts its console on ttyS0 instead of ttyAMA0 (like all the preceding boards). Therefore pull this definition out of the common include file and add it separately for each MACHINE. Signed-off-by: Trevor Woerner --- conf/machine/include/rpi-base.inc | 2 -- conf/machine/ras

[yocto] something like kernel configuration fragments for device tree?

2016-04-13 Thread gmane
Hi, I was wondering if there is something like kernel config fragments also available for device trees from the YP. It would be convenient, since kernel configuration and device tree might be related in some cases. Regards, Robert -- ___ yocto ma

Re: [yocto] [psplash][PATCH 3/3] README: add "Contributing" guideline

2016-04-13 Thread Philip Balister
On 04/13/2016 09:57 AM, Richard Leitner wrote: > The "Contributing" guideline section should help people sending their > patches correctly. > > A similar section is available in nearly all > layers/repositories hosted on yoctoproject.org. Therefore add it also > the the psplash repository. > > Si

Re: [yocto] something like kernel configuration fragments for device tree?

2016-04-13 Thread Daniel.
Hi Robert, I know that Raspberry Pi has "Device Tree Overlays", for other platforms I don't know if that is possible. If you're using Pi you may add DT Overlays by patching, take a look at https://www.raspberrypi.org/documentation/configuration/device-tree.md $ Part 2: Device Tree overlays. I thi

Re: [yocto] [meta-raspberrypi][PATCH v2 3/5] rpi-base.inc: Add overlay for rpi-ft5406

2016-04-13 Thread Trevor Woerner
On Wed 2016-03-30 @ 04:35:47 PM, Petter Mabäcker wrote: > rpi-ft5406 is an enabler for Official Raspberry Pi 7 inch > touchscreen support. I have an official raspberry pi 7" touchscreen and it's not obvious to me how I would go about enabling it in my config. If I had one of the others I would sim

Re: [yocto] [meta-raspberrypi][PATCH v2 3/5] rpi-base.inc: Add overlay for rpi-ft5406

2016-04-13 Thread Khem Raj
On Apr 13, 2016 3:05 PM, "Trevor Woerner" wrote: > > On Wed 2016-03-30 @ 04:35:47 PM, Petter Mabäcker wrote: > > rpi-ft5406 is an enabler for Official Raspberry Pi 7 inch > > touchscreen support. > > I have an official raspberry pi 7" touchscreen and it's not obvious to me how > I would go about e

Re: [yocto] [meta-raspberrypi][PATCH v2 3/5] rpi-base.inc: Add overlay for rpi-ft5406

2016-04-13 Thread Petter Mabäcker
2016-04-14 00:04 skrev Trevor Woerner: > On Wed 2016-03-30 @ 04:35:47 PM, Petter Mabäcker wrote: > >> rpi-ft5406 is an enabler for Official Raspberry Pi 7 inch touchscreen support. > > I have an official raspberry pi 7" touchscreen and it's not obvious to me how > I would go about enabling i