summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2020-03-28 20:51:38 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-21 19:46:06 +0300
commit8bf3d5b6610c5b0b0519b177464abae440a94a29 (patch)
tree7ca295d584a62a568fe94449797740a9e656c1d7 /meta-ibm/meta-witherspoon
parentb2e743fd5d900fa23ae2e56fbbc4e84583874875 (diff)
downloadopenbmc-8bf3d5b6610c5b0b0519b177464abae440a94a29.tar.xz
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 <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-ibm/meta-witherspoon')
-rw-r--r--meta-ibm/meta-witherspoon/conf/machine/witherspoon-tacoma.conf4
1 files changed, 3 insertions, 1 deletions
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"