Re: [yocto] Install a pre-build ipkg package at build time

2018-11-07 Thread João Gonçalves
Thanks, I didn't know that I could point SRC_URI to a ipk just like a regullar tar file. I did that, pointed to our ipk server and it could download the ipk file. However during the do_rootfs task i got the following error: ERROR: kelvin-base-image-2.8b4-r0 do_rootfs: Error executing a python func

Re: [yocto] Install a pre-build ipkg package at build time

2018-11-05 Thread Khem Raj
On Mon, Nov 5, 2018 at 7:44 AM João Gonçalves wrote: > > Thanks, I didn't know that I could point SRC_URI to a ipk just like a > regullar tar file. > I did that, pointed to our ipk server and it could download the ipk file. > However during the do_rootfs task i got the following error: > > ERROR:

Re: [yocto] Install a pre-build ipkg package at build time

2018-11-02 Thread Khem Raj
On Fri, Nov 2, 2018 at 8:48 AM João Gonçalves wrote: > > Hi all, > > I have some pre-build opkg packages and I need to install them on my target > image, is this possible? > I tried to use the bin_package class but I didn't found any example, I'm also > not sure if it can be used this way or jus

[yocto] Install a pre-build ipkg package at build time

2018-11-02 Thread João Gonçalves
Hi all, I have some pre-build opkg packages and I need to install them on my target image, is this possible? I tried to use the bin_package class but I didn't found any example, I'm also not sure if it can be used this way or just to install the data files extracted from the ipkg file. Anyway I al