increase dvbapp PR.
[vuplus_openembedded] / conf / machine / at91sam9260ek.conf
index 59ef577..3fdfce4 100644 (file)
@@ -1,18 +1,24 @@
 #@TYPE: Machine
 #@Name: Atmel AT91SAM9260EK Development Platform
-#@DESCRIPTION: Machine.inciguration for the at91sam9260ek development board with a at91sam9260 processor
+#@DESCRIPTION: Machine configuration for the at91sam9260ek development board with a at91sam9260 processor
 
 TARGET_ARCH = "arm"
+#PACKAGE_EXTRA_ARCHS = "armv4t armv5te"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux"
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_VERSION_linux = "2.6.28"
 
 KERNEL_IMAGETYPE = "uImage"
+UBOOT_MACHINE = "at91sam9260ek_config"
+
+PREFERRED_VERSION_at91bootstrap = "2.10"
 
 #don't try to access tty1
 USE_VT = "0"
 
 MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget"
+EXTRA_IMAGEDEPENDS += "u-boot"
+EXTRA_IMAGEDEPENDS += "at91bootstrap"
 
 # used by sysvinit_2
 SERIAL_CONSOLE = "115200 ttyS0"