Hi I get below error for the recipe which copies .tgz files to a directory
ERROR: lib32-xxxxxx-image-1.0-r0 do_prepare_recipe_sysroot: Manifest /home/x/projects/x/build-x/tmp/sstate-control/manifest-x86_64_ubuntu-20.04-sigma-tools-native.populate_sysroot not found in x86_64 x86_64_ubuntu-20.04 (variant '')? Here is my recipe SUMMARY = "Tools" LICENSE = "CLOSED" SAVEDDIR := "${THISDIR}/files" SRC_URI = "file://1xx.tgz \ file://2xx.tgz \ file://3xx.tgz \ file://4xx.tgz" do_install() { install -d ${D}/opt/tools install -m 0755 ${SAVEDDIR}/*.tgz ${D}/opt/tools } FILES_${PN} += "/opt/tools/*" Looking for suggestions for this error. I did trails writing do_prepare_recipe_sysroot() {} but I get same error. Please help me on this regard. Thanks umesh
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64092): https://lists.yoctoproject.org/g/yocto/message/64092 Mute This Topic: https://lists.yoctoproject.org/mt/109168052/21656 Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-