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 } Regards, Salahaldeen
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63962): https://lists.yoctoproject.org/g/yocto/message/63962 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] -=-=-=-=-=-=-=-=-=-=-=-