From d29b2ddb532a59143fe160251e57c9216a3c720d Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 3 Nov 2011 13:11:41 -0700 Subject: 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 Signed-off-by: Dexuan Cui Signed-off-by: Zhai Edwin --- meta/recipes-core/images/self-hosted-image.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/recipes-core/images/self-hosted-image.bb (limited to 'meta/recipes-core/images') 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" -- cgit 1.2.3-korg