aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/devkitidp-pxa255.conf
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2007-01-06 20:35:13 +0000
committerCliff Brake <cbrake@bec-systems.com>2007-01-06 20:35:13 +0000
commit0a5d6e6d97f345848ee3cd44e6d49ecfb65f543f (patch)
tree12ec4ef727ed8f500e9e7a5db0a6e977976bd9d8 /conf/machine/devkitidp-pxa255.conf
parentbe6d117d14cf61b91e5c9b992407dbe20821e2ce (diff)
downloadopenembedded-0a5d6e6d97f345848ee3cd44e6d49ecfb65f543f.tar.gz
devkitidp-pxa255 2.6.11: drop this version
Diffstat (limited to 'conf/machine/devkitidp-pxa255.conf')
-rw-r--r--conf/machine/devkitidp-pxa255.conf12
1 files changed, 7 insertions, 5 deletions
diff --git a/conf/machine/devkitidp-pxa255.conf b/conf/machine/devkitidp-pxa255.conf
index 029246a8c2..468c2ebd7d 100644
--- a/conf/machine/devkitidp-pxa255.conf
+++ b/conf/machine/devkitidp-pxa255.conf
@@ -5,12 +5,12 @@
TARGET_ARCH = "arm"
GUI_MACHINE_CLASS = "bigscreen"
-PACKAGE_EXTRA_ARCHS = "armv5te"
+PACKAGE_EXTRA_ARCHS = "armv4 armv5te"
-PREFERRED_PROVIDER_virtual/bootloader = "uboot-${MACHINE}"
-PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
-
-BOOTSTRAP_EXTRA_RDEPENDS += "uboot-${MACHINE} ${MACHINE}-kernel"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
+PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}"
+PREFERRED_VERSION_u-boot = "1.1.6"
+UBOOT_MACHINE = "pxa255_idp_config"
require conf/machine/include/tune-xscale.conf
@@ -20,4 +20,6 @@ SERIAL_CONSOLE = "115200 ttyS0"
# used by opie-collections.inc
ROOT_FLASH_SIZE = "32"
+MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen alsa"
+MACHINE_TASK_PROVIDER = "task-base"