summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti-staging_5.10.bb
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-kernel/linux/linux-ti-staging_5.10.bb
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-kernel/linux/linux-ti-staging_5.10.bb')
-rw-r--r--recipes-kernel/linux/linux-ti-staging_5.10.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
index fc115958..82a6c20e 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -41,3 +41,5 @@ module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg
41module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus" 41module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus"
42KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc" 42KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc"
43KERNEL_MODULE_AUTOLOAD_append_j7 = " rpmsg_kdrv_switch" 43KERNEL_MODULE_AUTOLOAD_append_j7 = " rpmsg_kdrv_switch"
44
45DEFAULT_PREFERENCE = "-1"