aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-11-03 13:11:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-29 11:19:53 +0000
commitd29b2ddb532a59143fe160251e57c9216a3c720d (patch)
treea90df0b2ce98ef862fc6c6e64831b7523b3ed247 /meta/recipes-core/images
parent264fb6c5a4875cd8969a24a9f0301ed916ab827b (diff)
downloadopenembedded-core-contrib-d29b2ddb532a59143fe160251e57c9216a3c720d.tar.gz
Self Hosted Image: Added Task and Images
This is the first pass of creating a self hosted image, this task and image can pass bitbake's sanity check (if modified to remove the cvs check) and can build psuedo, albit very slowly on qemu. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-core/images')
-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"