]> code.ossystems Code Review - openembedded-core.git/commitdiff
conf/machine: Set KERNEL_IMAGE_TYPE and kernel-base RDEPENDS for various machines
authorRichard Purdie <richard@openedhand.com>
Wed, 29 Aug 2007 19:36:40 +0000 (19:36 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 29 Aug 2007 19:36:40 +0000 (19:36 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2599 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/machine/htcuniversal.conf
meta/conf/machine/hx2000.conf
meta/conf/machine/include/qemu.inc
meta/conf/machine/include/zaurus-2.6.inc
meta/conf/machine/qemuarm.conf
meta/conf/machine/qemux86.conf

index 922c13c0f592795bb825f5132d607b3865f8cd08..86c1d0dbb5582f06e57285f86802105a35dfeb87 100644 (file)
@@ -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"
index d7077af593a130eec93bc47bfccbba2bb9661981..5a896c8f3112a7dd4099ac2edb8baeba95a945fd 100644 (file)
@@ -61,3 +61,7 @@ module_autoload_pxa27x_udc = "pxa27x_udc"
 
 #FIXME: this should be controlled by a userspace utility later.
 module_autoload_g_ether = "g_ether"
+
+# Don't include kernels in standard images for Zaurus machines
+RDEPENDS_kernel-base = ""
+KERNEL_IMAGETYPE = "zImage"
index ed8547867b94273d0c6a382d3d7311cfc889e910..d84f1efb263ca478077c7a5c0a230678af46fd0a 100644 (file)
@@ -9,3 +9,6 @@ IMAGE_FSTYPES ?= "tar.bz2 ext2"
 
 ROOT_FLASH_SIZE = "230"
 IMAGE_ROOTFS_SIZE_ext2 ?= "230000"
+
+# Don't include kernels in standard images
+RDEPENDS_kernel-base = ""
index 84221b54b0a8bfd6245cd383867541290a16998a..efa1704642e1b315ae968274534565a96fb519c9 100644 (file)
@@ -44,4 +44,6 @@ zaurus_make_installkit () {
     rm -rf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-installkit/     
 }
 
-RDEPENDS_kernel-base = ""
\ No newline at end of file
+# Don't include kernels in standard images for Zaurus machines
+RDEPENDS_kernel-base = ""
+KERNEL_IMAGETYPE = "zImage"
index 745928b2521426d8140331d1bbf6cf6190f9f310..6a2fe6feb96636c7769d1c4cfcc47d5e0a52f259 100644 (file)
@@ -8,6 +8,8 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv5te"
 require conf/machine/include/qemu.inc
 require conf/machine/include/tune-arm926ejs.inc
 
+KERNEL_IMAGETYPE = "zImage"
+
 SERIAL_CONSOLE = "115200 ttyAMA0"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
index db0eb1a966266ef1e7decb970e00f341b87fda7a..2378a9990e7ee44ef19c13cfe55f0419a8b7a601 100644 (file)
@@ -7,6 +7,8 @@ PACKAGE_EXTRA_ARCHS = "x86"
 
 require conf/machine/include/qemu.inc
 
+KERNEL_IMAGETYPE = "bzImage"
+
 SERIAL_CONSOLE = "115200 ttyS0"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-rp"