From 8bf3d5b6610c5b0b0519b177464abae440a94a29 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Sat, 28 Mar 2020 12:51:38 -0500 Subject: tacoma: Build a wic image Build a wic image with the zImage and device tree in the /boot partition. Rename the device tree to aspeed-bmc.dtb so that it's generic instead of having the machine name in the file. (From meta-ibm rev: 09415220c11012635c5de3e9e70ef17d1956ecc4) Change-Id: I0beb845d2de8a2b92d8f7300081054ab04265b52 Signed-off-by: Adriana Kobylak Signed-off-by: Andrew Geissler --- meta-ibm/meta-witherspoon/conf/machine/witherspoon-tacoma.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/conf/machine/witherspoon-tacoma.conf b/meta-ibm/meta-witherspoon/conf/machine/witherspoon-tacoma.conf index 4d94d9e9de..774f127dee 100644 --- a/meta-ibm/meta-witherspoon/conf/machine/witherspoon-tacoma.conf +++ b/meta-ibm/meta-witherspoon/conf/machine/witherspoon-tacoma.conf @@ -2,7 +2,9 @@ KERNEL_DEVICETREE = "aspeed-bmc-opp-tacoma.dtb" UBOOT_MACHINE = "ast2600_openbmc_defconfig" UBOOT_DEVICETREE = "ast2600-tacoma" -IMAGE_FSTYPES += "ext4 mmc-ext4-tar" +IMAGE_FSTYPES += "wic.xz mmc-ext4-tar" +KERNEL_IMAGETYPES += "zImage" +IMAGE_BOOT_FILES = "zImage ${KERNEL_DEVICETREE};aspeed-bmc.dtb" OBMC_POWER_SUPPLY_INSTANCES = "0 1" -- cgit v1.2.3