aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-amd-distro/conf/distro/poky-amd.conf14
1 files changed, 2 insertions, 12 deletions
diff --git a/meta-amd-distro/conf/distro/poky-amd.conf b/meta-amd-distro/conf/distro/poky-amd.conf
index fd4cd300..16abc73e 100644
--- a/meta-amd-distro/conf/distro/poky-amd.conf
+++ b/meta-amd-distro/conf/distro/poky-amd.conf
@@ -23,18 +23,8 @@ IMAGE_ROOTFS_EXTRA_SPACE = "51200"
INHERIT += "buildhistory"
BUILDHISTORY_COMMIT ?= "1"
-# IMAGE_FSTYPES "live" is enabled by default in oe-core which is
-# responsible for building both "iso" & "hddimg". Although the
-# right way to specify which ones to build is using NOISO & NOHDD
-# vars, there's a specific scenario where Toaster build artifacts
-# collection mechanism depends on the IMAGE_FSTYPES variable to
-# specify the image types explicitly (See: commit a5b1aa4).
-# Also, "iso" doesn't get built even if specified explicitly
-# because NOISO = "1" by default (See c787dcd in oe-core).
-# Therefore, we do as follows:
-IMAGE_FSTYPES += "wic wic.bmap iso"
-NOISO = "0"
-NOHDD = "1"
+# We only support IMAGE_FSTYPES "wic" and "iso"
+IMAGE_FSTYPES = "wic wic.bmap iso"
WKS_FILES ?= "amd-usbimage.wks"