From 9d902fc4d75d18531e90dbb87f843fbd6971f45d Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Mon, 11 Dec 2006 14:08:09 +0000 Subject: compulab-pxa270.conf: convert to task-base --- conf/machine/compulab-pxa270.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/compulab-pxa270.conf b/conf/machine/compulab-pxa270.conf index b49bf48d07..12f82773d4 100644 --- a/conf/machine/compulab-pxa270.conf +++ b/conf/machine/compulab-pxa270.conf @@ -19,4 +19,6 @@ ROOT_FLASH_SIZE = "32" EXTRA_IMAGECMD_jffs2 = "--pad=0x1000000 --eraseblock=0x40000" +MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen alsa" +MACHINE_TASK_PROVIDER = "task-base" -- cgit v1.2.3 From 514c0ec267aca52243b5604bfe43c354fd62a32c Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Mon, 11 Dec 2006 14:08:26 +0000 Subject: logicpd-pxa270.conf: convert to task-base --- conf/machine/logicpd-pxa270.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/logicpd-pxa270.conf b/conf/machine/logicpd-pxa270.conf index dc41e7c2fd..8fd58bb5ed 100644 --- a/conf/machine/logicpd-pxa270.conf +++ b/conf/machine/logicpd-pxa270.conf @@ -24,4 +24,6 @@ ROOT_FLASH_SIZE = "32" EXTRA_IMAGECMD_jffs2 = "--pad=0x1000000 --eraseblock=0x40000" +MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen alsa" +MACHINE_TASK_PROVIDER = "task-base" -- cgit v1.2.3 From 8c3c711fb45f3cec67ef31fd813daf23a3d44a32 Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Mon, 11 Dec 2006 15:37:39 +0000 Subject: x86.conf: switch to task-base --- conf/machine/x86.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/x86.conf b/conf/machine/x86.conf index b2147f2c0d..91663dfd7c 100644 --- a/conf/machine/x86.conf +++ b/conf/machine/x86.conf @@ -8,7 +8,11 @@ TARGET_ARCH = "i486" PACKAGE_EXTRA_ARCHS = "x86" PREFERRED_PROVIDER_virtual/kernel = "linux-x86" # todo: convert to task-base -BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" +# BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" + +MACHINE_TASK_PROVIDER = "task-base" + +MACHINE_FEATURES = "kernel26 pci usbhost" udevdir = "/dev" OLDEST_KERNEL = "2.6.17" -- cgit v1.2.3 From e02900f927a0a92834573d2d209ed4ffdfe5347e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 11 Dec 2006 16:12:40 +0000 Subject: efika: add MACHINE_FEATURES --- conf/machine/efika.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine') diff --git a/conf/machine/efika.conf b/conf/machine/efika.conf index d2a0e542d8..5b2c87b55c 100644 --- a/conf/machine/efika.conf +++ b/conf/machine/efika.conf @@ -6,6 +6,7 @@ TARGET_ARCH = "powerpc" PACKAGE_EXTRA_ARCHS = "ppc ppc603e" +MACHINE_FEATURES = "kernel26 usbhost ext2 pci alsa" PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" -- cgit v1.2.3 From 9bd9a375ad327acbe3d013767b630b05393fab0f Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Tue, 12 Dec 2006 18:47:42 +0000 Subject: storcenter.conf: remove IPKG_ARCHS in favor of PACKAGE_EXTRA_ARCHS --- conf/machine/storcenter.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/storcenter.conf b/conf/machine/storcenter.conf index 2c21b521c3..a36684b758 100644 --- a/conf/machine/storcenter.conf +++ b/conf/machine/storcenter.conf @@ -1,7 +1,7 @@ TARGET_ARCH = "powerpc" TARGET_OS = "linux" # TARGET_VENDOR = "oe" -IPKG_ARCHS = "all ppc powerpc ppc603e ${MACHINE}" +PACKAGE_EXTRA_ARCHS = "ppc ppc603e" # terminal specs - console, but no other ports SERIAL_CONSOLE="115200 console" USE_VT="0" -- cgit v1.2.3