[meta-ti] Denys Dmytriyenko : am180x: switch default u-boot preference to machine-specific tree
Arago Project git
git at arago-project.org
Mon Mar 25 17:42:28 PDT 2013
Module: meta-ti
Branch: danny
Commit: 45b73845d59bc859418e0cd6871093cd0b5ab83b
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=45b73845d59bc859418e0cd6871093cd0b5ab83b
Author: Denys Dmytriyenko <denys at ti.com>
Date: Mon Mar 18 18:25:52 2013 -0400
am180x: 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 <denys at ti.com>
---
conf/machine/am180x-evm.conf | 2 ++
conf/machine/include/davinci.inc | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf
index 7ea25cf..cff1565 100644
--- a/conf/machine/am180x-evm.conf
+++ b/conf/machine/am180x-evm.conf
@@ -14,3 +14,5 @@ IMAGE_FSTYPES += "tar.gz ubi"
SERIAL_CONSOLE = "115200 ttyS2"
PREFERRED_PROVIDER_virtual/kernel = "linux-omapl138-psp"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am180x"
+PREFERRED_PROVIDER_u-boot = "u-boot-am180x"
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc
index 756a1e5..6be5eb7 100644
--- a/conf/machine/include/davinci.inc
+++ b/conf/machine/include/davinci.inc
@@ -1,7 +1,7 @@
require conf/machine/include/tune-arm926ejs.inc
# Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r52"
+MACHINE_KERNEL_PR = "r53"
KERNEL_IMAGETYPE = "uImage"
More information about the meta-ti
mailing list