Re: [yocto] Installing empty directory

2024-12-05 Thread Jesus Jimenez Sanchez via lists.yoctoproject.org
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

Re: [yocto] Installing empty directory

2024-12-05 Thread aravind posina via lists.yoctoproject.org
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

Re: [yocto] Installing empty directory

2024-12-04 Thread Carlos via lists.yoctoproject.org
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&

[yocto] Installing empty directory

2024-12-04 Thread Jesus Jimenez Sanchez via lists.yoctoproject.org
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