diff options
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/htcuniversal.conf | 4 | ||||
-rw-r--r-- | meta/conf/machine/hx2000.conf | 4 | ||||
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 3 | ||||
-rw-r--r-- | meta/conf/machine/include/zaurus-2.6.inc | 4 | ||||
-rw-r--r-- | meta/conf/machine/qemuarm.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine/qemux86.conf | 2 |
6 files changed, 18 insertions, 1 deletions
diff --git a/meta/conf/machine/htcuniversal.conf b/meta/conf/machine/htcuniversal.conf index 922c13c0f5..86c1d0dbb5 100644 --- a/meta/conf/machine/htcuniversal.conf +++ b/meta/conf/machine/htcuniversal.conf | |||
@@ -26,3 +26,7 @@ module_autoload_acx = "acx" | |||
26 | module_autoload_htcuniversal_acx = "htcuniversal_acx" | 26 | module_autoload_htcuniversal_acx = "htcuniversal_acx" |
27 | 27 | ||
28 | IMAGE_FSTYPES ?= "tar.gz" | 28 | IMAGE_FSTYPES ?= "tar.gz" |
29 | |||
30 | # Don't include kernels in standard images for Zaurus machines | ||
31 | RDEPENDS_kernel-base = "" | ||
32 | KERNEL_IMAGETYPE = "zImage" | ||
diff --git a/meta/conf/machine/hx2000.conf b/meta/conf/machine/hx2000.conf index d7077af593..5a896c8f31 100644 --- a/meta/conf/machine/hx2000.conf +++ b/meta/conf/machine/hx2000.conf | |||
@@ -61,3 +61,7 @@ module_autoload_pxa27x_udc = "pxa27x_udc" | |||
61 | 61 | ||
62 | #FIXME: this should be controlled by a userspace utility later. | 62 | #FIXME: this should be controlled by a userspace utility later. |
63 | module_autoload_g_ether = "g_ether" | 63 | module_autoload_g_ether = "g_ether" |
64 | |||
65 | # Don't include kernels in standard images for Zaurus machines | ||
66 | RDEPENDS_kernel-base = "" | ||
67 | KERNEL_IMAGETYPE = "zImage" | ||
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" | ||
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index 745928b252..6a2fe6feb9 100644 --- a/meta/conf/machine/qemuarm.conf +++ b/meta/conf/machine/qemuarm.conf | |||
@@ -8,6 +8,8 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv5te" | |||
8 | require conf/machine/include/qemu.inc | 8 | require conf/machine/include/qemu.inc |
9 | require conf/machine/include/tune-arm926ejs.inc | 9 | require conf/machine/include/tune-arm926ejs.inc |
10 | 10 | ||
11 | KERNEL_IMAGETYPE = "zImage" | ||
12 | |||
11 | SERIAL_CONSOLE = "115200 ttyAMA0" | 13 | SERIAL_CONSOLE = "115200 ttyAMA0" |
12 | 14 | ||
13 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | 15 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" |
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index db0eb1a966..2378a9990e 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -7,6 +7,8 @@ PACKAGE_EXTRA_ARCHS = "x86" | |||
7 | 7 | ||
8 | require conf/machine/include/qemu.inc | 8 | require conf/machine/include/qemu.inc |
9 | 9 | ||
10 | KERNEL_IMAGETYPE = "bzImage" | ||
11 | |||
10 | SERIAL_CONSOLE = "115200 ttyS0" | 12 | SERIAL_CONSOLE = "115200 ttyS0" |
11 | 13 | ||
12 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | 14 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" |