Re: [yocto] Postinsts question

2016-11-08 Thread Khem Raj
On 11/8/16 3:23 PM, Vuille, Martin (Martin) wrote: > We are running with our rootfs mounted read-only. > > Consequently, any postinsts that get deferred to first boot fail. > > > > Is there a way to fail the build for any postinsts that can’t > > be performed during the build and have to

Re: [yocto] Postinsts question

2016-11-08 Thread Burton, Ross
On 8 November 2016 at 23:23, Vuille, Martin (Martin) wrote: > Is there a way to fail the build for any postinsts that can’t > > be performed during the build and have to be deferred? > > Sadly not that I'm aware of currently. If you're using a sufficiently recent release (and

[yocto] Postinsts question

2016-11-08 Thread Vuille, Martin (Martin)
We are running with our rootfs mounted read-only. Consequently, any postinsts that get deferred to first boot fail. Is there a way to fail the build for any postinsts that can't be performed during the build and have to be deferred? MV -- ___ yocto

Re: [yocto] How to handle meta-intel/openembedded repos with multiple developers

2016-11-08 Thread Bas Mevissen
On 07/11/2016 20:31, Chris Z. wrote: > Hi, > > How you store your project configuration ? How you prepare workspace > (download each layer separately)? > Basic stuff, SW release should be reproducible (in easy way). Store > somewhere used hash of each piece or use tags. Non company assets should

Re: [linux-yocto] [yocto-kernel-cache] [PATCH] Enable Intel PMIC TMU config

2016-11-08 Thread Bruce Ashfield
On 2016-11-07 05:15 PM, Nilesh Bacchewar wrote: Hello Bruce, This change enables Intel PMIC TMU config as module on broxton platform. This change is targeted for yocto-4.4 branch. merged. Bruce Nilesh Bacchewar (1): Broxton: Enable PMIC TMU module features/power/intel_pmic.cfg | 3

Re: [linux-yocto] [PATCH] x86/platform: Add Whiskey Cove PMIC TMU support

2016-11-08 Thread Bruce Ashfield
On 2016-11-07 04:51 PM, Nilesh Bacchewar wrote: Backports this patch on linux-yocto-4.4. Patch has been submitted upstream and the approval is in progress, hence may not be final. Patch has been rebased on bxt-rebase branch. merged to bxt-rebase. Bruce Nilesh Bacchewar (1): platform:

Re: [yocto] FW: cmake version 3.0.0 or greater

2016-11-08 Thread Khem Raj
On 11/8/16 4:43 AM, Dinh Nguyen (dinhn) wrote: > >>> This tells me that you didn't upgrade cmake-native to 3.x. > > Right, and I am trying to upgrade to 3x version. Would you please tell me > which cmake patch or recipe that I can use to upgrade to 3.x version for > Dizzy? > Keep in mind

Re: [yocto] [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs

2016-11-08 Thread Khem Raj
On Tue, Nov 8, 2016 at 3:38 AM, Andrei Gherzan wrote: > On Tue, Nov 08, 2016 at 12:35:47PM +0100, Gary Thomas wrote: >> On 2016-11-08 12:16, Andrei Gherzan wrote: >> > On Sun, Nov 6, 2016 at 7:25 AM, Khem Raj wrote: >> > > This is a binary repo and its

Re: [yocto] FW: cmake version 3.0.0 or greater

2016-11-08 Thread Dinh Nguyen (dinhn)
>>> I found >>> git://git.openembedded.org/openembedded-core >>> has version 3.6.x >>> So I tried to pull it in. But this version got a trace back when integrated >>> to our SDK Yocto Dizzy. >Take the recipes from master, copy the changes to

[yocto] [meta-oic][PATCH 1/3] Set real url in SRCREV

2016-11-08 Thread Philippe Coval
RPM packaging might be lost on older version of yocto It was observed using tizen-distro with raspberrypi BSP layer Change-Id: Ic400c0d92961eabda235fc8314740d9e23851b31 Signed-off-by: Philippe Coval --- recipes-core/iotivity/iotivity_1.1.1.bb | 3 +-- 1 file

[yocto] [meta-oic][PATCH 3/3] Rebase 1.1.1 on 1.1-rel maintenance branch

2016-11-08 Thread Philippe Coval
* stdassert.h is not standard-compliant. Change this to assert.h * linux: Support also armeabi-v7a TARGET_ARCH * minor changes Fix harmless typo in recipe too Change-Id: I99c3742e4b332094e76cdd0af49cf8b7253d246c Signed-off-by: Philippe Coval ---

Re: [yocto] FW: cmake version 3.0.0 or greater

2016-11-08 Thread Burton, Ross
On 8 November 2016 at 12:43, Dinh Nguyen (dinhn) wrote: > Right, and I am trying to upgrade to 3x version. Would you please tell me > which cmake patch or recipe that I can use to upgrade to 3.x version for > Dizzy? > What you said: > I found

Re: [yocto] FW: cmake version 3.0.0 or greater

2016-11-08 Thread Dinh Nguyen (dinhn)
>> This tells me that you didn't upgrade cmake-native to 3.x. Right, and I am trying to upgrade to 3x version. Would you please tell me which cmake patch or recipe that I can use to upgrade to 3.x version for Dizzy? Thanks, —Dinh From: "Burton, Ross"

Re: [yocto] FW: cmake version 3.0.0 or greater

2016-11-08 Thread Burton, Ross
On 8 November 2016 at 12:23, Dinh Nguyen (dinhn) wrote: > Here is the error message when trying to build sdk-dslink-c within Yocto > Dizzy version. > > | + echo /media/raghuram/data/dinhn/ioxDevLatest/ioxsdk/yp64/tmp/ > work/core2-64-poky-linux/sdk-dslink-c/1.1-r0 > | +

Re: [yocto] FW: cmake version 3.0.0 or greater

2016-11-08 Thread Dinh Nguyen (dinhn)
Thanks Ross, Here is the error message when trying to build sdk-dslink-c within Yocto Dizzy version. | + echo /media/raghuram/data/dinhn/ioxDevLatest/ioxsdk/yp64/tmp/work/core2-64-poky-linux/sdk-dslink-c/1.1-r0 | +

Re: [yocto] [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs

2016-11-08 Thread Andrei Gherzan
On Tue, Nov 08, 2016 at 12:35:47PM +0100, Gary Thomas wrote: > On 2016-11-08 12:16, Andrei Gherzan wrote: > > On Sun, Nov 6, 2016 at 7:25 AM, Khem Raj wrote: > > > This is a binary repo and its quite large in size > > > we do not need the whole history of this repo since > > >

Re: [yocto] [meta-raspberrypi][PATCH] linux-firmware_git.bbappend: Delete

2016-11-08 Thread Andrei Gherzan
On Thu, Nov 03, 2016 at 03:26:09PM -0700, Khem Raj wrote: > OE-core already bumped the base rev on linux-firmware package > to include the upstreamed version of brcmfmac43430 firmware in > september via OE-Core commit a0bc732976670810505286ba43feee70e2c812ce > > Signed-off-by: Khem Raj

Re: [yocto] [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs

2016-11-08 Thread Gary Thomas
On 2016-11-08 12:16, Andrei Gherzan wrote: On Sun, Nov 6, 2016 at 7:25 AM, Khem Raj wrote: This is a binary repo and its quite large in size we do not need the whole history of this repo since most of stuff needed is binaries, therefore switch to release tarballs

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = ""

2016-11-08 Thread Andrei Gherzan
On Sun, Nov 06, 2016 at 12:25:15AM -0700, Khem Raj wrote: > ASNEEDED does not work with userland libraries as > noted in see > https://lists.yoctoproject.org/pipermail/yocto/2014-June/019933.html > > Helps with running kodi using gles2 > > Signed-off-by: Khem Raj > --- >

Re: [yocto] [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs

2016-11-08 Thread Andrei Gherzan
On Sun, Nov 6, 2016 at 7:25 AM, Khem Raj wrote: > This is a binary repo and its quite large in size > we do not need the whole history of this repo since > most of stuff needed is binaries, therefore switch > to release tarballs > > Signed-off-by: Khem Raj

Re: [yocto] [meta-raspberrypi][PATCH 5/6] firmware: Update to 20161030

2016-11-08 Thread Andrei Gherzan
On Tue, Nov 08, 2016 at 12:04:55PM +0100, Gary Thomas wrote: > On 2016-11-08 11:57, Andrei Gherzan wrote: > > On Mon, Oct 31, 2016 at 09:52:07AM -0700, Khem Raj wrote: > > > Signed-off-by: Khem Raj > > > --- > > > recipes-bsp/common/firmware.inc | 4 ++-- > > > 1 file

Re: [yocto] [meta-raspberrypi][PATCH 3/6] weston: Unify bbappends for weston into single file

2016-11-08 Thread Andrei Gherzan
On Mon, Oct 31, 2016 at 09:52:05AM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > recipes-graphics/wayland/weston_%.bbappend | 10 ++ > recipes-graphics/weston/weston_%.bbappend | 8 > 2 files changed, 10 insertions(+), 8 deletions(-) > delete

Re: [yocto] UTF-89 support

2016-11-08 Thread Keskinarkaus, Teemu
Hi, I tried that. I have now these lines in the local.conf GLIBC_GENERATE_LOCALES = "en_GB en_US en_GB.UTF-8 en_US.UTF-8" IMAGE_LINGUAS = "en-gb en-us" I had to add the "en-us" to IMAGE_LINGUAS or I would only get en_GB locale and not en_US at all. Still missing the UTF-8 locales though.

Re: [yocto] [meta-raspberrypi][PATCH 5/6] firmware: Update to 20161030

2016-11-08 Thread Gary Thomas
On 2016-11-08 11:57, Andrei Gherzan wrote: On Mon, Oct 31, 2016 at 09:52:07AM -0700, Khem Raj wrote: Signed-off-by: Khem Raj --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc

Re: [yocto] [meta-raspberrypi][PATCH 4/6] userland: Update to latest master tip

2016-11-08 Thread Andrei Gherzan
On Mon, Oct 31, 2016 at 09:52:06AM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > recipes-graphics/userland/userland_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-graphics/userland/userland_git.bb >

Re: [yocto] [meta-raspberrypi][PATCH 5/6] firmware: Update to 20161030

2016-11-08 Thread Andrei Gherzan
On Mon, Oct 31, 2016 at 09:52:07AM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > recipes-bsp/common/firmware.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc > index

Re: [yocto] [meta-raspberrypi][PATCH 6/6] linux-raspberrypi-4.4: Update to 4.4.28

2016-11-08 Thread Andrei Gherzan
On Mon, Oct 31, 2016 at 09:52:08AM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb >

Re: [yocto] [meta-raspberrypi][PATCH V2] gstreamer1.0-plugins-bad_%.bbappend: Set PACKAGECONFIG_GL for RPi

2016-11-08 Thread Andrei Gherzan
On Thu, Nov 03, 2016 at 01:57:09PM -0700, Khem Raj wrote: > Enable dispmanx support if using bcm driver > > Signed-off-by: Khem Raj > --- > Changes from V1->V2: > - Remove spurious " > - Rearrange code > - Remove duplicate packageconfig for dispmanx > >

Re: [yocto] FW: cmake version 3.0.0 or greater

2016-11-08 Thread Burton, Ross
On 8 November 2016 at 04:52, Dinh Nguyen (dinhn) wrote: > Our SDK has the Yocto Project 1.7 Dizzy version and it supports cmake > 2.8.12 version as show below: > ./meta/recipes-devtools/cmake/cmake_2.8.12.2.bb > ./meta/recipes-devtools/cmake/cmake-native_2.8.12.2.bb > > We need

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Include pi3-disable-bt-overlay.dtb

2016-11-08 Thread Andrei Gherzan
On Sat, Nov 05, 2016 at 02:56:58PM +1100, Jonathan Liu wrote: > This is used to disable Bluetooth and restore the serial console. > > Signed-off-by: Jonathan Liu > --- > conf/machine/include/rpi-base.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git