diff options
Diffstat (limited to 'recipes/images/pivotboot-image.bb')
-rw-r--r-- | recipes/images/pivotboot-image.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/images/pivotboot-image.bb b/recipes/images/pivotboot-image.bb new file mode 100644 index 0000000000..0aa7fdc575 --- /dev/null +++ b/recipes/images/pivotboot-image.bb @@ -0,0 +1,6 @@ +IMAGE_LINGUAS = "" +IMAGE_INSTALL = "task-pivotboot" + +DEPENDS = "task-pivotboot" + +inherit image |