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/zaurus-2.6.inc | |
| 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/zaurus-2.6.inc')
| -rw-r--r-- | meta/conf/machine/include/zaurus-2.6.inc | 4 |
1 files changed, 3 insertions, 1 deletions
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" | ||
