On 3/17/23 11:15, Ryan Eatmon wrote:
Add a new brand to control picking the next LTS version of kernel and u-boot while they are under development. Signed-off-by: Ryan Eatmon <[email protected]>
Reviewed-by: Praneeth Bajjuri <[email protected]>
--- v2: Make the versions wildcarded so that they actually match... .../conf/distro/include/branding-ltsprep.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-arago-distro/conf/distro/include/branding-ltsprep.inc diff --git a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc new file mode 100644 index 00000000..0238327c --- /dev/null +++ b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc @@ -0,0 +1,11 @@ + +PREFERRED_VERSION_linux-ti-staging = "6.1%" +PREFERRED_VERSION_linux-ti-staging-rt = "6.1%" +PREFERRED_VERSION_linux-ti-staging-systest = "6.1%" +PREFERRED_VERSION_u-boot-ti-staging = "2023.01%" + +# GPU support requires out-of-tree SGX and RGX drivers not available in until +# LTS prep is complete. fall back to software rendering +MACHINE_FEATURES:remove = "gpu" +PREFERRED_PROVIDER_virtual/gpudriver = "" +
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14260): https://lists.yoctoproject.org/g/meta-arago/message/14260 Mute This Topic: https://lists.yoctoproject.org/mt/97676922/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
