All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][master/kirkstone][PATCH v3] branding-ltsprep: LTS migration brand
@ 2023-03-31 19:17 Ryan Eatmon
  2023-03-31 20:25 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Eatmon @ 2023-03-31 19:17 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

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 <reatmon@ti.com>
---
v3: Change u-boot version to 2023.04
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..a944bcdf
--- /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.04%"
+
+# 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 = ""
+
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-arago][master/kirkstone][PATCH v3] branding-ltsprep: LTS migration brand
  2023-03-31 19:17 [meta-arago][master/kirkstone][PATCH v3] branding-ltsprep: LTS migration brand Ryan Eatmon
@ 2023-03-31 20:25 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2023-03-31 20:25 UTC (permalink / raw)
  To: reatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

On Fri, Mar 31, 2023 at 02:17:13PM -0500, Ryan Eatmon via lists.yoctoproject.org 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 <reatmon@ti.com>

Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>


> ---
> v3: Change u-boot version to 2023.04
> 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..a944bcdf
> --- /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.04%"
> +
> +# 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 = ""
> +
> -- 
> 2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-31 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-31 19:17 [meta-arago][master/kirkstone][PATCH v3] branding-ltsprep: LTS migration brand Ryan Eatmon
2023-03-31 20:25 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.