[oe-commits] Ulf Samuelsson : Update support for at91sam9263ek

git version control git at git.openembedded.org
Tue Aug 11 17:25:07 UTC 2009


Module: openembedded.git
Branch: ulf/linux-2.6.30.2
Commit: ecca05a03339e138274a934fa7ee51ed08ac1e78
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ecca05a03339e138274a934fa7ee51ed08ac1e78

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Tue Aug 11 19:24:33 2009 +0200

Update support for at91sam9263ek

---

 conf/machine/at91sam9263ek.conf |   27 +++++----------------------
 1 files changed, 5 insertions(+), 22 deletions(-)

diff --git a/conf/machine/at91sam9263ek.conf b/conf/machine/at91sam9263ek.conf
index f052170..04d3c38 100644
--- a/conf/machine/at91sam9263ek.conf
+++ b/conf/machine/at91sam9263ek.conf
@@ -2,29 +2,12 @@
 #@Name: Atmel AT91SAM9263EK Development Platform
 #@DESCRIPTION: Machine configuration for the at91sam9263ek development board with a at91sam9263 processor
 
-TARGET_ARCH = "arm"
-#PACKAGE_EXTRA_ARCHS = "armv4t armv5te"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux"
-PREFERRED_VERSION_linux = "2.6.28"
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+include conf/machine/include/AT91-LCD.inc
 
-KERNEL_IMAGETYPE = "uImage"
+# Has no linux config file in OpenEmbedded
+LINUX26_CONFIG = "at91sam9263ek_defconfig"
 UBOOT_MACHINE = "at91sam9263ek_config"
+AT91BOOTSTRAP_BOARD = "at91sam9263ek"
 
-PREFERRED_VERSION_at91bootstrap = "2.10"
-
-#don't try to access tty1
-USE_VT = "0"
-
-MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen touchscreen"
-EXTRA_IMAGEDEPENDS += "u-boot"
-EXTRA_IMAGEDEPENDS += "at91bootstrap"
-
-# used by sysvinit_2
-SERIAL_CONSOLE = "115200 ttyS0"
-IMAGE_FSTYPES ?= "jffs2"
-EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
-
-require conf/machine/include/tune-arm926ejs.inc
-
+MACHINE_FEATURES += "usbhost"





More information about the Openembedded-commits mailing list