add necessary .bb files to build all c7x0 kernels in one run
authorMichael Lauer <mickey@vanille-media.de>
Mon, 14 Feb 2005 14:04:09 +0000 (14:04 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 14 Feb 2005 14:04:09 +0000 (14:04 +0000)
BKrev: 4210afd9YOo3SHfhwgXJQoiy1vGznQ

conf/machine/c7x0.conf
conf/machine/zaurus-clamshell-2.4.conf
conf/machine/zaurus-clamshell.conf
packages/linux/c7x0-kernels-2.4-embedix.bb [new file with mode: 0644]
packages/linux/corgi-kernel-2.4-embedix.bb [new file with mode: 0644]
packages/linux/husky-kernel-2.4-embedix.bb [new file with mode: 0644]
packages/linux/shepherd-kernel-2.4-embedix.bb [new file with mode: 0644]

index e69de29..5caa6de 100644 (file)
@@ -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 :)
index 292a157..a216581 100644 (file)
@@ -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"
index 087ee9f..f701768 100644 (file)
@@ -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 (file)
index 0000000..e69de29
diff --git a/packages/linux/corgi-kernel-2.4-embedix.bb b/packages/linux/corgi-kernel-2.4-embedix.bb
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/linux/husky-kernel-2.4-embedix.bb b/packages/linux/husky-kernel-2.4-embedix.bb
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/linux/shepherd-kernel-2.4-embedix.bb b/packages/linux/shepherd-kernel-2.4-embedix.bb
new file mode 100644 (file)
index 0000000..e69de29