Skip to content

Commit

Permalink
configs: build FIT images for byron/coronet/dagger as default
Browse files Browse the repository at this point in the history
Signed-off-by: Joacim Zetterling <[email protected]>
  • Loading branch information
joazet committed Dec 7, 2023
1 parent ca71382 commit f94502d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configs/netbox_os_byron_defconfig.m4
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="versatile-pb"
dnl Build FIT image for U-Boot, useful on all Byron builds
NETBOX_IMAGE_FIT=y

NETBOX_PLAT_byron=y

3 changes: 3 additions & 0 deletions configs/netbox_os_coronet_defconfig.m4
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ dnl Linux insists on building an uImage as part of "make all",
dnl which requires mkimage.
BR2_PACKAGE_HOST_UBOOT_TOOLS=y
BR2_LINUX_KERNEL_ZIMAGE=y

dnl Build FIT image for U-Boot, useful on all Envoy builds
NETBOX_IMAGE_FIT=y
3 changes: 3 additions & 0 deletions configs/netbox_os_dagger_defconfig.m4
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ dnl Linux insists on building an uImage as part of "make all",
dnl which requires mkimage.
BR2_PACKAGE_HOST_UBOOT_TOOLS=y
BR2_LINUX_KERNEL_ZIMAGE=y

dnl Build FIT image for U-Boot, useful on all Envoy builds
NETBOX_IMAGE_FIT=y

0 comments on commit f94502d

Please sign in to comment.