* Set the u-boot PREFERRED_PROVIDER to u-boot-ti-staging since this is the current default of arago, but that default is going to change to the u-boot mainline. The GLSDK will generally release from the u-boot-ti-staging tree so keep the default for this SDK pointed there.
Signed-off-by: Chase Maupin <[email protected]> --- .../conf/distro/include/branding-glsdk.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/include/branding-glsdk.inc b/meta-arago-distro/conf/distro/include/branding-glsdk.inc index b33b21d..9a49103 100644 --- a/meta-arago-distro/conf/distro/include/branding-glsdk.inc +++ b/meta-arago-distro/conf/distro/include/branding-glsdk.inc @@ -3,6 +3,9 @@ # Use the SDK supported kernel and kernel version PREFERRED_PROVIDER_virtual/kernel = "linux-ti-glsdk" +PREFERRED_PROVIDER_virtual/bootloader_omap-a15 = "u-boot-ti-staging" +PREFERRED_PROVIDER_u-boot_omap-a15 = "u-boot-ti-staging" + # Set the PREFERRED_VERSION of libdrm to the glsdk version for the # glsdk branded builds PREFERRED_VERSION_libdrm = "2.4.41" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
