diff options
Diffstat (limited to 'recipes/images/bootstrap-image.bb')
-rw-r--r-- | recipes/images/bootstrap-image.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/images/bootstrap-image.bb b/recipes/images/bootstrap-image.bb new file mode 100644 index 0000000000..64577c4048 --- /dev/null +++ b/recipes/images/bootstrap-image.bb @@ -0,0 +1,7 @@ +DEPENDS = "${MACHINE_TASK_PROVIDER}" + +IMAGE_LINGUAS = "" +IMAGE_INSTALL = "${MACHINE_TASK_PROVIDER}" + +inherit image + |