mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-06 10:50:37 +00:00
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>
This commit is contained in:
committed by
Dan Murphy
parent
ad5390700f
commit
6496a0edeb
@@ -41,3 +41,5 @@ module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg
|
||||
module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus"
|
||||
KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc"
|
||||
KERNEL_MODULE_AUTOLOAD_append_j7 = " rpmsg_kdrv_switch"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
Reference in New Issue
Block a user