diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-08-29 19:36:40 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-08-29 19:36:40 +0000 |
| commit | e2b7975aa96f64f334755baa93fa2ba3eb6e4962 (patch) | |
| tree | d144a9e9683eb1f10e67bab42db33ad43e5d2cb5 /meta/conf/machine/include | |
| parent | 5f17d07b014244bcff7f061e81ee00eef52c0937 (diff) | |
| download | poky-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')
| -rw-r--r-- | meta/conf/machine/include/qemu.inc | 3 | ||||
| -rw-r--r-- | meta/conf/machine/include/zaurus-2.6.inc | 4 |
2 files changed, 6 insertions, 1 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 | ||
| 10 | ROOT_FLASH_SIZE = "230" | 10 | ROOT_FLASH_SIZE = "230" |
| 11 | IMAGE_ROOTFS_SIZE_ext2 ?= "230000" | 11 | IMAGE_ROOTFS_SIZE_ext2 ?= "230000" |
| 12 | |||
| 13 | # Don't include kernels in standard images | ||
| 14 | RDEPENDS_kernel-base = "" | ||
diff --git a/meta/conf/machine/include/zaurus-2.6.inc b/meta/conf/machine/include/zaurus-2.6.inc index 84221b54b0..efa1704642 100644 --- a/meta/conf/machine/include/zaurus-2.6.inc +++ b/meta/conf/machine/include/zaurus-2.6.inc | |||
| @@ -44,4 +44,6 @@ zaurus_make_installkit () { | |||
| 44 | rm -rf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-installkit/ | 44 | rm -rf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-installkit/ |
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | RDEPENDS_kernel-base = "" \ No newline at end of file | 47 | # Don't include kernels in standard images for Zaurus machines |
| 48 | RDEPENDS_kernel-base = "" | ||
| 49 | KERNEL_IMAGETYPE = "zImage" | ||
