To: yocto@lists.yoctoproject.org ; Jesus Jimenez
Sanchez
Subject: RE: [yocto] Installing empty directory
You don't often get email from carlos.bejar-colo...@philips.com. Learn why this
is important<https://aka.ms/LearnAboutSenderIdentification>
CAUTION: This email originate
ejar-Colonia, Carlos
> *Sent:* Wednesday 4 December 2024 16:53
> *To:* yocto@lists.yoctoproject.org ; Jesus
> Jimenez Sanchez
> *Subject:* RE: [yocto] Installing empty directory
>
> You don't often get email from carlos.bejar-colo...@philips.com. Learn
> why this
ct: [yocto] Installing empty directory
Caution: This e-mail originated from outside of Philips, be careful for
phishing.
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&
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