On Fr, 2016-05-20 at 08:44 +0200, public...@iks.rwth-aachen.de wrote:
> Hi all,
Hi Hauke,
nice to meet somebody familiar here. :)
> So here are the questions:
> 1) Why my version of the psplash executable - even though it was built -
> is not installed in the root fs?
Did you manually build your
For kernels 4.4.9+, the behavior for the device tree overlays loading has been
modified on RaspberryPi.
For overlays, it loads .dtbo files, not .dtb anymore.
Also, it does not check for -overlay extension, so the name of the overlay that
is placed in the "overlays" directory must be .dtbo, instea
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb.
Add support for both variants of overlays ("-overlay.dtb" and ".dtbo")
Signed-off-by: Herve Jourdain
---
classes/linux-raspberrypi-base.bbclass | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/c
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb.
Add support for both extensions for overlays (".dtb" and ".dtbo")
Signed-off-by: Herve Jourdain
---
classes/sdcard_image-rpi.bbclass | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/classes/
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb.
Add support for both variants of overlays ("-overlay.dtb" and ".dtbo") for the
default KERNEL_DEVICETREE variable
Signed-off-by: Herve Jourdain
---
conf/machine/include/rpi-base.inc | 37
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb.
Patch the kernel, which has faulty rules to generate .dtbo the way yocto does
Signed-off-by: Herve Jourdain
---
recipes-kernel/linux/linux-raspberrypi_4.4.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipe
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb.
Patch the kernel, which has faulty rules to generate .dtbo the way yocto does
Signed-off-by: Herve Jourdain
---
.../0001-fix-dtbo-rules.patch | 27 ++
1 file changed, 27 inser
Hi Andrei,
While I totally agree with that, the other lines above do not add the
space...
And I've been asked before to not modify the formatting - albeit that was in
a case of spaces replacing tabs, which is slightly different - which is why
I did this way.
Do you want me to do the modification o
On Fri, May 20, 2016 at 11:14:50AM +0200, Herve Jourdain wrote:
> Hi Andrei,
>
> While I totally agree with that, the other lines above do not add the
> space...
> And I've been asked before to not modify the formatting - albeit that was in
> a case of spaces replacing tabs, which is slightly diffe
On Thu, May 19, 2016 at 09:02:04AM -0700, Khem Raj wrote:
> On Thu, May 19, 2016 at 8:11 AM, Andrei Gherzan wrote:
> > On Wed, May 18, 2016 at 11:46:39PM +0200, Andreas Müller wrote:
> >> On Wed, May 18, 2016 at 7:32 PM, Herve Jourdain
> >> wrote:
> >> > One thing I didn't make configurable, but
Hi Andrei, Khem,
That's what I implemented in the upcoming v2 - except for the python
checking function part.
One thing, shall I call the variable CMA_SIZE, or VC4_CMA_SIZE?
I know CMA is kind of common, but we're using this only to trigger a
parameter to the v4c overlay.
Any opinion? (in the curr
On Fri, May 20, 2016 at 12:47:40PM +0200, Herve Jourdain wrote:
> Hi Andrei, Khem,
>
> That's what I implemented in the upcoming v2 - except for the python
> checking function part.
> One thing, shall I call the variable CMA_SIZE, or VC4_CMA_SIZE?
> I know CMA is kind of common, but we're using thi
This v2 series addresses the following issues with the first series:
a. Fix the 4.4.10 kernel revision
b. Effectively add vc4-kms-v3d overlay to the list of overlays to build
(forgotten previously)
c. Make the parameter to the v4c-kms-v3d overlay configurable
d. Add default values for the cma para
Signed-off-by: Herve Jourdain
---
conf/machine/include/rpi-default-providers.inc | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/conf/machine/include/rpi-default-providers.inc
b/conf/machine/include/rpi-default-providers.inc
index cabbd43..0bc8838 100644
--- a/conf/ma
Signed-off-by: Herve Jourdain
---
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 2c9d8e0..23f8619 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.
Signed-off-by: Herve Jourdain
---
conf/machine/raspberrypi0.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/conf/machine/raspberrypi0.conf b/conf/machine/raspberrypi0.conf
index ccf9ae7..0df9121 100644
--- a/conf/machine/raspberrypi0.conf
+++ b/conf/machine/raspberrypi0.conf
@@ -6,3 +6
Signed-off-by: Herve Jourdain
---
conf/machine/raspberrypi.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
index 0f95f1a..b369c67 100644
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -8,3 +8,5 @@
Signed-off-by: Herve Jourdain
---
conf/machine/raspberrypi2.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf
index b6346e6..3a82d66 100644
--- a/conf/machine/raspberrypi2.conf
+++ b/conf/machine/raspberrypi2.conf
@@ -8,3 +8
Signed-off-by: Herve Jourdain
---
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 8f095b9..b467fc6 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/
Signed-off-by: Herve Jourdain
---
conf/machine/raspberrypi3.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf
index cb6056e..438c6e6 100644
--- a/conf/machine/raspberrypi3.conf
+++ b/conf/machine/raspberrypi3.conf
@@ -9,3 +9
Signed-off-by: Herve Jourdain
---
recipes-bsp/bootfiles/rpi-config_git.bb | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb
b/recipes-bsp/bootfiles/rpi-config_git.bb
index 4bc8eb7..f610718 100644
--- a/recipes-bsp/bootfiles/rpi-
Signed-off-by: Herve Jourdain
---
recipes-graphics/wayland/weston_%.bbappend | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/recipes-graphics/wayland/weston_%.bbappend
b/recipes-graphics/wayland/weston_%.bbappend
index c3a7421..57b8079 100644
--- a/recipes-graphics/wayl
Signed-off-by: Herve Jourdain
---
recipes-graphics/mesa/mesa_%.bbappend | 4
1 file changed, 4 insertions(+)
create mode 100644 recipes-graphics/mesa/mesa_%.bbappend
diff --git a/recipes-graphics/mesa/mesa_%.bbappend
b/recipes-graphics/mesa/mesa_%.bbappend
new file mode 100644
index 0
Signed-off-by: Herve Jourdain
---
recipes-graphics/weston/weston_%.bbappend | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/recipes-graphics/weston/weston_%.bbappend
b/recipes-graphics/weston/weston_%.bbappend
index 3ec311d..70f4360 100644
--- a/recipes-graphics
Signed-off-by: Herve Jourdain
---
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
b/recipes-kernel/linux/linux-raspberrypi_4.4.bb
index 831ac5a..79a6e65 100644
--- a/recipes-kernel
Signed-off-by: Herve Jourdain
---
recipes-kernel/linux/linux-rpi.inc | 10 ++
1 file changed, 10 insertions(+)
diff --git a/recipes-kernel/linux/linux-rpi.inc
b/recipes-kernel/linux/linux-rpi.inc
index fae78b7..9b91bd5 100644
--- a/recipes-kernel/linux/linux-rpi.inc
+++ b/recipes-kernel
On Fri, May 20, 2016 at 3:51 AM, Andrei Gherzan wrote:
> On Fri, May 20, 2016 at 12:47:40PM +0200, Herve Jourdain wrote:
>> Hi Andrei, Khem,
>>
>> That's what I implemented in the upcoming v2 - except for the python
>> checking function part.
>> One thing, shall I call the variable CMA_SIZE, or VC
Current Dev Position: YP 2.2 M1
Next Deadline: YP 2.2 cut off: June 13, 2016
SWAT team rotation: Anibal -> Tracy
https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team
Key Status/Updates:
*Python3 testing is showing much higher success. There remain some
small issues in eS
> On May 20, 2016, at 4:51 AM, Herve Jourdain wrote:
>
> This v2 series addresses the following issues with the first series:
> a. Fix the 4.4.10 kernel revision
> b. Effectively add vc4-kms-v3d overlay to the list of overlays to build
> (forgotten previously)
> c. Make the parameter to the v4c
On Fri, 2016-05-20 at 11:05 -0700, Perez Carranza, Jose wrote:
> Hello,
>
> Here is the QA test report for "Yocto Project - 1.8.2.rc3 build"
>
>
> Issues Summary:
>
> - Install on USB or SD card failed giving “"(sdc): Volume was
> not properly unmounted” : Bug 9652 [1]
This may be r
http://www.yoctoproject.org/docs/2.1/ref-manual/ref-manual.html#ref-features-distro
11.2 Distro Features section doesn't list 'bluez5' as an available option.
5.7.2 bluez section however mentions that 'bluez5' is valid DISTRO_FEATURES
value.
I recommend we add 'bluez5' to 11.2 Distro Features se
31 matches
Mail list logo