diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 18:27:45 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 21:31:33 -0400 |
commit | ecc2eb9d864cf95236e60e46bb0c638d2d838c3a (patch) | |
tree | 36975eb78bd533cfb9e4e9853b35656d4ff7f343 | |
parent | e8da1f689352c821d835d40bdea67791540f9ebd (diff) | |
download | meta-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.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/omap3.inc | 2 |
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 | |||
8 | GUI_MACHINE_CLASS = "bigscreen" | 8 | GUI_MACHINE_CLASS = "bigscreen" |
9 | 9 | ||
10 | PREFERRED_PROVIDER_virtual/kernel = "linux-mainline" | 10 | PREFERRED_PROVIDER_virtual/kernel = "linux-mainline" |
11 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-beagleboard" | ||
12 | PREFERRED_PROVIDER_u-boot = "u-boot-beagleboard" | ||
11 | 13 | ||
12 | IMAGE_FSTYPES += "tar.gz ubi" | 14 | IMAGE_FSTYPES += "tar.gz ubi" |
13 | EXTRA_IMAGECMD_jffs2 = "-lnp" | 15 | EXTRA_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 \ | |||
16 | GUI_MACHINE_CLASS = "bigscreen" | 16 | GUI_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 |
19 | MACHINE_KERNEL_PR = "r123" | 19 | MACHINE_KERNEL_PR = "r124" |
20 | 20 | ||
21 | KERNEL_IMAGETYPE = "uImage" | 21 | KERNEL_IMAGETYPE = "uImage" |
22 | 22 | ||