[yocto] SANITY_TESTED_DISTROS update for 1.8

2015-03-18 Thread Paul Eggleton
Hi Lucian / Alex, Just a reminder, it looks like we still need to update SANITY_TESTED_DISTROS to match the host distros we are testing against for 1.8. Thanks, Paul -- Paul Eggleton Intel Open Source Technology Centre -- ___ yocto mailing list

[yocto] [meta-mono][PATCH] mono: Support to build mono without X support.

2015-03-18 Thread Enric Balletbo i Serra
Use PACKAGECONFIG to build a version of mono with or without X support in function of x11 DISTRO_FEATURES. Tested on qemux86 (mono using X) and imx6 board (mono without X) Signed-off-by: Enric Balletbo i Serra enric.balle...@collabora.com --- recipes-mono/mono/mono-native_3.12.1.bb | 8

Re: [linux-yocto] [PATCH 2/2] meta: axxiaarm: Adding new fragments

2015-03-18 Thread Dragomir, Daniel
Bruce, If the fragments looks fine, please add (only) this patch also to the 3.14 kernel, meta layer. The first patch is not applicable in 3.14. It just delete some old fragments from 3.10. Thanks, Daniel From: Daniel Dragomir

[linux-yocto] [PATCH][meta][dev][3.19][3.14] tiny.cfg: Enable BINFMT_SCRIPT

2015-03-18 Thread Darren Hart
Tiny kernels currently fail to run /init from tiny-init, a #!/bin/sh script as the kernel is missing BINFMT_SCRIPT. Add this to the tiny.cfg fragment. Developed on 3.19, applied and verified on 3.14. Signed-off-by: Darren Hart dvh...@linux.intel.com Cc: Richard Purdie

Re: [yocto] .rpm not being generated (or empty)

2015-03-18 Thread Erik Bolton
Hilst: You can specify what files get installed to what packages with FILES_${PN}-package_name In your case, something like: FILES_${PN} = ${libdir}/libDigital* FILES_${PN}-dbg = “${libdir}/.debug/* would probably work fine. I’d also recommend using “oe_runmake” instead of “make” in your

Re: [yocto] How to support arm-none-eabi toolchain for u-boot on Amlogic

2015-03-18 Thread Khem Raj
On Wed, Mar 18, 2015 at 12:55 PM, Christian Ege k423...@gmail.com wrote: Hello, it looks like that Amlogic based devices like the ODROID-C1 [1] requires their u-boot compiled with an arm-none-eabi toolchain. The rest kernel and rootfs is compiled with standard arm eabi toolchain. I am

[yocto] Installing Linux kernel headers including custom UAPI header file

2015-03-18 Thread Craig McQueen
Hello, I'm using Yocto (dizzy) with meta-ti and the linux-ti-staging kernel 3.14.x to build for BeagleBone Black. I've written a custom char driver with several ioctl() calls, and I'm patching that into the linux-ti-staging kernel. The driver adds a new UAPI header file that goes in the

Re: [yocto] Installing Linux kernel headers including custom UAPI header file

2015-03-18 Thread Craig McQueen
I think I've answered my own question. The existing files installed in the build root /usr/include/linux/... are put there by the linux-libc-headers package. According to a prominent comment in meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc, I shouldn't try to fiddle with

Re: [linux-yocto] [PATCH 2/2] meta: axxiaarm: Adding new fragments

2015-03-18 Thread Bruce Ashfield
On 03/18/2015 11:50 AM, Dragomir, Daniel wrote: Bruce, If the fragments looks fine, please add (only) this patch also to the 3.14 kernel, meta layer. The first patch is not applicable in 3.14. It just delete some old fragments from 3.10. I've done the merges. 3.10 and 3.14 have been updated

Re: [linux-yocto] [PATCH][meta][dev][3.19][3.14] tiny.cfg: Enable BINFMT_SCRIPT

2015-03-18 Thread Bruce Ashfield
On 03/18/2015 01:57 PM, Darren Hart wrote: Tiny kernels currently fail to run /init from tiny-init, a #!/bin/sh script as the kernel is missing BINFMT_SCRIPT. Add this to the tiny.cfg fragment. Thanks! Merged to 3.19 and 3.14 meta branches. Update your SRCREVs appropriately, and I'll do a full

[yocto] .rpm not being generated (or empty)

2015-03-18 Thread Daniel.
Hi all, I write a recipe to build an JNI layer for my C library, the JNI library gets compiled right, but no .rpm is generated besides -dev and -dbg. I suspect that the rpm is getting empty. Here is the recipe: http://pastebin.com/vqtaM1Fv Looking on package directory I got the compiled .so's

[yocto] How to support arm-none-eabi toolchain for u-boot on Amlogic

2015-03-18 Thread Christian Ege
Hello, it looks like that Amlogic based devices like the ODROID-C1 [1] requires their u-boot compiled with an arm-none-eabi toolchain. The rest kernel and rootfs is compiled with standard arm eabi toolchain. I am wondering how to support this in yocto/openembedded. With kind regrads, Christian

[yocto] Application Dev Package Management

2015-03-18 Thread Erik Bolton
Hey All: I'm trying to switch a large project we've been working on for years from TinyCore to yocto. I've avoided dealing with this up until now, but it can't wait any longer. I want to keep the yocto SDK that we distribute to our development team as lean as possible so that we don't have to