rauc / meta-rauc-community

Yocto/OpenEmbedded meta layer with examples for integration of RAUC, the embedded Linux A/B update framework
MIT License
45 stars 50 forks source link

ERROR: No recipes in default available for u-boot-tegra #69

Open ejoerns opened 11 months ago

ejoerns commented 11 months ago

Discussed in https://github.com/rauc/meta-rauc-community/discussions/68

Originally posted by **Oats-max** August 30, 2023 MACHINE: p3768-0000-p3767-0004 branch : kirkstone [...] ``` # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly POKY_BBLAYERS_CONF_VERSION = "2" BBPATH = "${TOPDIR}" BBFILES ?= "" BBLAYERS ?= " \ /Project/poky/meta \ /Project/poky/meta-poky \ /Project/poky/meta-yocto-bsp \ /Project/meta-rauc \ /Project/meta-tegra \ /Project/meta-openembedded/meta-oe \ /Project/meta-rauc-community/meta-rauc-tegra \ /Project/meta-openembedded/meta-python \ /Project/meta-openembedded/meta-networking \ /Project/meta-openembedded/meta-filesystems \ " ``` But when I exec 'bitbake core-image-minimal' image
ejoerns commented 11 months ago

Note: Affects master of meta-tegra, not kirkstone.