Re: [yocto] Build appliance

2015-01-24 Thread Ilya Dmitrichenko
Adding Robert to CC list... On Sat Jan 24 2015 at 9:53:32 PM Ilya Dmitrichenko errordevelo...@gmail.com wrote: Hi List, I have attempted to define a custom build appliance image, with some degree of success. The only problem is that I have noticed is there is still a whole lot of `*-native`

[yocto] Build appliance

2015-01-24 Thread Ilya Dmitrichenko
Hi List, I have attempted to define a custom build appliance image, with some degree of success. The only problem is that I have noticed is there is still a whole lot of `*-native` packages being pulled in when trying to build something. So I have attempted adding all of those to my image and set

[yocto] Two Stage Package Recipe

2015-01-24 Thread Darcy Watkins
Hello, I have a package in my BSP layer, let’s just call it “my-platform”. At present, it builds libraries to implement a HW access API along with command line utilities useful for testing and diagnostics (and using the API from shell scripts). At present, it also uses the host-swig to

Re: [yocto] [meta-yocto] [PATCH 0/1] tiny-init: set proper S value

2015-01-24 Thread Petter Mabäcker
Hi Saul, Since bug [5627] has reached poky repo, can you please consider propose merging of below change to meta-yocto, to avoid the warning about 'S' not set to a proper value? BR, Petter 2015-01-10 16:43 skrev Petter Mabäcker: From: Peter Mabacker pet...@technux.se The following

[yocto] One recipe, two gits with destsuffix, how to patch?

2015-01-24 Thread Kalle Komierowski
Hi, This is my first post to this list. I'm working with the ti-compat-wireless recipe. It contains two gits like this: SRC_URI = git://git.ti.com/wilink8-wlan/wl18xx.git;branch=${BRANCH_wl18xx};destsuffix=wl18xx;name=wl18xx \

Re: [yocto] RPM Installation to Host Sysroot

2015-01-24 Thread Trevor Woerner
On 01/23/15 14:24, Ma O-Nigiri wrote: I am on yocto 1.3.2 and need to add a few libraries to my sysroot for cross compilation. I have built the libsigc++-2.0 library with bitbake and have the resulting RPM. What is the appropriate method for installing the rpm to /opt/poky/1.3/sysroots ?