From: Michael Lauer Date: Mon, 14 Feb 2005 14:04:09 +0000 (+0000) Subject: add necessary .bb files to build all c7x0 kernels in one run X-Git-Tag: Release-2010-05/1~15024 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=463e0373e52fb568ce702ac466cf22637ee4aa06;p=openembedded.git add necessary .bb files to build all c7x0 kernels in one run BKrev: 4210afd9YOo3SHfhwgXJQoiy1vGznQ --- 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 \ diff --git a/packages/linux/c7x0-kernels-2.4-embedix.bb b/packages/linux/c7x0-kernels-2.4-embedix.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/linux/corgi-kernel-2.4-embedix.bb b/packages/linux/corgi-kernel-2.4-embedix.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/linux/husky-kernel-2.4-embedix.bb b/packages/linux/husky-kernel-2.4-embedix.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/linux/shepherd-kernel-2.4-embedix.bb b/packages/linux/shepherd-kernel-2.4-embedix.bb new file mode 100644 index 0000000000..e69de29bb2