Hi All,

I have one request from a customer to fetch the SRC_URI from ipk package!! is 
that recommended?
this package is already compiled against the same yocto SDK

The recipe will 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
}

I have not seen any similar implementation in other meta layers!! any idea

Regards,
Salahaldeen
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63961): https://lists.yoctoproject.org/g/yocto/message/63961
Mute This Topic: https://lists.yoctoproject.org/mt/108885902/21656
Mute #poky:https://lists.yoctoproject.org/g/yocto/mutehashtag/poky
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to