[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Add recipes and patches for 4.8 release

2016-10-06 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-fix-dtbo-rules.patch | 44 ++ ...835-camera-fix-compilation-warning-werror.patch | 35 + recipes-kernel/linux/linux-raspberrypi_4.8.bb | 10 + 3 files changed, 89

Re: [yocto] SDK Problems for SuperH 4

2016-10-06 Thread Khem Raj
> On Oct 6, 2016, at 12:09 PM, Martin Townsend wrote: > > On Thu, Oct 6, 2016 at 7:57 PM, Martin Townsend > wrote: >> Hi, >> >> We have a poky sato distributions successfully built and running for >> our SuperH 4 processor board. The problem

Re: [yocto] openjdk build fails due to checksum mismatches from icedtea-native

2016-10-06 Thread Khem Raj
> On Oct 6, 2016, at 7:07 PM, Randy Mortensen wrote: > > >> On Oct 5, 2016, at 7:14 PM, Darcy Watkins >> wrote: >> >> >> >>> On Oct 5, 2016, at 4:52 PM, Khem Raj wrote: On Oct 5, 2016, at 4:45 PM, Randy Mortensen

[yocto] [meta-raspberrypi][PATCH 4/4] sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSION

2016-10-06 Thread Khem Raj
From: Jonathan Liu The value of the RPI_KERNEL_VERSION can change between None and the kernel version which can result in taskhash mismatch errors while building images. The taskhash mismatch errors can be reproduced using: bitbake -c cleansstate virtual/kernel

[yocto] [meta-raspberrypi][PATCH 2/4] userland: Upgrade to latest

2016-10-06 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-applications-to-set-next-resource-handle.patch | 6 ++--- ...ayland-Add-support-for-the-Wayland-winsys.patch | 28 +++--- .../0003-wayland-Add-Wayland-example.patch | 4 ++--

[yocto] [meta-raspberrypi][PATCH 3/4] firmware: Upgrade to latest

2016-10-06 Thread Khem Raj
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 a9d2327..29f9c01 100644 --- a/recipes-bsp/common/firmware.inc +++

[yocto] [meta-raspberrypi][PATCH 1/4] linux-raspberrypi_4.4: Upgrade to 4.4.23

2016-10-06 Thread Khem Raj
Drop upstreamed patch Signed-off-by: Khem Raj --- .../0002-vc4-ioctl-rendering-allow.patch | 29 -- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 5 ++-- 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644

Re: [yocto] openjdk build fails due to checksum mismatches from icedtea-native

2016-10-06 Thread Randy Mortensen
> On Oct 5, 2016, at 7:14 PM, Darcy Watkins wrote: > > > >> On Oct 5, 2016, at 4:52 PM, Khem Raj wrote: >>> On Oct 5, 2016, at 4:45 PM, Randy Mortensen >>> wrote: On Oct 5, 2016, at 5:04 PM, Darcy Watkins

[linux-yocto] [PATCH] bsp/common-pc: Enable R8169 driver since its needed by supported platforms

2016-10-06 Thread Alejandro Hernandez
The Realtek 8169 driver is needed by the Minnowboard MAX, one of the boards we currently support, since some of our images do not contain modules by default, the network isnt working on genericx86, genericx86-64 and intel-core2-32 (meta-intel) when no modules are installed. This patch fixes

[yocto] [eclipse-poky][Mars] Drop bc from build

2016-10-06 Thread Tim Orling
[YOCTO #10032] BitBake Commander has been bit-rotting for years and it was decided to deprecate it in 2.1. Drop it from the build. Signed-off-by: Tim Orling --- features/org.yocto.sdk.site/category.xml | 4 features/org.yocto.sdk.site/site.xml | 2

Re: [yocto] Splitting a recipe into two for two kind of compilation

2016-10-06 Thread nbigaouette
Thank you Khem, I was able to fix the conflict by adding multiple SSTATE_DUPWHITELIST in my `.inc` file. I couldn't find documentation for SSTATE_DUPWHITELIST, so I'm posting the exact line I've used. The trick was to use STAGING_DIR_HOST to specify the path to the file. For example, for

Re: [yocto] SDK Problems for SuperH 4

2016-10-06 Thread Martin Townsend
On Thu, Oct 6, 2016 at 7:57 PM, Martin Townsend wrote: > Hi, > > We have a poky sato distributions successfully built and running for > our SuperH 4 processor board. The problem is the SDK that is built > when using -cpopulate_sdk doesn't. > > The simple Makefile: >

[yocto] SDK Problems for SuperH 4

2016-10-06 Thread Martin Townsend
Hi, We have a poky sato distributions successfully built and running for our SuperH 4 processor board. The problem is the SDK that is built when using -cpopulate_sdk doesn't. The simple Makefile: hellomake: HelloWorld.c $(CC) -o HelloWorld HelloWorld.c --

Re: [yocto] Question: xxxx listed in PACKAGES multiple times, this leads to packaging errors

2016-10-06 Thread Dinh Nguyen (dinhn)
>> yes thats normal when package is re-used from sstate-cache Many thanks Khem. Got it, so the IPK packages were built early is OK. I did a clean all and redo the bitbake, all packages, images were rebuilt. Thanks again, —Dinh > >> On Oct 5, 2016, at 11:43 AM, Dinh Nguyen (dinhn)

Re: [yocto] which meta-intel woudl build a kernel 4.8

2016-10-06 Thread Khem Raj
Use poky or oe-core master with master of meta-intel is best shot On Oct 6, 2016 11:16 AM, "Dominig ar Foll (Intel Open Source)" < dominig.arf...@fridu.net> wrote: > Hello, > > I was happily under 'jethro' until now but I need to build a kernel 4.8 > fir Intel HW to get access to some new

[yocto] which meta-intel woudl build a kernel 4.8

2016-10-06 Thread Dominig ar Foll (Intel Open Source)
Hello, I was happily under 'jethro' until now but I need to build a kernel 4.8 fir Intel HW to get access to some new features. I can see that the 'master' branch bump to 4.8 but unfortunately come with the following errors : ERROR: No recipes available for:

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSION

2016-10-06 Thread Khem Raj
> On Oct 6, 2016, at 5:20 AM, Jonathan Liu wrote: > > The value of the RPI_KERNEL_VERSION can change between None and the > kernel version which can result in taskhash mismatch errors while > building images. > > The taskhash mismatch errors can be reproduced using: > bitbake

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSION

2016-10-06 Thread Andreas Müller
On Thu, Oct 6, 2016 at 2:20 PM, Jonathan Liu wrote: > The value of the RPI_KERNEL_VERSION can change between None and the > kernel version which can result in taskhash mismatch errors while > building images. > > The taskhash mismatch errors can be reproduced using: > bitbake -c

[yocto] PSPLASH behavior during shutdown

2016-10-06 Thread Mark Junghanns
Hi there, I have a question concerning Psplash's behavior during shutdown. My image is using xfce4 and I'm using psplash to display a logo during startup. This is working as expected. My problem starts when I'm shutting down the session. The X-server stops and the console becomes visible

[yocto] [x32 ABI] Bit size mismatch in grub-efi

2016-10-06 Thread Michel D'HOOGE
Hi, I'd like to give the x32 ABI a try, so I followed the steps in section 4.4 of the reference manual. First, I tried the core-image-sato recipe, and then switched to core-image-minimal because it is faster to recompile from scratch… However I assume both should work since Sato is explicitly

[yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSION

2016-10-06 Thread Jonathan Liu
The value of the RPI_KERNEL_VERSION can change between None and the kernel version which can result in taskhash mismatch errors while building images. The taskhash mismatch errors can be reproduced using: bitbake -c cleansstate virtual/kernel core-image-minimal && bitbake core-image-minimal The

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP

2016-10-06 Thread Jonathan Liu
On 6 October 2016 at 02:00, Trevor Woerner wrote: > On Wed 2016-10-05 @ 11:01:15 AM, Jonathan Liu wrote: >> See if the following helps: >> bitbake -c cleanall core-image-minimal && bitbake core-image-minimal > > Odd. I had started this email to say that this wasn't working

Re: [yocto] [[yocto-autobuilder][PATCHv3]] Build sets to test new OS distribution in autobuilder

2016-10-06 Thread Beth 'pidge' Flanagan
On Wed, 2016-10-05 at 15:54 -0500, Monserrat Sedeno wrote: > As part of the process to set new OS distribution as supported on > Yoctoc Project > a new patch was created with the list of build sets that should be > executed. > > Detailed information: >