Hi Petter,
> + # Check if we are building with device tree support
> + DTS="${@get_dts(d, None)}"
>
> # Initialize sdcard image file
> dd if=/dev/zero of=${SDIMG} bs=1024 count=0 seek=${SDIMG_SIZE}
> @@ -112,7 +114,7 @@ IMAGE_CMD_rpi-sdimg () {
> mcopy -
On Fri, May 08, 2015 at 11:49:04PM +0200, Petter Mabäcker wrote:
> meta-raspberrypi currently supports too many versions in order to ensure
> that all of them are frequently tested and updated. Change to only
> support latest stable + 2 long term versions.
>
> [Support #59]
>
> Signed-off-by: Pette
On Fri, May 08, 2015 at 11:49:03PM +0200, Petter Mabäcker wrote:
> Add basic support for Linux 3.14, cherry-pick changes from 3.18.y in
> order to solve some debugfs warnings and get better support
> for i2s for BCM2708.
>
> - 3.14 lacks BCM2709 support and will not by default be able to use for
>
On Fri, May 08, 2015 at 11:49:05PM +0200, Petter Mabäcker wrote:
> Update linux-raspberrypi_3.12 to latest revision.
>
> Remove sl030raspberrypii2ckernel.patch since it will not apply anymore
> and its content seems to be obsolite after
> '558d0bf Fix grabbing lock from atomic context in i2c driver
Hello,
I have created a layer to support the Creator CI20 using Ingenic JZ478.
some board highlights:
* Ingenic JZ4780, dual-core 1.2 GHz MIPS32 processor, PowerVR SGX540
GPU, 32k I&D L1 cache, 512k L2 cache
* IEEE754 Floating Point Unit
* 8 GB Flash, 1 GB DDR3 memory
* Video playback up to 1080p
EP-F6AA0618C49C4AEDA73BFF1B39950BAB
Hi,
Subject: [PATCH 1/1] bugifx for soname mismatch
As per my understanding, this issue needs to be fixed in loader, But if can not
be fixed
then there is work around for following issue.
Issue case:-
1. Create a library libB.so having soname libB.so
2. At
EP-F6AA0618C49C4AEDA73BFF1B39950BAB
Hi,
Subject: [PATCH 1/1] LD_PRELOAD Implementation in Prelink
prelink fails if there are ld_preload libs present at target with below error.
expect libsX.so.1, found /lib/libY.so in dependency order
where libY.so.1 is ld_preload lib
To use th
Hi,
I have some issues with the ADT while building example autotool project when I
extracted the rootfs using the "runqemu-extract-sdk" and give extracted
directory path to ADT sysroot path.
But while building the same application in ADT by giving the sysroot path to
actual sysroot path i.e
Hi Todor,
Could you please let me know the cause for the issue.
Thanks in advance.
Regards,
Raghavendra K.
From: Raghavendra Kakarla
Sent: Friday, May 15, 2015 5:31 PM
To: Minchev, Todor
Cc: yocto@yoctoproject.org
Subject: RE: [yocto] Issue with yocto AD