diff mbox series

[2/3] configs/beaglev_fire: add support for overlays and update script

Message ID 20241022102426.220196-3-jamie.gibbons@microchip.com
State New
Headers show
Series Fixup Update Gateware Feature | expand

Commit Message

Jamie Gibbons Oct. 22, 2024, 10:24 a.m. UTC
When applying overlays at boot time all dtbs need to be compiled with
the `-@` flag. Set the appropriate config to do this.
The updated update-gateware script uses `stat` on the target to get the
size of firmware files, enable coreutils and it's dependency to make use
of this package on the target  when this script is used.

Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com>
---
 configs/beaglev_fire_defconfig | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/configs/beaglev_fire_defconfig b/configs/beaglev_fire_defconfig
index 5e1faf41b9..5d7115b914 100644
--- a/configs/beaglev_fire_defconfig
+++ b/configs/beaglev_fire_defconfig
@@ -12,7 +12,10 @@  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_BUSYBOX_SHOW_OTHERS=y
 BR2_PACKAGE_MTD=y
+BR2_PACKAGE_COREUTILS=y
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y