summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2019-06-07 17:48:37 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-11 23:09:21 +0300
commit7bcc93cfc1bb55f85e3088ff02baaeb4d44d2c62 (patch)
tree21854e43693cf32e25d96cb1f5c6e26241dddd80 /meta-ibm
parentd405e5e9346b72c01ccc359d4cc10ee3fcb8971f (diff)
downloadopenbmc-7bcc93cfc1bb55f85e3088ff02baaeb4d44d2c62.tar.xz
swift.conf: Build an ext4 image
Build an ext4 image for swift to be used in its eMMC chip. Tested: An ext4 image was built in addition to the current ubi ones. (From meta-ibm rev: 59bef037b63a73626434bfbfa22e1a53ca7133cd) Change-Id: I102b821754e2dd4998797f29bb935bd69324e8a3 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/meta-witherspoon/conf/machine/swift.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ibm/meta-witherspoon/conf/machine/swift.conf b/meta-ibm/meta-witherspoon/conf/machine/swift.conf
index bca1ed3f9..077d0b558 100644
--- a/meta-ibm/meta-witherspoon/conf/machine/swift.conf
+++ b/meta-ibm/meta-witherspoon/conf/machine/swift.conf
@@ -1,5 +1,7 @@
require conf/machine/witherspoon.conf
+IMAGE_FSTYPES += "ext4"
+
KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
PHOSPHOR_MRW_LICENSE = "Apache-2.0"