summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2021-01-27 01:51:22 +0000
committerDan Murphy <dmurphy@ti.com>2021-01-27 06:52:43 -0600
commit6496a0edeb8a84bfb1b9e13ec58814ea5babcde7 (patch)
tree589f5be2a97b9404a6938d38189ce394beae0759 /recipes-bsp/u-boot
parentad5390700f5daf44fcf74d64d86dc8bf47ffadf5 (diff)
downloadmeta-ti-6496a0edeb8a84bfb1b9e13ec58814ea5babcde7.tar.gz
linux-ti-staging, u-boot-ti-staging: lower default preference
Latest versions of Linux kernel (5.10) and U-boot (2021.01) are not yet ready for prime time in meta-ti and some features are still being migrated and causing issues. The recipes are meant for development and not yet for production. Normally selection of the version is done with PREFERRED_VERSION by the Distro (e.g. Arago), but if not specified by a Distro (Poky, distroless, etc.), the default is to use the latest version. Hence need to change the default to not automatically pick the latest version that is not ready yet. This can be removed/reverted once those versions are ready to be picked by default. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
index 299a6cd8..9c95449c 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
@@ -8,3 +8,5 @@ PR = "r1"
8BRANCH = "ti-u-boot-2021.01" 8BRANCH = "ti-u-boot-2021.01"
9 9
10SRCREV = "c4fddedc48f336eabc4ce3f74940e6aa372de18c" 10SRCREV = "c4fddedc48f336eabc4ce3f74940e6aa372de18c"
11
12DEFAULT_PREFERENCE = "-1"