From 2cc8fa8af311d6c1b906b6e1b851b13948d90216 Mon Sep 17 00:00:00 2001 From: "Reed, Joshua" Date: Tue, 5 Dec 2023 14:04:00 -0700 Subject: [PATCH] Include App Gen Tool in the STX build. Now that Armada has been deprecated from the app-gen-tool it can be included in the build. Reference to armada deprecation: https://review.opendev.org/c/starlingx/app-gen-tool/+/902600 Test Plan: Previously test in this review: https://review.opendev.org/c/starlingx/app-gen-tool/+/902095 Story: 2010937 Task: 49158 Change-Id: I8c2e2a40c4e1596ae00cb2515c2d6a83b41d3426 Signed-off-by: Reed, Joshua --- debian_iso_image.inc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 debian_iso_image.inc diff --git a/debian_iso_image.inc b/debian_iso_image.inc new file mode 100644 index 0000000..6ae65f0 --- /dev/null +++ b/debian_iso_image.inc @@ -0,0 +1,4 @@ +# List of packages to be included/installed in ISO + +#stx-app-generator +stx-app-generator \ No newline at end of file