Le mar. 8 oct. 2024 à 11:27, salahaldeen.alt...@yahoo.com via
lists.yoctoproject.org <salahaldeen.altous=yahoo....@lists.yoctoproject.org>
a écrit :

> Hi All,
>
> I have one request from one custom to fetch the recipe from ipk package,
> is this recommended?
> Does any one tested fetching from ipk?
>
> the recipe looks like this
>
> SRC_URI = "http://your-server-url/path/to/package.ipk";
> # Fetches the IPK and unpacks it
> do_unpack[depends] += "opkg-native:do_populate_sysroot"
> S = "${WORKDIR}"
>
> # Install the package using opkg
> do_install() {
>     opkg-cl -o ${D} install ${WORKDIR}/package.ipk
> }
>

This looks like the bin_package class:
https://git.yoctoproject.org/poky/plain/meta/classes-recipe/bin_package.bbclass
https://docs.yoctoproject.org/ref-manual/classes.html#bin-package

Have you found/looked into it?


>
> Regards,
> Salahaldeen
>
> 
>
>

-- 
Yoann Congal
Smile ECS - Tech expert
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63964): https://lists.yoctoproject.org/g/yocto/message/63964
Mute This Topic: https://lists.yoctoproject.org/mt/108885904/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

  • [yocto] Does yocto... salahaldeen.alt...@yahoo.com via lists.yoctoproject.org
    • Re: [yocto] D... Yoann Congal via lists.yoctoproject.org
      • Re: [yoct... salahaldeen.alt...@yahoo.com via lists.yoctoproject.org

Reply via email to