summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: e8da1f6)
raw | patch | inline | side by side (from parent 1: e8da1f6)
author | Denys Dmytriyenko <denys@ti.com> | |
Mon, 18 Mar 2013 22:27:45 +0000 (18:27 -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/beagleboard.conf | patch | blob | history | |
conf/machine/include/omap3.inc | patch | blob | history |
index a65e36031c10546d4711876f3ca1a41f55f9703e..f92311993a51e7c4c1ba833f105128460321275a 100644 (file)
GUI_MACHINE_CLASS = "bigscreen"
PREFERRED_PROVIDER_virtual/kernel = "linux-mainline"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-beagleboard"
+PREFERRED_PROVIDER_u-boot = "u-boot-beagleboard"
IMAGE_FSTYPES += "tar.gz ubi"
EXTRA_IMAGECMD_jffs2 = "-lnp"
index 99f0c80cd9c28ac88770ab92a064f19a182a5f09..212ebe7520a3d01ac0993ec845c9381065e90444 100644 (file)
GUI_MACHINE_CLASS = "bigscreen"
# Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r123"
+MACHINE_KERNEL_PR = "r124"
KERNEL_IMAGETYPE = "uImage"