diff options
-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 \ |