Track changes in OE-core variable names - needed to be able to
build an rpi-sdimg image file.
Signed-off-by: Gary Thomas
---
classes/sdcard_image-rpi.bbclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclas
On Wed, Sep 21, 2016 at 9:26 AM, Gary Thomas wrote:
> Track changes in OE-core variable names - needed to be able to
> build an rpi-sdimg image file.
>
> Signed-off-by: Gary Thomas
> ---
> classes/sdcard_image-rpi.bbclass | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git
On 2016-09-21 09:54, Andreas Müller wrote:
On Wed, Sep 21, 2016 at 9:26 AM, Gary Thomas wrote:
Track changes in OE-core variable names - needed to be able to
build an rpi-sdimg image file.
Signed-off-by: Gary Thomas
---
classes/sdcard_image-rpi.bbclass | 4 ++--
1 file changed, 2 insertions(
On Wed, Sep 21, 2016 at 9:58 AM, Gary Thomas wrote:
> On 2016-09-21 09:54, Andreas Müller wrote:
>>
>> On Wed, Sep 21, 2016 at 9:26 AM, Gary Thomas wrote:
>>>
>>> Track changes in OE-core variable names - needed to be able to
>>> build an rpi-sdimg image file.
>>>
>>> Signed-off-by: Gary Thomas
On Fri, Sep 16, 2016 at 05:54:36PM +0100, Andrei Gherzan wrote:
> ERROR: bcm2835-1.50-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary:
> 'build-rpi-master/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/bcm2835/1.50-r0/packages-split/bcm2835-tests/usr/lib/bcm2835/spi'
> No GNU_HASH in t
On Fri, Sep 16, 2016 at 05:34:35PM +0100, Andrei Gherzan wrote:
> Signed-off-by: Andrei Gherzan
> ---
> recipes-devtools/wiringPi/wiringpi_git.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-devtools/wiringPi/wiringpi_git.bb
> b/recipes-devtools/wiringPi/w
Hi
Here is the report for QA Cycle on 2.2 M3 rc1
Full Report :
https://wiki.yoctoproject.org/wiki/WW38_-_2016-09-09_-_Full_Test_Cycle_2.2_M3.rc1
Summary
There were 15 ne bugs found on this test cycle, 3 of them High that were
triaged on time and now all of them have the fixes under review. T
Hi,
I'm trying to make framebuffers work on imx6(ul) using yocto.
I suppose I need to make changes in the following:
1) Kernel modules
2) Device tree
3) U-Boot bootargs
I've build my kernel with the following modules
FB_TFT=y
CONFIG_FB_TFT_ILI
From: Edwin Plauchu
[YOCTO #9752]
Signed-off-by: Edwin Plauchu
---
utils.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/utils.c b/utils.c
index 6991af1..2ebfb04 100644
--- a/utils.c
+++ b/utils.c
@@ -249,7 +249,7 @@ run_child(char *run_ptest, int fd_stdout, int fd_std
Hi Jonathan,
On Mon, Sep 19, 2016 at 11:01 AM, Jonathan Vervaeke
wrote:
> Hi,
>
>
>
> I'm trying to make framebuffers work on imx6(ul) using yocto.
>
>
>
> I suppose I need to make changes in the following:
>
> 1) Kernel modules
>
> 2) Device tree
>
> 3) U-Boot bootargs
>
>
>
> I've build my kern
On Thu, Jul 21, 2016 at 08:32:05PM +0800, Herve Jourdain wrote:
> v4 series:
> a. rebased
> b. Upstream-Status added to the patch to the VC4 driver (needed only for
> kernel 4.4, accepted upstream in 4.7)
>
> v3 series:
> a. patch rebased
> b. new revision of kernel, to get a version of the VC4 gr
On Thu, Jul 21, 2016 at 06:00:35AM +0800, Herve Jourdain wrote:
> v6: rebased
>
> v5: modifications after more review
> * Added an Upstream-Status to the kernel patch
> * Only one instance of KERNEL_DEVICETREE defined (with the new .dtbo syntax)
> * Modification of the KERNEL_DEVICETREE is done in
You can also have a look at the Zephyr project https://www.zephyrproject.org/
Zephyr Project is a small, scalable real-time operating system for use on
resource-constrained systems supporting multiple architectures.
It does come with Cortex m0,m1,m2,m3,m4 baremetal Yocto based toolchain.
https://g
On Thu, Aug 11, 2016 at 06:06:02PM -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
> b/recipes-kernel/linux/linux-rasp
On 09/20/2016 07:29 PM, Paul Eggleton wrote:
> On Thu, 25 Aug 2016 18:14:23 Andreas Müller wrote:
>> seems layer list update is broken again e.g I am committing on
>> meta-qt5-extra regularly but last commit reported is one month ago.
>
> OK, finally we should be back up and running with updates.
On Fri, Sep 16, 2016 at 2:01 PM, Mont3z Claros wrote:
> Hi all,
>
> I just finished a first beta version of a meta layer for SBC pine64.
> You can find it in https://github.com/mont3z/meta-pine64
>
> I'd appreciate if anyone has any comments on possible improvements. A
> major problem I had was t
On Wed, Sep 21, 2016 at 7:05 PM, Philip Balister wrote:
> On 09/20/2016 07:29 PM, Paul Eggleton wrote:
>> On Thu, 25 Aug 2016 18:14:23 Andreas Müller wrote:
>>> seems layer list update is broken again e.g I am committing on
>>> meta-qt5-extra regularly but last commit reported is one month ago.
>>
From: Edwin Plauchu
An error message is required when detecting one or more
ptest are not launched.
[YOCTO #9752]
Signed-off-by: Edwin Plauchu
---
tests/data/fail/ptest/run-ptest | 0
tests/utils.c | 149 +++-
utils.c
From: Edwin Plauchu
An error message is required when detecting one or more
ptest are not launched.
[YOCTO #9752]
Signed-off-by: Edwin Plauchu
---
tests/data/fail/ptest/run-ptest | 0
tests/utils.c | 149 +++-
utils.c
ping
-Original Message-
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On
Behalf Of Dai Caiyun
Sent: Monday, August 22, 2016 1:43 PM
To: yocto@yoctoproject.org
Cc: Dai, Caiyun/戴 彩云
Subject: [yocto] [meta-cgl][PATCH] libmailtools-perl: 2.13 -> 2.18
Upgrade li
ping
-Original Message-
From: Wang, Xin/王 鑫
Sent: Sunday, September 11, 2016 10:58 PM
To: yocto@yoctoproject.org
Cc: Wang, Xin/王 鑫
Subject: [yocto][meta-cgl][PATCH] pacemaker: 1.1.13 -> 1.1.15
1) Upgrade pacemaker from 1.1.13 to 1.1.15.
2) Modify patch, since the data has been changed.
ping
-Original Message-
From: Wang, Xin/王 鑫
Sent: Thursday, September 01, 2016 12:24 PM
To: yocto@yoctoproject.org
Cc: Wang, Xin/王 鑫
Subject: [yocto][meta-cgl][PATCH] resource-agents: 3.9.6 -> 3.9.7
Upgrade resource-agents from 3.9.6 to 3.9.7.
Signed-off-by: Wang Xin
---
.../{resource
ping
-Original Message-
From: Wang, Xin/王 鑫
Sent: Monday, September 19, 2016 3:33 PM
To: yocto@yoctoproject.org
Cc: Wang, Xin/王 鑫
Subject: [yocto][meta-security][PATCH v2] samhain: 4.1.4 -> 4.1.5
1) Upgrade samhain from 4.1.4 to 4.1.5.
2) Add TARGET_CC_ARCH.Fix error.
ERROR: samhain-
merged.
thanks,
Armin
On 09/21/2016 06:52 PM, Wang, Xin wrote:
ping
-Original Message-
From: Wang, Xin/王 鑫
Sent: Monday, September 19, 2016 3:33 PM
To: yocto@yoctoproject.org
Cc: Wang, Xin/王 鑫
Subject: [yocto][meta-security][PATCH v2] samhain: 4.1.4 -> 4.1.5
1) Upgrade samhain from 4
Patches I am using for a while. If my images don't break for other
issues I am able to run X11 and weston accelerated in one image. Had
never a machine before able to do that.
Andreas Müller (6):
mesa: align for vc4
xorg align for vc4
vc4: why no framebuffer device?
linux-raspberrypi: upda
Signed-off-by: Andreas Müller
---
recipes-graphics/mesa/mesa_%.bbappend | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-graphics/mesa/mesa_%.bbappend
b/recipes-graphics/mesa/mesa_%.bbappend
index 9c5df99..e789022 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphi
Signed-off-by: Andreas Müller
---
recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | 9 +
1 file changed, 9 insertions(+)
create mode 100644 recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
b/recipes-graphics/
Signed-off-by: Andreas Müller
---
recipes-kernel/linux/linux-rpi.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-kernel/linux/linux-rpi.inc
b/recipes-kernel/linux/linux-rpi.inc
index 3eeefee..95a9530 100644
--- a/recipes-kernel/linux/linux-rpi.inc
+++ b/recipes-ke
This version contains vc4_firmware_kms [1]
https://github.com/raspberrypi/linux/commit/598f79fb5a7ea1a6fbd37b9849e097dd0bea70fc
Signed-off-by: Andreas Müller
---
.../0002-vc4-ioctl-rendering-allow.patch | 29 --
recipes-kernel/linux/linux-raspberrypi_4.4.bb |
For those who want to run closed source driver with mesa. See further details
at [1]
[1] http://anholt.livejournal.com/47717.html
Signed-off-by: Andreas Müller
---
conf/machine/include/rpi-base.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/conf/machine/include/rpi-base.inc
b/conf/mac
Signed-off-by: Andreas Müller
---
recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
index fd32abc..2d720ba 100644
--- a/recipes-grap
31 matches
Mail list logo