summaryrefslogtreecommitdiffstats
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:22:08 +0000
commit1b868bbd0b2a81cd6d09cf2fa8edc41fb56e042a (patch)
treefe2667da3855f4f9b60865cf36a5be01fa023f5c /meta/recipes-core/images
parentad1f3d96cfb542de3157dca6694295519c39e0bb (diff)
downloadpoky-1b868bbd0b2a81cd6d09cf2fa8edc41fb56e042a.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. (From OE-Core rev: d29b2ddb532a59143fe160251e57c9216a3c720d) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
1IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted"
2
3POKY_EXTRA_INSTALL = "\
4 task-self-hosted \
5 "
6
7IMAGE_ROOTFS_EXTRA_SPACE = "1048576"
8
9inherit core-image
10
11PR = "r0"