diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-17 12:29:22 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-17 12:29:22 +0000 |
commit | 485810a54939251098f846613431b1b5ea9e5c0e (patch) | |
tree | ff8879e42d151af9cea7d39c079e754b4b58a272 | |
parent | a166c448edd8159b8e2dab97f9b439d7ea06dee4 (diff) |
nokia770.conf: add armv4t as extra ipkg arch
-rw-r--r-- | conf/machine/nokia770.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/nokia770.conf b/conf/machine/nokia770.conf index 7069639330..aa57bb4563 100644 --- a/conf/machine/nokia770.conf +++ b/conf/machine/nokia770.conf @@ -2,7 +2,7 @@ #@NAME: Nokia 770 internet tablet #@DESCRIPTION: Machine configuration for the Nokia 770, an omap 1710 based tablet TARGET_ARCH = "arm" -IPKG_EXTRA_ARCHS = "armv4 armv5te" +IPKG_EXTRA_ARCHS = "armv4 armv4t armv5te" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap" PREFERRED_PROVIDER_virtual/bootloader = "" @@ -33,4 +33,4 @@ ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" -MACHINE_TASK_PROVIDER = "task-base"
\ No newline at end of file +MACHINE_TASK_PROVIDER = "task-base" |