Re: [yocto] [meta-raspberrypi][PATCH 1/9] Add raspberrypi3-64.conf

2017-02-11 Thread Khem Raj
On Thu, Feb 9, 2017 at 12:25 AM, Gary Thomas wrote: > On 2017-02-09 06:48, Khem Raj wrote: >> >> From: Herve Jourdain >> >> Signed-off-by: Herve Jourdain >> Signed-off-by: Khem Raj >> --- >>

Re: [yocto] [meta-raspberrypi][PATCH 8/9] userland: Upgrade to latest

2017-02-11 Thread Khem Raj
On 2/9/17 12:24 AM, Paul Barker wrote: > On Wed, 8 Feb 2017 21:49:02 -0800 > Khem Raj wrote: > >> Signed-off-by: Khem Raj >> --- >> recipes-graphics/userland/userland_git.bb | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git

Re: [yocto] [meta-raspberrypi][PATCH 7/9] linux-raspberrypi_4.9.bb: Upgrade to 4.9.8

2017-02-11 Thread Khem Raj
On 2/9/17 12:23 AM, Paul Barker wrote: > On Wed, 8 Feb 2017 21:49:01 -0800 > Khem Raj wrote: > >> Signed-off-by: Khem Raj >> --- >> recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff

[yocto] [meta-raspberrypi][PATCH V2 11/11] rpi-config: Specify bcm2710-rpi-3-b dtb for 64bit rpi3

2017-02-11 Thread Khem Raj
Let config.txt explicitly specify it Signed-off-by: Khem Raj --- recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index f610718..20ec343 100644

[yocto] [meta-raspberrypi][PATCH V2 07/11] firmware: Update to 20161215 release

2017-02-11 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 1961b48..8aea628 100644 --- a/recipes-bsp/common/firmware.inc +++

[yocto] [meta-raspberrypi][PATCH V2 09/11] raspberrypi3-64.conf: Specifiy rpi3-64bit dtbs

2017-02-11 Thread Khem Raj
Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 23 +++ 1 file changed, 23 insertions(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index cdcd726..e7d9af2 100644 ---

[yocto] [meta-raspberrypi][PATCH V2 08/11] linux-raspberrypi: Add defconfig for raspberrypi3-64

2017-02-11 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 19ebefb..cf61cce 100644 ---

[yocto] [meta-raspberrypi][PATCH V2 06/11] userland: Upgrade to latest and implement triple buffering for wayland

2017-02-11 Thread Khem Raj
Signed-off-by: Khem Raj --- ...13-Implement-triple-buffering-for-wayland.patch | 85 ++ recipes-graphics/userland/userland_git.bb | 3 +- 2 files changed, 87 insertions(+), 1 deletion(-) create mode 100644

[yocto] [meta-raspberrypi][PATCH V2 04/11] linux-raspberrypi_dev.bb: Add recipe for tracking development tip

2017-02-11 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_dev.bb | 8 1 file changed, 8 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb

[yocto] [meta-raspberrypi][PATCH V2 05/11] linux-raspberrypi_4.9.bb: Upgrade to 4.9.9

2017-02-11 Thread Khem Raj
Fix dtbo builds for arm64 Signed-off-by: Khem Raj --- ...-Add-rules-for-.dtbo-files-for-dts-overla.patch | 29 ++ recipes-kernel/linux/linux-raspberrypi_4.9.bb | 5 ++-- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644

[yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-11 Thread Khem Raj
Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 5598e50..cdcd726 100644 --- a/conf/machine/raspberrypi3-64.conf +++

[yocto] [meta-raspberrypi][PATCH V2 01/11] Add raspberrypi3-64.conf

2017-02-11 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 conf/machine/raspberrypi3-64.conf

[yocto] [meta-raspberrypi][PATCH V2 02/11] rpi-default-providers: Let mesa provide libgbm

2017-02-11 Thread Khem Raj
Signed-off-by: Khem Raj --- conf/machine/include/rpi-default-providers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index 078e9d6..5b2658b 100644 ---

Re: [yocto] How to make a recipe MACHINE specific?

2017-02-11 Thread Daniel.
Thank you so much man! 2017-02-11 23:56 GMT-02:00 Christopher Larson : > > On Sat, Feb 11, 2017 at 6:47 PM, Daniel. wrote: >> >> I have two machines and a recipe that uses MACHINE value to decide, at >> compilation time, proper code to be used. The

Re: [yocto] [[RFC][PATCH]] yocto-compat-layer.py: Add script to YP Compatible Layer validation

2017-02-11 Thread Christopher Larson
On Sat, Feb 11, 2017 at 10:55 AM, Aníbal Limón wrote: > During the development of this script based on OEQA framework i found a > bug causing don't display stack traces, i sent a fix to the ML [1] also > is on my branch at [2]. > > I attached and example of how a

Re: [yocto] How to make a recipe MACHINE specific?

2017-02-11 Thread Christopher Larson
On Sat, Feb 11, 2017 at 6:47 PM, Daniel. wrote: > I have two machines and a recipe that uses MACHINE value to decide, at > compilation time, proper code to be used. The package (.rpm in my > case) ends up at tmp/deploy/rpm/cortex-arm-v6-hf-... folder. > > I see at my

[yocto] How to make a recipe MACHINE specific?

2017-02-11 Thread Daniel.
Hi, I have two machines and a recipe that uses MACHINE value to decide, at compilation time, proper code to be used. The package (.rpm in my case) ends up at tmp/deploy/rpm/cortex-arm-v6-hf-... folder. I see at my tmp/deploy/rpm/ folder both of my machines folders aside of cortex-arm-v6-hf-...

Re: [yocto] [[RFC][PATCH]] yocto-compat-layer.py: Add script to YP Compatible Layer validation

2017-02-11 Thread Aníbal Limón
During the development of this script based on OEQA framework i found a bug causing don't display stack traces, i sent a fix to the ML [1] also is on my branch at [2]. I attached and example of how a log file looks, the example log results are based on meta-yocto-bsp. Cheers, alimon [1]

[yocto] [[RFC][PATCH]] yocto-compat-layer.py: Add script to YP Compatible Layer validation

2017-02-11 Thread Aníbal Limón
The yocto-compat-layer script serves as a tool to validate the alignament of a layer with YP Compatible Layers Programme [1], is based on an RFC sent to the ML to enable automatic testing of layers [2] that wants to be YP Compatible. The tool takes an layer (or set of layers) via command line