aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/bootmanager-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/bootmanager-image.bb')
-rw-r--r--recipes/images/bootmanager-image.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/images/bootmanager-image.bb b/recipes/images/bootmanager-image.bb
new file mode 100644
index 0000000000..d829590188
--- /dev/null
+++ b/recipes/images/bootmanager-image.bb
@@ -0,0 +1,11 @@
+#Angstrom bootmanager image
+
+DEPENDS = "task-angstrom"
+IMAGE_INSTALL = "angstrom-base-depends angstrom-bootmanager"
+
+export IMAGE_BASENAME = "bootmanager-image"
+
+inherit image
+
+
+