So here I have,
--> BSP for My Target Machine
(successfully built yocto image in ubuntu14 and yocto-release is yocto-pyro).
Now I want to migrate this BSP into the Dunfell Version.
1.Created layer using bitbake
2.copied recipes from pyro layer
3. start with bitbake build Engine as bitbake-layers show-layers.(my bsp layer added)
4.But after that an error arose.
...................................................................................................................................................................................
Loading cache: 100% |#######################################################################################################################################################################| Time: 0:00:00
Loaded 3775 entries from dependency cache.
ERROR: No recipes available for:
/home/murali/test/sources/meta-boundary/recipes-browser/chromium/chromium_%.bbappend
/home/murali/test/sources/meta-boundary/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bbappend
/home/murali/test/sources/meta-boundary/recipes-bsp/u-boot/u-boot-script-boundary_git.bbappend
/home/murali/test/sources/meta-boundary/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
/home/murali/test/sources/meta-boundary/recipes-mozilla/firefox/firefox_45.5.1esr.bbappend
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
...............................................................................................................................................................................................
.....................................................................................................................................................................................................................................................................
murali@ubuntu:~/test/track_build$ bitbake-layers show-appends
NOTE: Starting bitbake server...
Parsing recipes: 100% |#####################################################################################################################################################################| Time: 0:00:50
Parsing of 2627 .bb files complete (0 cached, 2627 parsed). 3775 targets, 285 skipped, 0 masked, 0 errors.
ERROR: No recipes available for:
/home/murali/test/sources/meta-boundary/recipes-browser/chromium/chromium_%.bbappend
/home/murali/test/sources/meta-boundary/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bbappend
/home/murali/test/sources/meta-boundary/recipes-bsp/u-boot/u-boot-script-boundary_git.bbappend
/home/murali/test/sources/meta-boundary/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
/home/murali/test/sources/meta-boundary/recipes-mozilla/firefox/firefox_45.5.1esr.bbappend
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Traceback (most recent call last):
File "/home/murali/test/sources/poky/bitbake/bin/bitbake-layers", line 95, in <module>
ret = main()
File "/home/murali/test/sources/poky/bitbake/bin/bitbake-layers", line 85, in main
tinfoil.parse_recipes()
File "/home/murali/test/sources/poky/bitbake/lib/bb/tinfoil.py", line 452, in parse_recipes
self.run_actions(config_params)
File "/home/murali/test/sources/poky/bitbake/lib/bb/tinfoil.py", line 435, in run_actions
raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
......................................................................................................................................................................................................................................................................................
How to solve the above error?
Thanks and regards
Murali