[oe-commits] Koen Kooi : omap machines: remove preferred versions from machine files, the recipes already pin those correctly

git version control git at git.openembedded.org
Fri Oct 22 02:41:02 UTC 2010


Module: openembedded.git
Branch: darwin
Commit: ffd7fe5dfaaa0afd664f0c846d15df14d7e0fd46
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ffd7fe5dfaaa0afd664f0c846d15df14d7e0fd46

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Oct 21 10:22:58 2010 +0200

omap machines: remove preferred versions from machine files, the recipes already pin those correctly

---

 conf/machine/am3517-evm.conf      |    1 -
 conf/machine/am37x-evm.conf       |    1 -
 conf/machine/dm37x-evm.conf       |    1 -
 conf/machine/omap2420h4.conf      |    1 -
 conf/machine/omap2430sdp.conf     |    1 -
 conf/machine/omap3-pandora.conf   |    2 --
 conf/machine/omap3-touchbook.conf |    1 -
 conf/machine/omap3evm.conf        |    1 -
 conf/machine/omap4430-sdp.conf    |    1 -
 conf/machine/omap5912osk.conf     |    1 -
 conf/machine/omapzoom.conf        |    1 -
 conf/machine/omapzoom2.conf       |    1 -
 conf/machine/omapzoom36x.conf     |    2 --
 13 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf
index 05eb2c5..cf63df9 100644
--- a/conf/machine/am3517-evm.conf
+++ b/conf/machine/am3517-evm.conf
@@ -26,7 +26,6 @@ USE_VT = "2"
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
 
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
-PREFERRED_VERSION_u-boot = "git"
 
 UBOOT_ARCH = "arm"
 UBOOT_MACHINE = "am3517_evm_config"
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf
index 096d9e0..0b9e2dd 100644
--- a/conf/machine/am37x-evm.conf
+++ b/conf/machine/am37x-evm.conf
@@ -25,7 +25,6 @@ SERIAL_CONSOLE = "115200 ttyS0"
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
 
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
-PREFERRED_VERSION_u-boot = "git"
 
 UBOOT_ARCH = "arm"
 UBOOT_MACHINE = "omap3_evm_config"
diff --git a/conf/machine/dm37x-evm.conf b/conf/machine/dm37x-evm.conf
index 35fef88..4c4e9c5 100644
--- a/conf/machine/dm37x-evm.conf
+++ b/conf/machine/dm37x-evm.conf
@@ -25,7 +25,6 @@ SERIAL_CONSOLE = "115200 ttyS0"
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
 
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
-PREFERRED_VERSION_u-boot = "git"
 
 UBOOT_ARCH = "arm"
 UBOOT_MACHINE = "omap3_evm_config"
diff --git a/conf/machine/omap2420h4.conf b/conf/machine/omap2420h4.conf
index 9483259..15847b0 100644
--- a/conf/machine/omap2420h4.conf
+++ b/conf/machine/omap2420h4.conf
@@ -5,7 +5,6 @@
 TARGET_ARCH = "arm"
 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap2"
-PREFERRED_VERSION_u-boot = "1.1.4"
 
 SERIAL_CONSOLE ?= "115200 ttyS0"
 IMAGE_FSTYPES ?= "jffs2"
diff --git a/conf/machine/omap2430sdp.conf b/conf/machine/omap2430sdp.conf
index 7b1f8ab..3995a3d 100644
--- a/conf/machine/omap2430sdp.conf
+++ b/conf/machine/omap2430sdp.conf
@@ -5,7 +5,6 @@
 TARGET_ARCH = "arm"
 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap2"
-PREFERRED_VERSION_u-boot = "1.1.4"
 
 SERIAL_CONSOLE ?= "115200 ttyS0"
 IMAGE_FSTYPES ?= "jffs2"
