Re: [yocto] Migration 1.8 -> 2.0 opkg-cl missing in SDK

2015-11-26 Thread Marcin Krzemiński
Hello again, Changed opkg-cl to opkg in my scripts, all started to work but warning is showing for every file in package: Warning when extracting archive entry: Can't set UID=0 Messages cames from archiver, so two things could be wrong: unpcaking options or generating ipk options. Do you know haw

Re: [yocto] Migration 1.8 -> 2.0 opkg-cl missing in SDK

2015-11-26 Thread Marcin Krzemiński
Ok, there is a patch for opk that adds option to ignore UIDs. http://git.yoctoproject.org/cgit/cgit.cgi/opkg/patch/libopkg/opkg_conf.c?id=fff984ba1e9070b8e6a5d40a61e5f4f018b1aeb2 I will add this to my layer. Thanks, Marcin 2015-11-26 10:47 GMT+01:00 Marcin Krzemiński <mar.krzemin...@gmail.

[yocto] gcc cross canadian i n yocto 2.0 QA warning

2015-11-18 Thread Marcin Krzemiński
Hello, I have just switched to yocto 2.0 from 1.8 and got this warning when I try to build SDK for 32-bit machine on x64 host. export SDKMACHINE="i686" bitbake meta-toolchain WARNING: QA Issue: gcc-cross-canadian-arm: found library in wrong location:

Re: [yocto] gcc cross canadian i n yocto 2.0 QA warning

2015-11-18 Thread Marcin Krzemiński
2015-11-19 7:58 GMT+01:00 Khem Raj <raj.k...@gmail.com>: > On Wed, Nov 18, 2015 at 5:20 AM, Marcin Krzemiński > <mar.krzemin...@gmail.com> wrote: > > Hello, > > > > I have just switched to yocto 2.0 from 1.8 and got this warning when I > try > >

[yocto] overriding install in recipe for nativesdk

2015-07-14 Thread Marcin Krzemiński
Hello, Currently in our yocto layer there is a recipe for u-boot that also produce mkimage binary for host, I would like to have mkimage in SDK. Now, there is a separate recipe in yocto to do that, but I am wondering is it possible in some way to override install function for nativesdk. Then I

[yocto] Multiple conncetion to svn (svn+ssh)

2015-07-03 Thread Marcin Krzemiński
Hello again, I have 12 recipes that download code from same svn repository (using svn+ssh)protocol. Recipes are grouped in packagegroup. When I want to bitbake packagegroup fetcher fail, but when I run recipe alone all is ok. I think it is because I want to open 8 connection to one svn

[yocto] Removing do_compile task and ordering problem

2015-05-21 Thread Marcin Krzemiński
Hi, I am writing recipe that inherits from *native*. I removed do_compile task using: *deltask do_compile* When i was ruing bitbake my-recipe all works fine, but when I added recipe to *EXTRA_IMAGEDEPENDS *and run* bitbake core-image-minimal *tasks were reordered in some strange way that task

[yocto] Adding machine in own layer with the same name as machine in different layer

2015-05-20 Thread Marcin Krzemiński
Hi, I have my own layer and I want to add machine named qemuarm to use runqemu scrips ac close as possible original scripts from poky. When I try to build this machine it seems that recipes from qemuarm are used. Is it possible to do it or should I use different name? Regards, Marcin --

[yocto] Package group in one ipk package

2015-05-05 Thread Marcin Krzemiński
Hi, I have a question. I created my own package group containing 12 packages and I want if possible to make yocto to create one ipk package to system update instead of twelve. Is it possible? I can not fin any solution to it. Regards, Marcin -- ___

Re: [yocto] Package group in one ipk package

2015-05-05 Thread Marcin Krzemiński
, Ross ross.bur...@intel.com: On 5 May 2015 at 09:30, Marcin Krzemiński mar.krzemin...@gmail.com wrote: I have a question. I created my own package group containing 12 packages and I want if possible to make yocto to create one ipk package to system update instead of twelve. Is it possible? I

Re: [yocto] Initramfs image name (INITRAMFS_IMAGE)

2015-04-22 Thread Marcin Krzemiński
...@linux.intel.com: Hi Marcin, On Tuesday 21 April 2015 08:54:49 Marcin Krzemiński wrote: I want to set my initramfs image name in my image recipe. In local.conf I've set: INITRAMFS_IMAGE_BUNDLE=1 In my image recipe I am setting image name: INITRAMFS_IMAGE = myimage-image-minimal

[yocto] Initramfs image name (INITRAMFS_IMAGE)

2015-04-21 Thread Marcin Krzemiński
Hi, I want to set my initramfs image name in my image recipe. In local.conf I've set: INITRAMFS_IMAGE_BUNDLE=1 In my image recipe I am setting image name: INITRAMFS_IMAGE = myimage-image-minimal Unfortunately when kernel recipe is parsed INITRAMFS_IMAGE variable i empty. running bitbake -e