[oe-commits] Ulf Samuelsson : Set default at91bootstrap version to 2. 10 in at91 board files

GIT User account git at amethyst.openembedded.net
Thu Apr 2 00:19:27 UTC 2009


Module: openembedded.git
Branch: refs/remotes/origin/ulf/linux
Commit: cd6e0709f2c5d0ebf57cd56b09cab6eccdd20b74
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cd6e0709f2c5d0ebf57cd56b09cab6eccdd20b74

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Mon Mar 16 19:17:41 2009 +0100

Set default at91bootstrap version to 2.10 in at91 board files

---

 conf/machine/at91cap9adk.conf   |    2 ++
 conf/machine/at91sam9260ek.conf |    2 ++
 conf/machine/at91sam9261ek.conf |    2 ++
 conf/machine/at91sam9263ek.conf |    1 -
 conf/machine/at91sam9g20ek.conf |    2 ++
 conf/machine/at91sam9rlek.conf  |    2 ++
 6 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/conf/machine/at91cap9adk.conf b/conf/machine/at91cap9adk.conf
index 8ef9f5e..40dd5a5 100644
--- a/conf/machine/at91cap9adk.conf
+++ b/conf/machine/at91cap9adk.conf
@@ -13,6 +13,8 @@ KERNEL_IMAGETYPE = "uImage"
 PREFERRED_VERSION_u-boot = "2009.01"
 UBOOT_MACHINE = "at91cap9adk_config"
 
+PREFERRED_VERSION_at91bootstrap = "2.10"
+
 #don't try to access tty1
 USE_VT = "0"
 
diff --git a/conf/machine/at91sam9260ek.conf b/conf/machine/at91sam9260ek.conf
index 796f390..3882c11 100644
--- a/conf/machine/at91sam9260ek.conf
+++ b/conf/machine/at91sam9260ek.conf
@@ -13,6 +13,8 @@ KERNEL_IMAGETYPE = "uImage"
 PREFERRED_VERSION_u-boot = "2009.01"
 UBOOT_MACHINE = "at92sam9260ek_config"
 
+PREFERRED_VERSION_at91bootstrap = "2.10"
+
 #don't try to access tty1
 USE_VT = "0"
 
diff --git a/conf/machine/at91sam9261ek.conf b/conf/machine/at91sam9261ek.conf
index 5796936..a3a9be6 100644
--- a/conf/machine/at91sam9261ek.conf
+++ b/conf/machine/at91sam9261ek.conf
@@ -13,6 +13,8 @@ KERNEL_IMAGETYPE = "uImage"
 PREFERRED_VERSION_u-boot = "2009.01"
 UBOOT_MACHINE = "at92sam9261ek_config"
 
+PREFERRED_VERSION_at91bootstrap = "2.10"
+
 #don't try to access tty1
 USE_VT = "0"
 
diff --git a/conf/machine/at91sam9263ek.conf b/conf/machine/at91sam9263ek.conf
index 6a8e31e..e633148 100644
--- a/conf/machine/at91sam9263ek.conf
+++ b/conf/machine/at91sam9263ek.conf
@@ -7,7 +7,6 @@ TARGET_ARCH = "arm"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux"
 PREFERRED_VERSION_linux = "2.6.28"
-
 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
 
 KERNEL_IMAGETYPE = "uImage"
diff --git a/conf/machine/at91sam9g20ek.conf b/conf/machine/at91sam9g20ek.conf
index 9fdd414..1fd165c 100644
--- a/conf/machine/at91sam9g20ek.conf
+++ b/conf/machine/at91sam9g20ek.conf
@@ -13,6 +13,8 @@ KERNEL_IMAGETYPE = "uImage"
 PREFERRED_VERSION_u-boot = "2009.01"
 UBOOT_MACHINE = "at92sam9g20ek_config"
 
+PREFERRED_VERSION_at91bootstrap = "2.10"
+
 #don't try to access tty1
 USE_VT = "0"
 
diff --git a/conf/machine/at91sam9rlek.conf b/conf/machine/at91sam9rlek.conf
index 06f942b..ba19cb3 100644
--- a/conf/machine/at91sam9rlek.conf
+++ b/conf/machine/at91sam9rlek.conf
@@ -13,6 +13,8 @@ KERNEL_IMAGETYPE = "uImage"
 PREFERRED_VERSION_u-boot = "2009.01"
 UBOOT_MACHINE = "at92sam9rlek_config"
 
+PREFERRED_VERSION_at91bootstrap = "2.10"
+
 #don't try to access tty1
 USE_VT = "0"
 





More information about the Openembedded-commits mailing list