diff --git a/conf/machine/omap3-pandora.conf b/conf/machine/omap3-pandora.conf
index 7c72ba9..e715a45 100644
--- a/conf/machine/omap3-pandora.conf
+++ b/conf/machine/omap3-pandora.conf
@@ -64,8 +64,6 @@ UBOOT_ARCH = "arm"
 UBOOT_MACHINE = "omap3_pandora_config"
 
 PREFERRED_PROVIDER_x-load = "x-load-omap3pandora"
-PREFERRED_VERSION_u-boot-omap3pandora = "git"
-PREFERRED_VERSION_x-load-omap3pandora = "git"
 EXTRA_IMAGEDEPENDS += "u-boot x-load"
 
 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"
diff --git a/conf/machine/omap3-touchbook.conf b/conf/machine/omap3-touchbook.conf
index 52d1908..97bd1b6 100644
--- a/conf/machine/omap3-touchbook.conf
+++ b/conf/machine/omap3-touchbook.conf
@@ -44,7 +44,6 @@ MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
 
 
-PREFERRED_VERSION_u-boot = "git"
 
 # and sdio
 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen"
diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf
index 7bbc821..9cd04ed 100644
--- a/conf/machine/omap3evm.conf
+++ b/conf/machine/omap3evm.conf
@@ -26,7 +26,6 @@ USE_VT = "0"
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
 
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
-PREFERRED_VERSION_u-boot = "git"
 
 UBOOT_ARCH = "arm"
 UBOOT_MACHINE = "omap3_evm_config"
diff --git a/conf/machine/omap4430-sdp.conf b/conf/machine/omap4430-sdp.conf
index efa9c81..074b18f 100644
--- a/conf/machine/omap4430-sdp.conf
+++ b/conf/machine/omap4430-sdp.conf
@@ -43,7 +43,6 @@ MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
 
 
-PREFERRED_VERSION_u-boot = "git"
 
 # and sdio
 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
diff --git a/conf/machine/omap5912osk.conf b/conf/machine/omap5912osk.conf
index 4989a33..f3cc5ce 100644
--- a/conf/machine/omap5912osk.conf
+++ b/conf/machine/omap5912osk.conf
@@ -10,7 +10,6 @@ KERNEL_IMAGETYPE = "uImage"
 
 UBOOT_ENTRYPOINT="0x10c08000"
 
-# PREFERRED_VERSION_u-boot = "1.1.6"
 
 SERIAL_CONSOLE ?= "115200 ttyS0"
 IMAGE_FSTYPES ?= "jffs2"
diff --git a/conf/machine/omapzoom.conf b/conf/machine/omapzoom.conf
index ab0612f..8ce5af4 100644
--- a/conf/machine/omapzoom.conf
+++ b/conf/machine/omapzoom.conf
@@ -46,7 +46,6 @@ MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
 
 
-PREFERRED_VERSION_u-boot = "git"
 #EXTRA_IMAGEDEPENDS += "u-boot x-load"
 
 # and sdio
diff --git a/conf/machine/omapzoom2.conf b/conf/machine/omapzoom2.conf
index 698b241..02a01ce 100644
--- a/conf/machine/omapzoom2.conf
+++ b/conf/machine/omapzoom2.conf
@@ -48,7 +48,6 @@ MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
 
 
-PREFERRED_VERSION_u-boot = "git"
 #EXTRA_IMAGEDEPENDS += "u-boot x-load"
 
 MACHINE_EXTRA_RRECOMMENDS = ""
diff --git a/conf/machine/omapzoom36x.conf b/conf/machine/omapzoom36x.conf
index 88b39f4..4273e3b 100644
--- a/conf/machine/omapzoom36x.conf
+++ b/conf/machine/omapzoom36x.conf
@@ -30,8 +30,6 @@ UBOOT_LOADADDRESS = "0x80008000"
 UBOOT_MACHINE = "omap3630zoom3_config"
 XLOAD_MACHINE = "omap3630zoom3_config"
 
-PREFERRED_VERSION_u-boot = "git"
-PREFERRED_VERSION_x-load = "git"
 EXTRA_IMAGEDEPENDS += "u-boot x-load"
 
 MACHINE_EXTRA_RRECOMMENDS = ""





More information about the Openembedded-commits mailing list