From 452cb98323f4aadf8ada8c9bacf1238f7b3b3e89 Mon Sep 17 00:00:00 2001 From: Jamie Gibbons Date: Wed, 12 Feb 2025 09:21:19 +0000 Subject: [PATCH] configs/beaglev_fire: add support for overlays and update script When applying overlays at boot time all dtbs need to be compiled with the `-@` flag. Set the appropriate config to do this. Reviewed-by: Conor Dooley Signed-off-by: Jamie Gibbons Signed-off-by: Romain Naour --- configs/beaglev_fire_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/beaglev_fire_defconfig b/configs/beaglev_fire_defconfig index 1d26a78f07..bfaa8208e9 100644 --- a/configs/beaglev_fire_defconfig +++ b/configs/beaglev_fire_defconfig @@ -12,6 +12,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4microchip,linux,li BR2_LINUX_KERNEL_DEFCONFIG="mpfs" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="microchip/mpfs-beaglev-fire" +BR2_LINUX_KERNEL_DTB_OVERLAY_SUPPORT=y BR2_PACKAGE_MTD=y BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y