Hello, I would like to have folder sdcard in root directory.
I have created dir X in the next path:
../yocto/meta-swi-extras/common/recipes/
In dir X i created file y.bb. I edited it in such way:
DESCRIPTION = "diag"
HOMEPAGE = "https://www.cea.fr"
LICENSE = "DmytroShytyiCEA"
do_install_append () {
install -d ${D}$/sdcard
}
FILES_${PN} += "/sdcard"
However It seems did not help. After image build(yocto) and flash it to wp85XX folder did not appear. Could you please point what should be modified (fixed) to overcome with the appeared issue?
Best Regards,