summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 10c6e29)
raw | patch | inline | side by side (parent: 10c6e29)
author | Denys Dmytriyenko <denys@ti.com> | |
Mon, 18 Mar 2013 22:25:52 +0000 (18:25 -0400) | ||
committer | Denys Dmytriyenko <denys@ti.com> | |
Tue, 19 Mar 2013 01:31:33 +0000 (21:31 -0400) |
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@ti.com>
stability or featureset, by setting PREFERRED_PROVIDER in their config.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
conf/machine/am180x-evm.conf | patch | blob | history | |
conf/machine/include/davinci.inc | patch | blob | history |
index 7ea25cf1f80b22f2888b52d95ec570dad14e6dd4..cff156564b527a9bb4f30b3cf942b55490dc61ef 100644 (file)
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"
index 756a1e5874fe8b53f541263fb4f4cf9ef5a56540..6be5eb715a83baa33b397bb21c67399ed8053048 100644 (file)
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"