[yocto] If developers want Ada support see this mail.

2016-03-13 Thread Luke A. Guest
Hi, I've hit bit of a wall and I've placed a large comment in the meta-ada readme. See https://github.com/Lucretia/meta-ada/tree/jethro for more info on how you can help. Thanks, Luke. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoc

[yocto] New message

2016-03-13 Thread Gary Thomas
I just started a new build and saw a message that's new to me: NOTE: Fetching uninative binary shim from http://downloads.yoctoproject.org/releases/uninative/0.95/x86_64-nativesdk-libc.tar.bz2;md5sum=4b6fb2106c2f18b8f9c8ac67e1cf9e57 * What is this about? * Can this file be served by my local

[yocto] Release Candidate Build for yocto-2.1_M3.rc1_M3.rc1 now available.

2016-03-13 Thread Poky Build User
A release candidate build for yocto-2.1_M3.rc1 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-2.1_M3.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-intel : 7965dc814964a30e54542b1d5ef2029d565240bd meta-fsl-arm : 37564e6801c

[yocto] Problems building live image

2016-03-13 Thread Gary Thomas
I'd like to to some testing that qemu just doesn't seem up to so I attempted to build a live ISO per the documentation. I added these lines to local.conf: IMAGE_FSTYPES_genericx86 += "live" NOISO_genericx86 = "0" When I try to build core-image-base I get this error: ERROR: INITRD_IMAGE_LIVE

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-4.4: Add the pitft22 overlay from adafruit

2016-03-13 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-dts-add-overlay-for-pitft22.patch | 106 + recipes-kernel/linux/linux-raspberrypi_4.4.bb | 10 +- 2 files changed, 113 insertions(+), 3 deletions(-) create mode 100644 recipes-kernel/linux/linux-raspberrypi-4.4/0001-dts-add-

Re: [yocto] Problems building live image

2016-03-13 Thread Khem Raj
just use IMAGE_FSTYPES = "vmdk" if you plan to use virtualbox and need a raw image. On Sun, Mar 13, 2016 at 10:16 PM, Gary Thomas wrote: > I'd like to to some testing that qemu just doesn't seem up to > so I attempted to build a live ISO per the documentation. I > added these lines to local.conf: