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

Khem Raj raj.khem at gmail.com
Fri Nov 2 09:50:18 PDT 2018


On Fri, Nov 2, 2018 at 8:48 AM João Gonçalves
<joao.jfgoncalves at gmail.com> 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 just to install the data files extracted from the ipkg file. Anyway I also tried to extract the binary files form the package and use the bin_package class to install them, but with no success.
>
> Does anyone have any example of this?
>

once you point SRC_URI to your ipk
inherit bin_package should be then able to help in repackaging it
you have to post specific errors so we can see what might be going on

> Thanks,
> João Gonçalves
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


More information about the yocto mailing list