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 /meta/conf/machine | |
parent | fb07e93b8e67c54d07110b0f24cb91dd6647c7bf (diff) | |
download | openembedded-core-f1902976e5fbd13780c4c3902d1c7214709bb44a.tar.gz openembedded-core-f1902976e5fbd13780c4c3902d1c7214709bb44a.tar.bz2 openembedded-core-f1902976e5fbd13780c4c3902d1c7214709bb44a.zip |
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/conf/machine')
-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" IMAGE_FSTYPES += "tar.bz2 jffs2" EXTRA_IMAGECMD_jffs2 = "-lnp " -EXTRA_IMAGEDEPENDS += "u-boot-omap3 x-load" +EXTRA_IMAGEDEPENDS += "u-boot x-load" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" #XSERVER = "xserver-xorg \ |