diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-01-19 10:12:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-21 11:18:36 +0000 |
commit | f1902976e5fbd13780c4c3902d1c7214709bb44a (patch) | |
tree | 4d18fd04ba3277ed36d9d4b61e3e033018f4eeef | |
parent | fb07e93b8e67c54d07110b0f24cb91dd6647c7bf (diff) | |
download | poky-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>
-rw-r--r-- | meta/conf/machine/overo.conf | 2 |
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 | ||
19 | IMAGE_FSTYPES += "tar.bz2 jffs2" | 19 | IMAGE_FSTYPES += "tar.bz2 jffs2" |
20 | EXTRA_IMAGECMD_jffs2 = "-lnp " | 20 | EXTRA_IMAGECMD_jffs2 = "-lnp " |
21 | EXTRA_IMAGEDEPENDS += "u-boot-omap3 x-load" | 21 | EXTRA_IMAGEDEPENDS += "u-boot x-load" |
22 | 22 | ||
23 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" | 23 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" |
24 | #XSERVER = "xserver-xorg \ | 24 | #XSERVER = "xserver-xorg \ |