Module: meta-ti Branch: master Commit: 88dd446c6b871a99eb96b3822051b07cda56e689 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=88dd446c6b871a99eb96b3822051b07cda56e689
Author: Denys Dmytriyenko <[email protected]> Date: Wed Apr 3 18:45:18 2013 -0400 omap-a15.inc: also set TI staging preferred provider for u-boot Signed-off-by: Denys Dmytriyenko <[email protected]> --- conf/machine/include/omap-a15.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc index 702898f..623f2df 100644 --- a/conf/machine/include/omap-a15.inc +++ b/conf/machine/include/omap-a15.inc @@ -8,6 +8,7 @@ MACHINE_KERNEL_PR = "r1" PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" +PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" KERNEL_IMAGETYPE = "uImage" _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
