Hello,

I am trying to add an empty directory using a recipe. I have this in the 
do_install:

do_install() {
install -d ${D}/bt_firmware
}

FILES_${PN} += "/bt_firmware"

But I get the following error:

Files/directories were installed but not shipped in any package:
/bt_firmware
Please set FILES such that these items are packaged. Alternatively if they are 
unneeded, avoid installing them or delete them within do_install.

What am I missing here? What should I add to get it shipped?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#64400): https://lists.yoctoproject.org/g/yocto/message/64400
Mute This Topic: https://lists.yoctoproject.org/mt/109922958/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to