bitbake-layers show-recipes "*-image-*"
bitbake -c devshell ${recipe}
Local development
SRC_URI = "git:///home/.../package;tag=DEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEF;protocol=file"
Or ?
SRC_URI = "gitsm:///home/user/mnt/${BPN};protocol=file;nobranch=1;destsuffix=${S}" SRCREV = "master" SRCREV = "devel/master" SRCREV = "DEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEF"
Error :
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. ${package}: * installed and not shipped files. [installed-vs-shipped]
Solution : += not =
FILES_${PN}-dbg +=
Misc :
SECURITY_CFLAGS_pn-foo = ""