summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/ti33x.inc
diff options
context:
space:
mode:
authorJonathan Humphreys <j-humphreys@ti.com>2022-05-02 14:50:55 +0000
committerRyan Eatmon <reatmon@ti.com>2022-05-02 11:31:08 -0500
commite627b423aba13f9a753d98cb245b8fa4091bcd13 (patch)
treef9633ed90286a350cf6ba796937841c9c8be444f /meta-ti-bsp/conf/machine/include/ti33x.inc
parent60c27f59a79ef946ecfa472117a80b6aa357cddd (diff)
downloadmeta-ti-e627b423aba13f9a753d98cb245b8fa4091bcd13.tar.gz
conf: Enable bmap file for wic images on legacy platforms
To allow a consistent experience across current devices, enable wic.bmap file generation for AM3/4/5 images. Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti33x.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/ti33x.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc
index 38b0b66e..083a24b6 100644
--- a/meta-ti-bsp/conf/machine/include/ti33x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti33x.inc
@@ -61,7 +61,7 @@ EXTRA_IMAGEDEPENDS += "virtual/bootloader"
61# List common SoC features, may need to add touchscreen for specific machines 61# List common SoC features, may need to add touchscreen for specific machines
62MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 alsa ethernet gpu" 62MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 alsa ethernet gpu"
63 63
64IMAGE_FSTYPES += "tar.xz wic.xz" 64IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
65WKS_FILE ?= "sdimage-2part.wks" 65WKS_FILE ?= "sdimage-2part.wks"
66IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}" 66IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}"
67do_image_wic[depends] += "virtual/bootloader:do_deploy" 67do_image_wic[depends] += "virtual/bootloader:do_deploy"