* The migration to use mainline u-boot which supports all platforms was added for the Daisy branch of meta-ti. For Dora the mainline version does not support all platforms and the u-boot-ti-staging recipe should be used instead by default.
Signed-off-by: Chase Maupin <[email protected]> --- .../conf/distro/include/arago-prefs.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc index 63e9e22..a2f42b1 100644 --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc @@ -59,10 +59,9 @@ PREFERRED_PROVIDER_virtual/libgles2_keystone = "mesa" PREFERRED_PROVIDER_virtual/libgl_keystone = "mesa" PREFERRED_PROVIDER_virtual/mesa_keystone = "mesa" -# Use the mainline u-boot recipe for TI devices unless overridden below -PREFERRED_PROVIDER_virtual/bootloader = "u-boot" -PREFERRED_PROVIDER_u-boot = "u-boot" -PREFERRED_VERSION_u-boot = "2014.04+2014.07-rc3" +# Use the u-boot staging recipe for TI devices unless overridden below +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" +PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" # Use latest TI staging kernel and u-boot trees PREFERRED_PROVIDER_virtual/bootloader_keystone = "u-boot-keystone" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
