summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-18 18:27:45 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-03-18 21:31:33 -0400
commitecc2eb9d864cf95236e60e46bb0c638d2d838c3a (patch)
tree36975eb78bd533cfb9e4e9853b35656d4ff7f343
parente8da1f689352c821d835d40bdea67791540f9ebd (diff)
downloadmeta-ti-ecc2eb9d864cf95236e60e46bb0c638d2d838c3a.tar.gz
beagleboard: 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@ti.com>
-rw-r--r--conf/machine/beagleboard.conf2
-rw-r--r--conf/machine/include/omap3.inc2
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index a65e3603..f9231199 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -8,6 +8,8 @@ require conf/machine/include/omap3.inc
8GUI_MACHINE_CLASS = "bigscreen" 8GUI_MACHINE_CLASS = "bigscreen"
9 9
10PREFERRED_PROVIDER_virtual/kernel = "linux-mainline" 10PREFERRED_PROVIDER_virtual/kernel = "linux-mainline"
11PREFERRED_PROVIDER_virtual/bootloader = "u-boot-beagleboard"
12PREFERRED_PROVIDER_u-boot = "u-boot-beagleboard"
11 13
12IMAGE_FSTYPES += "tar.gz ubi" 14IMAGE_FSTYPES += "tar.gz ubi"
13EXTRA_IMAGECMD_jffs2 = "-lnp" 15EXTRA_IMAGECMD_jffs2 = "-lnp"
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 99f0c80c..212ebe75 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -16,7 +16,7 @@ XSERVER = "xserver-xorg \
16GUI_MACHINE_CLASS = "bigscreen" 16GUI_MACHINE_CLASS = "bigscreen"
17 17
18# Increase this everytime you change something in the kernel 18# Increase this everytime you change something in the kernel
19MACHINE_KERNEL_PR = "r123" 19MACHINE_KERNEL_PR = "r124"
20 20
21KERNEL_IMAGETYPE = "uImage" 21KERNEL_IMAGETYPE = "uImage"
22 22