aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/omap3-pandora.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-08-27 16:25:47 -0700
committerKhem Raj <raj.khem@gmail.com>2010-08-28 11:31:06 -0700
commit32f795b407cc7ca3020df591f5c83e3626868d61 (patch)
tree5786566fbb926d38d49d6725e11506b1d6478c21 /conf/machine/omap3-pandora.conf
parente9d84bea6eaca05f649f3d8f9c3bf6adfdfd19ae (diff)
downloadopenembedded-32f795b407cc7ca3020df591f5c83e3626868d61.tar.gz
omap3-pandora.conf/u-boot-omap3pandora_git.bb: Use PREFERRED_PROVIDER_virtual/bootloader to select u-boot recipe to use.
* Dont PROVIDES u-boot but let user decide it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine/omap3-pandora.conf')
-rw-r--r--conf/machine/omap3-pandora.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/omap3-pandora.conf b/conf/machine/omap3-pandora.conf
index b504723afa..7c72ba972a 100644
--- a/conf/machine/omap3-pandora.conf
+++ b/conf/machine/omap3-pandora.conf
@@ -6,7 +6,7 @@
TARGET_ARCH = "arm"
-PREFERRED_PROVIDER_u-boot = "u-boot-omap3pandora"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-omap3pandora"
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
@@ -63,7 +63,6 @@ UBOOT_LOADADDRESS = "0x80008000"
UBOOT_ARCH = "arm"
UBOOT_MACHINE = "omap3_pandora_config"
-PREFERRED_PROVIDER_u-boot = "u-boot-omap3pandora"
PREFERRED_PROVIDER_x-load = "x-load-omap3pandora"
PREFERRED_VERSION_u-boot-omap3pandora = "git"
PREFERRED_VERSION_x-load-omap3pandora = "git"