aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/twin-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/twin-image.bb')
-rw-r--r--recipes/images/twin-image.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/images/twin-image.bb b/recipes/images/twin-image.bb
new file mode 100644
index 0000000000..56677f5dda
--- /dev/null
+++ b/recipes/images/twin-image.bb
@@ -0,0 +1,16 @@
+DEPENDS = '${MACHINE_TASK_PROVIDER} \
+ twin \
+ orpheus \
+ nano \
+ vim \
+ mutt'
+
+IMAGE_INSTALL = '\
+ ${MACHINE_TASK_PROVIDER} \
+ twin \
+ orpheus \
+ nano \
+ vim \
+ mutt'
+
+inherit image