As meta-ti lowers default preferences for latest versions of Linux kernel and U-boot, need to specify them explicitly for "core-next" brand.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/include/branding-core-next.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/branding-core-next.inc b/meta-arago-distro/conf/distro/include/branding-core-next.inc index b41dbc9..e435e4f 100644 --- a/meta-arago-distro/conf/distro/include/branding-core-next.inc +++ b/meta-arago-distro/conf/distro/include/branding-core-next.inc @@ -2,10 +2,10 @@ require branding-core.inc -PREFERRED_VERSION_linux-ti-staging = "" -PREFERRED_VERSION_linux-ti-staging-rt = "" -PREFERRED_VERSION_linux-ti-staging-systest = "" -PREFERRED_VERSION_u-boot-ti-staging = "" +PREFERRED_VERSION_linux-ti-staging = "5.10%" +PREFERRED_VERSION_linux-ti-staging-rt = "5.10%" +PREFERRED_VERSION_linux-ti-staging-systest = "5.10%" +PREFERRED_VERSION_u-boot-ti-staging = "2021.01%" # Auto rev important packages to pick up latest SRCREV_pn-linux-ti-staging = "${AUTOREV}" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
