Message ID | 20250707203820.2554184-4-adrian.freihofer@siemens.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | FIT image beaglebone-yocto (poky part) | expand |
diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf index 321d2c27c2a..f5d89f3ce5a 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf @@ -37,6 +37,7 @@ PREFERRED_VERSION_linux-yocto ?= "6.12%" KERNEL_IMAGETYPE = "zImage" DTB_FILES = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" KERNEL_DEVICETREE = '${@' '.join('ti/omap/%s' % d for d in '${DTB_FILES}'.split())}' +FIT_CONF_DEFAULT_DTB = "am335x-boneblack.dtb" # Configure the image.bbclass to depend on the fitImage instead of only # the kernel to ensure the fitImage is built with the image