diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-02-14 14:04:09 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-02-14 14:04:09 +0000 |
commit | 463e0373e52fb568ce702ac466cf22637ee4aa06 (patch) | |
tree | 6dee5cfc0d5876e720d4812f2f04674740668262 /conf | |
parent | 0fb0533f531a77d0f90291f50e53fd70f06895ed (diff) |
add necessary .bb files to build all c7x0 kernels in one run
BKrev: 4210afd9YOo3SHfhwgXJQoiy1vGznQ
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/c7x0.conf | 13 | ||||
-rw-r--r-- | conf/machine/zaurus-clamshell-2.4.conf | 4 | ||||
-rw-r--r-- | conf/machine/zaurus-clamshell.conf | 1 |
3 files changed, 16 insertions, 2 deletions
diff --git a/conf/machine/c7x0.conf b/conf/machine/c7x0.conf index e69de29bb2..5caa6defae 100644 --- a/conf/machine/c7x0.conf +++ b/conf/machine/c7x0.conf @@ -0,0 +1,13 @@ +#@TYPE: Machine +#@NAME: Sharp Zaurus SL-C7x0 +#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C700, Sharp Zaurus SL-C750, Sharp Zaurus SL-C760, Sharp Zaurus SL-C860 devices + +include conf/machine/zaurus-clamshell.conf + +KERNEL_VERSION ?= "2.4" + +include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf + +ROOT_FLASH_SIZE = "32" + +# yes, the husky has 64MB, I know... Be happy, that way you can install more software :) diff --git a/conf/machine/zaurus-clamshell-2.4.conf b/conf/machine/zaurus-clamshell-2.4.conf index 292a157a4a..a216581e9b 100644 --- a/conf/machine/zaurus-clamshell-2.4.conf +++ b/conf/machine/zaurus-clamshell-2.4.conf @@ -1,5 +1,7 @@ +PREFERRED_PROVIDER_virtual/kernel = "c7x0-kernels-2.4-embedix.bb" -BOOTSTRAP_EXTRA_DEPENDS = "corgi-kernel shepherd-kernel husky-kernel hostap-modules orinoco-modules sharp-sdmmc-support chkhinge" +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel \ +hostap-modules orinoco-modules sharp-sdmmc-support chkhinge" BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules sharp-sdmmc-support \ kernel-module-net-fd kernel-module-registers kernel-module-pxa-bi \ kernel-module-usbdcore kernel-module-usbdmonitor chkhinge" diff --git a/conf/machine/zaurus-clamshell.conf b/conf/machine/zaurus-clamshell.conf index 087ee9fe75..f70176865e 100644 --- a/conf/machine/zaurus-clamshell.conf +++ b/conf/machine/zaurus-clamshell.conf @@ -7,7 +7,6 @@ MACHINE_ARCH = "${@['zaurus-clamshell', bb.data.getVar('MACHINE', d, 1)][bb.data IPKG_ARCHS = "all arm armv4 armv5te zaurus-clamshell ${MACHINE}" PREFERRED_PROVIDER_xserver = "xserver-kdrive" -PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa" BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel hostap-modules orinoco-modules sharp-sdmmc-support chkhinge" BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules sharp-sdmmc-support \ kernel-module-net-fd kernel-module-registers kernel-module-pxa-bi \ |