**** BEGIN LOGGING AT Fri May 31 02:59:58 2019 May 31 11:52:19 hey. im making some bbclasses that package a kernel and some other blobs into a container format that can be loaded into a custom bootloader. How would I package the other blobs (prebuilt binaries) in OE? Best I can come up with now is to make a recipe for each blob that inherits deploy and deploys the blobs to DEPLOYDIR, and then the bbclass can DEPENDS on those and pick up the blobs from DEPLOY_DIR_IMAGE. Is May 31 11:52:21 this the "OE"-way to do it? May 31 11:58:44 this seems reasonable May 31 20:51:43 seems like my image somehow depends on qemu-native. i've disabled gobject-introspection and BACKFILL_CONSIDERED qemu-usermode. What else could be causing this? if I look at bitbake -g recipe-depends.dot, seems like my image directly depends on qemu-native. How can i tell how the dependency is added? May 31 21:07:27 actually, image.bbclass pulls in qemuwrapper-cross which in turn pulls in qemu-native. I just don't understand why.. **** ENDING LOGGING AT Sat Jun 01 02:59:57 2019