summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/qemu.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-29 19:36:40 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-29 19:36:40 +0000
commite2b7975aa96f64f334755baa93fa2ba3eb6e4962 (patch)
treed144a9e9683eb1f10e67bab42db33ad43e5d2cb5 /meta/conf/machine/include/qemu.inc
parent5f17d07b014244bcff7f061e81ee00eef52c0937 (diff)
downloadpoky-e2b7975aa96f64f334755baa93fa2ba3eb6e4962.tar.gz
conf/machine: Set KERNEL_IMAGE_TYPE and kernel-base RDEPENDS for various machines
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2599 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/include/qemu.inc')
-rw-r--r--meta/conf/machine/include/qemu.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index ed8547867b..d84f1efb26 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -9,3 +9,6 @@ IMAGE_FSTYPES ?= "tar.bz2 ext2"
9 9
10ROOT_FLASH_SIZE = "230" 10ROOT_FLASH_SIZE = "230"
11IMAGE_ROOTFS_SIZE_ext2 ?= "230000" 11IMAGE_ROOTFS_SIZE_ext2 ?= "230000"
12
13# Don't include kernels in standard images
14RDEPENDS_kernel-base = ""