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
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:
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
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