Module: meta-ti Branch: master Commit: e8da1f689352c821d835d40bdea67791540f9ebd URL: http://arago-project.org/git/meta-ti.git?a=commit;h=e8da1f689352c821d835d40bdea67791540f9ebd
Author: Denys Dmytriyenko <[email protected]> Date: Mon Mar 18 19:17:20 2013 -0400 am3517-evm: switch default u-boot preference to machine-specific tree SDKs or other users of meta-ti can still use one of the other recipes for stability or featureset, by setting PREFERRED_PROVIDER in their config. Signed-off-by: Denys Dmytriyenko <[email protected]> --- conf/machine/am3517-evm.conf | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf index 0151fe9..097e797 100644 --- a/conf/machine/am3517-evm.conf +++ b/conf/machine/am3517-evm.conf @@ -17,6 +17,10 @@ USE_VT = "2" PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" +# Support for am3517 is in the same tree as am33x +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am33x" +PREFERRED_PROVIDER_u-boot = "u-boot-am33x" + UBOOT_MACHINE = "am3517_evm_config" XLOAD_MACHINE = "am3517evm_config" _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
