aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/self-hosted-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/images/self-hosted-image.bb')
-rw-r--r--meta/recipes-core/images/self-hosted-image.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb
new file mode 100644
index 0000000000..7ddba9c572
--- /dev/null
+++ b/meta/recipes-core/images/self-hosted-image.bb
@@ -0,0 +1,11 @@
+IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted"
+
+POKY_EXTRA_INSTALL = "\
+ task-self-hosted \
+ "
+
+IMAGE_ROOTFS_EXTRA_SPACE = "1048576"
+
+inherit core-image
+
+PR = "r0"