From fba2f2496d1855a307b8279ff947c770ad507e0b Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Fri, 13 Mar 2009 20:42:25 +0100 Subject: Update sam9260/1/3 and ap7000 (stk100,ngw100) to use linux-2.6.28, u-boot-2009.01 and at91bootstrap-2.10 --- conf/machine/at91sam9263ek.conf | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'conf/machine/at91sam9263ek.conf') diff --git a/conf/machine/at91sam9263ek.conf b/conf/machine/at91sam9263ek.conf index 9fd34f95a0..e633148172 100644 --- a/conf/machine/at91sam9263ek.conf +++ b/conf/machine/at91sam9263ek.conf @@ -3,14 +3,24 @@ #@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" +KERNEL_IMAGETYPE = "uImage" +PREFERRED_VERSION_u-boot = "2009.01" +UBOOT_MACHINE = "at91sam9263ek_config" + +PREFERRED_VERSION_at91bootstrap = "2.10" + #don't try to access tty1 USE_VT = "0" -MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen" +MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen touchscreen" +EXTRA_IMAGEDEPENDS += "u-boot" +EXTRA_IMAGEDEPENDS += "at91bootstrap" # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttyS0" @@ -19,4 +29,3 @@ EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" require conf/machine/include/tune-arm926ejs.inc -KERNEL_IMAGETYPE = "uImage" -- cgit 1.2.3-korg