* 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 AMSDK 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-amsdk.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/branding-amsdk.inc b/meta-arago-distro/conf/distro/include/branding-amsdk.inc index d8ae307..11634a8 100644 --- a/meta-arago-distro/conf/distro/include/branding-amsdk.inc +++ b/meta-arago-distro/conf/distro/include/branding-amsdk.inc @@ -6,9 +6,12 @@ PREFERRED_VERSION_linux-am335x-psp = "3.2" PREFERRED_VERSION_linux-libc-headers_am335x-evm = "3.2" PREFERRED_PROVIDER_ltp-ddt_am335x-evm = "ltp-ddt-legacy" -PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-am33x" -PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-am33x" -PREFERRED_VERSION_u-boot-am33x = "2013.01.01" + +PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-ti-staging" +PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-ti-staging" + +PREFERRED_PROVIDER_virtual/bootloader_am437x-evm = "u-boot-ti-staging" +PREFERRED_PROVIDER_u-boot_am437x-evm = "u-boot-ti-staging" # Use v4.09.00.01 of the Graphics SDK PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
