summaryrefslogtreecommitdiff
path: root/meta/conf/machine/htcuniversal.conf
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/htcuniversal.conf
parent5f17d07b014244bcff7f061e81ee00eef52c0937 (diff)
downloadopenembedded-core-e2b7975aa96f64f334755baa93fa2ba3eb6e4962.tar.gz
openembedded-core-e2b7975aa96f64f334755baa93fa2ba3eb6e4962.tar.bz2
openembedded-core-e2b7975aa96f64f334755baa93fa2ba3eb6e4962.tar.xz
openembedded-core-e2b7975aa96f64f334755baa93fa2ba3eb6e4962.zip
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/htcuniversal.conf')
-rw-r--r--meta/conf/machine/htcuniversal.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/machine/htcuniversal.conf b/meta/conf/machine/htcuniversal.conf
index 922c13c0f..86c1d0dbb 100644
--- a/meta/conf/machine/htcuniversal.conf
+++ b/meta/conf/machine/htcuniversal.conf
@@ -26,3 +26,7 @@ module_autoload_acx = "acx"
module_autoload_htcuniversal_acx = "htcuniversal_acx"
IMAGE_FSTYPES ?= "tar.gz"
+
+# Don't include kernels in standard images for Zaurus machines
+RDEPENDS_kernel-base = ""
+KERNEL_IMAGETYPE = "zImage"