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
This commit is contained in:
Richard Purdie 2007-08-29 19:36:40 +00:00
parent 5f17d07b01
commit e2b7975aa9
6 changed files with 18 additions and 1 deletions

View 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"

View 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"

View 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 = ""

View File

@ -44,4 +44,6 @@ zaurus_make_installkit () {
rm -rf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-installkit/
}
RDEPENDS_kernel-base = ""
# Don't include kernels in standard images for Zaurus machines
RDEPENDS_kernel-base = ""
KERNEL_IMAGETYPE = "zImage"

View 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"

View 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"