[yocto] [meta-raspberrypi][PATCH] rpi-base.inc: add i2c-rtc overlay

2015-10-25 Thread Jonathan Liu
The update of the kernel in 10a5bace87c19e50014f838031e8f3db334b45b7 to 3.18.16 missed the separate rtc overlays being replaced by the i2c-rtc overlay. Signed-off-by: Jonathan Liu --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [yocto] opkg 0.3.0 or rootfs task

2015-10-25 Thread Christopher Larson
On Sat, Oct 24, 2015 at 12:19 PM, Paul Barker wrote: > On Sat, Oct 24, 2015 at 06:54:16PM +, Christopher Larson wrote: > > Not likely to help. The problem is the filename length, which will be the > > same whether it's a file or a symlink. > > On Sat, Oct 24, 2015 at

[yocto] [meta-raspberrypi][PATCH v2] gstreamer1.0-omx: enable Raspberry Pi support

2015-10-25 Thread Jonathan Liu
[Support #25] Signed-off-by: Jonathan Liu --- recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend | 5 + 1 file changed, 5 insertions(+) create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend diff --git

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-10-25 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-"xxx" in upstream_tracking files to ignore this recipe remainder until newer

[yocto] [meta-security][PATCH 2/2] ccs-tools: update to 1.8.4

2015-10-25 Thread Armin Kuster
change LIC_CHKSUM to COPYING.css where the license statement resides. Signed-off-by: Armin Kuster --- .../ccs-tools/{ccs-tools_1.8.3.bb => ccs-tools_1.8.4.bb} | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename

[yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-25 Thread Jonathan Liu
[Support #16] Signed-off-by: Jonathan Liu --- recipes-qt/qt5/qtbase_%.bbappend | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 recipes-qt/qt5/qtbase_%.bbappend diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend new file mode

Re: [yocto] [PATCH][meta-selinux] libselinux, libsepol: depends on coreutils-native

2015-10-25 Thread wenzong fan
On 10/21/2015 05:49 AM, Khem Raj wrote: On Oct 20, 2015, at 2:49 AM, wenzong@windriver.com wrote: From: Wenzong Fan 'ln --relative' doesn't work on Ubuntu 12.04 that has ln 8.13. The OE-Core has lnr script you can use that. It's good to know this. I did a

Re: [yocto] Turn off X screen blanking

2015-10-25 Thread Khem Raj
On Fri, Oct 23, 2015 at 10:43 AM, Robert D Kocisko wrote: > I am trying to disable screen blanking in X by default. This bug talks > about doing the same thing but it is not currently completed: > https://bugzilla.yoctoproject.org/show_bug.cgi?id=7278 > > I am using "dizzy"

[yocto] Newby building recipes

2015-10-25 Thread jim Schimpf
Hi, i am a new Yocto user and am attempting to create recipes for some projects I would like to add. Right now the recipes get though the fetch,and configure stages but fail respectively at compile and install stages. Both are git and autoconfig type projects. Which list should I send

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Add rpi-ft5406-overlay to KERNEL_DEVICETREE

2015-10-25 Thread Andrei Gherzan
Hi Erik, On Sun, Oct 25, 2015 at 08:05:25PM +0100, Erik Botö wrote: > This is DTB overlay is needed for the official 7" touchscreen. > > Signed-off-by: Erik Botö > --- > conf/machine/include/rpi-base.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Add rpi-ft5406-overlay to KERNEL_DEVICETREE

2015-10-25 Thread Erik Botö
This is DTB overlay is needed for the official 7" touchscreen. Signed-off-by: Erik Botö --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base.inc: add i2c-rtc overlay

2015-10-25 Thread Andrei Gherzan
On Sun, Oct 25, 2015 at 11:44:32PM +1100, Jonathan Liu wrote: > The update of the kernel in 10a5bace87c19e50014f838031e8f3db334b45b7 to > 3.18.16 missed the separate rtc overlays being replaced by the i2c-rtc > overlay. > Merged to master. Thanks. -- Andrei Gherzan --

Re: [yocto] kernel defconfig configuration

2015-10-25 Thread Edward Wingate
On Sat, Oct 24, 2015 at 1:43 PM, Edward Wingate wrote: > I am using fido release and this is my > linux-wandboard_3.14.28.bbappend file, just 2 lines: > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > SRC_URI += "file://defconfig" > > I'm trying to use my defconfig with the