From 43b7e46fc0bfe227686799f49ba698686b58f04b Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 25 Oct 2006 18:40:01 +0000 Subject: handhelds-sa-2.6, handhelds-un-2.6: Superceded by linux-handhelds-2.6, remove. linux-handhelds-2.6: Take COMPATIBLE_MACHINES from the removed recipes. --- conf/machine/jornada56x.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/jornada56x.conf b/conf/machine/jornada56x.conf index a4a6af1f71..d6b3c70454 100644 --- a/conf/machine/jornada56x.conf +++ b/conf/machine/jornada56x.conf @@ -4,7 +4,7 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_xserver = "xserver-kdrive" -PREFERRED_PROVIDER_virtual/kernel = "handhelds-sa-2.6" +PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules module-init-tools" -- cgit v1.2.3 From 4374bb4c6f490718d8e69220dc6640b2a60bc95e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 25 Oct 2006 19:19:54 +0000 Subject: ep93xx: convert to task-base --- conf/machine/ep93xx.conf | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'conf') diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf index 955344344a..82905dd089 100644 --- a/conf/machine/ep93xx.conf +++ b/conf/machine/ep93xx.conf @@ -11,16 +11,7 @@ PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" #don't try to access tty1 USE_VT = "0" - - -#ship in rootfs: -EP93XX_MODULES = "kernel-module-apm \ - kernel-module-pcmcia-core \ - kernel-module-ipv6 " - -BOOTSTRAP_EXTRA_RRECOMMENDS += "${EP93XX_MODULES}" -BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools" - +MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost" # used by sysvinit_2 SERIAL_CONSOLE = "57600 ttyAM0" -- cgit v1.2.3 From eaee660696fc304f2cc9de2b15361872ce566547 Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Wed, 25 Oct 2006 21:58:55 +0000 Subject: compulab-pxa270: Add machine and kernel support for compulab PXA270 module --- conf/machine/compulab-pxa270.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 conf/machine/compulab-pxa270.conf (limited to 'conf') diff --git a/conf/machine/compulab-pxa270.conf b/conf/machine/compulab-pxa270.conf new file mode 100644 index 0000000000..38bc900050 --- /dev/null +++ b/conf/machine/compulab-pxa270.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@Name: Compulab PXA270 system +#@DESCRIPTION: Machine configuration for LogicPD PXA270 system +#OLDEST_KERNEL = "2.6.17" +TARGET_ARCH = "arm" +PREFERRED_VERSION_logicpd-pxa270 = "2.6.17" +GUI_MACHINE_CLASS = "bigscreen" + +PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}" +IPKG_EXTRA_ARCHS = "armv4 armv5te" + +include conf/machine/include/tune-xscale.conf + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttySA0" + +# used by opie-collections.inc +ROOT_FLASH_SIZE = "32" + +EXTRA_IMAGECMD_jffs2 = "--pad=0x1000000 --eraseblock=0x40000" + + -- cgit v1.2.3