Re: [yocto] [meta-raspberrypi][PATCH 3/7] firmware.inc: Bump to 20170405

2017-04-14 Thread Khem Raj
same :) see my series. On Fri, Apr 14, 2017 at 1:13 PM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > 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

Re: [yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-14 Thread Khem Raj
I posted a similar patch earlier On Fri, Apr 14, 2017 at 1:13 PM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.b

[yocto] [ANNOUNCEMENT] Milestone 3 for Yocto Project 2.3 now available.

2017-04-14 Thread Tracy Graydon
The third milestone release for Yocto Project 2.3 is available for download now. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.3_M3/ eclipse-poky/mars-master 92aa0e79e8b01c56f0670af3cd8296ec68b43350 eclipse-poky/neon-master 83e0083ef3a71e10039ace7d18057dddc154408b

[yocto] [meta-raspberrypi][PATCH 6/7] raspberrypi0-wifi.conf: Add machine configuration file

2017-04-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi0-wifi.conf | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/raspberrypi0-wifi.conf diff --git a/conf/machine/raspberrypi0-wifi.conf b/conf/machine/raspberrypi0-wifi.conf new file mode 100644 index

[yocto] [meta-raspberrypi][PATCH 7/7] README: Add info about raspberrypi0-wifi

2017-04-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- README | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 9fdd5eb..58a8ded 100644 --- a/README +++ b/README @@ -78,6 +78,7 @@ b. Add needed layer to bblayers.conf: c. Set MACHINE in local.conf to one of the supported

[yocto] [meta-raspberrypi][PATCH 3/7] firmware.inc: Bump to 20170405

2017-04-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- 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 53c469e..1c3a911 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/commo

[yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index 3aba67b..c0e8b83 100644 --- a/recipes-kernel

[yocto] [meta-raspberrypi][PATCH 5/7] rpi-base.inc: Include dtb for RPI0 WiFi

2017-04-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- 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 092cbeb..003dd65 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.

[yocto] [meta-raspberrypi][PATCH 1/7] rpi-gpio: Update to v0.6.2

2017-04-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-devtools/python/{rpi-gpio_0.6.1.bb => rpi-gpio_0.6.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/python/{rpi-gpio_0.6.1.bb => rpi-gpio_0.6.2.bb} (78%) diff --git a/recipes-devtools/python/rpi-gpio_0.6.1.bb b/re

[yocto] [meta-raspberrypi][PATCH 2/7] bcm2835: Update to v1.52

2017-04-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-devtools/bcm2835/{bcm2835_1.50.bb => bcm2835_1.52.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/bcm2835/{bcm2835_1.50.bb => bcm2835_1.52.bb} (88%) diff --git a/recipes-devtools/bcm2835/bcm2835_1.50.bb b/recipes-d

[yocto] [meta-raspberrypi][PATCH 6/6] psplash: Let distro override the default splash image if it provides

2017-04-14 Thread Khem Raj
BSPs should not be overriding the distro splash images, here we reduce the priority of psplash-raspberrypi below 100 so the defaults from distros can kick in. Signed-off-by: Khem Raj --- recipes-core/psplash/psplash_git.bbappend | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --gi

[yocto] [meta-raspberrypi][PATCH 5/5] firmware: Update to 1.20170405 release

2017-04-14 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 53c469e..1c3a911 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firm

[yocto] [meta-raspberrypi][PATCH 3/5] userland: Upgrade to latest

2017-04-14 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0002-wayland-Add-support-for-the-Wayland-winsys.patch| 12 ++-- recipes-graphics/userland/userland_git.bb| 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes-graphics/userland/userland/0002-wayland-Add-sup

[yocto] [meta-raspberrypi][PATCH 4/5] eglinfo-fb: Mark is userland specific

2017-04-14 Thread Khem Raj
It does not yet compile/work with vc4 open graphics driver Signed-off-by: Khem Raj --- recipes-graphics/eglinfo/eglinfo-fb_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend index 7f8b600

[yocto] [meta-raspberrypi][PATCH 2/5] linux-raspberrypi_4.9.bb: Update to 4.9.21

2017-04-14 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index 3aba67b..c0e8b83 100644 --- a/recipes-kernel/linux

[yocto] [meta-raspberrypi][PATCH 1/5] pitft: Add support for pitft35r

2017-04-14 Thread Khem Raj
From: Rob Woolley The support for the PiTFT 3.5 inch resistive touchscreen is optional. It may be enabled by adding the following line in local.conf: MACHINE_FEATURES += "pitft pitft35r" Signed-off-by: Rob Woolley Signed-off-by: Khem Raj --- README | 1 + con

[yocto] [raspberry] MACHINE var value and boards compatibilities

2017-04-14 Thread Andrea Benini
Hi List, As suggested from Andrei I'm posting my issue here to get some help. I'm able to compile a basic yocto image (rpi-hwup-image.bb) for RaspberryPi (1/2/3/0) boards just by changing the MACHINE var, but when I set it to "raspberrypi" my image boots just only on v1 boards (B and B+), the same