summaryrefslogtreecommitdiffstats
path: root/recipes/images/xterminal-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/xterminal-image.bb')
-rw-r--r--recipes/images/xterminal-image.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/images/xterminal-image.bb b/recipes/images/xterminal-image.bb
new file mode 100644
index 0000000000..726fbf7421
--- /dev/null
+++ b/recipes/images/xterminal-image.bb
@@ -0,0 +1,10 @@
+export IMAGE_BASENAME = "xterminal-image"
+
+IMAGE_LINGUAS = ""
+
+XTERMINAL_PACKAGES = "${MACHINE_TASK_PROVIDER} task-xterminal"
+
+IMAGE_INSTALL = "${XTERMINAL_PACKAGES}"
+DEPENDS = "${XTERMINAL_PACKAGES}"
+
+inherit image