scripts: add build_stx.sh to support StarlingX build
[pti/rtp.git] / scripts / configs / local-stx.conf
diff --git a/scripts/configs/local-stx.conf b/scripts/configs/local-stx.conf
new file mode 100644 (file)
index 0000000..605c098
--- /dev/null
@@ -0,0 +1,21 @@
+#########################
+# Configs for StarlingX #
+#########################
+
+DISTRO = "poky-stx"
+MACHINE = "@BSP@"
+PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
+
+EXTRA_IMAGE_FEATURES = " \
+    debug-tweaks \
+    tools-sdk \
+    tools-debug \
+    package-management \
+"
+
+# For anaconda installer
+DISTRO_FEATURES_append = " anaconda-support"
+
+# For images
+IMAGE_FSTYPES += " tar.bz2 live"
+LABELS_LIVE = "install"