summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
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
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')
-rw-r--r--meta-ti-bsp/conf/machine/include/omap-a15.inc2
-rw-r--r--meta-ti-bsp/conf/machine/include/ti33x.inc2
-rw-r--r--meta-ti-bsp/conf/machine/include/ti43x.inc2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/conf/machine/include/omap-a15.inc
index 9a2e0044..94ecab34 100644
--- a/meta-ti-bsp/conf/machine/include/omap-a15.inc
+++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc
@@ -49,7 +49,7 @@ UBI_VOLNAME = "rootfs"
49# List common SoC features, may need to add touchscreen for specific machines 49# List common SoC features, may need to add touchscreen for specific machines
50MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu mmip dsp gc320" 50MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu mmip dsp gc320"
51 51
52IMAGE_FSTYPES += "tar.xz wic.xz" 52IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
53WKS_FILE ?= "sdimage-2part.wks" 53WKS_FILE ?= "sdimage-2part.wks"
54IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}" 54IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}"
55do_image_wic[depends] += "u-boot:do_deploy" 55do_image_wic[depends] += "u-boot:do_deploy"
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"
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc
index 2c3a3770..8757b545 100644
--- a/meta-ti-bsp/conf/machine/include/ti43x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti43x.inc
@@ -61,7 +61,7 @@ EXTRA_IMAGEDEPENDS += "u-boot"
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 screen alsa ethernet gpu" 62MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen 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] += "u-boot:do_deploy" 67do_image_wic[depends] += "u-boot:do_deploy"