summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-01-19 10:12:49 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-21 11:18:36 +0000
commitf1902976e5fbd13780c4c3902d1c7214709bb44a (patch)
tree4d18fd04ba3277ed36d9d4b61e3e033018f4eeef /meta
parentfb07e93b8e67c54d07110b0f24cb91dd6647c7bf (diff)
downloadpoky-f1902976e5fbd13780c4c3902d1c7214709bb44a.tar.gz
overo: use the new upstream u-boot recipe
In preparation to remove the u-boot-omap3 recipe, update the overo machine to use the new upstream u-boot recipe. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/machine/overo.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/overo.conf b/meta/conf/machine/overo.conf
index 9fefd73b48..5271db627b 100644
--- a/meta/conf/machine/overo.conf
+++ b/meta/conf/machine/overo.conf
@@ -18,7 +18,7 @@ SERIAL_CONSOLE = "115200 ttyS2"
18 18
19IMAGE_FSTYPES += "tar.bz2 jffs2" 19IMAGE_FSTYPES += "tar.bz2 jffs2"
20EXTRA_IMAGECMD_jffs2 = "-lnp " 20EXTRA_IMAGECMD_jffs2 = "-lnp "
21EXTRA_IMAGEDEPENDS += "u-boot-omap3 x-load" 21EXTRA_IMAGEDEPENDS += "u-boot x-load"
22 22
23PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" 23PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
24#XSERVER = "xserver-xorg \ 24#XSERVER = "xserver-xorg \