diff mbox series

Patch to enable overriding linux-ti-staging kernel

Message ID GVAP278MB0117A08C96137519825B1E57DBF49@GVAP278MB0117.CHEP278.PROD.OUTLOOK.COM
State Rejected
Delegated to: Ryan Eatmon
Headers show
Series Patch to enable overriding linux-ti-staging kernel | expand

Commit Message

Bernd Sprenger Jan. 3, 2023, 2:02 p.m. UTC
Hello,

for my projects I use another kernel than the linux-ti-staging. I had to patch the meta-arago to achieve this. In my opinion this is a nice feature and is achieved by the small patch below for tag 08.04.00.005. Maybe you could integrate this into the next releases...

Thanks a lot,
have a nice day,
Bernd

Comments

Denys Dmytriyenko Jan. 4, 2023, 2:35 a.m. UTC | #1
On Tue, Jan 03, 2023 at 02:02:14PM +0000, Bernd Sprenger wrote:
> Hello,
> 
> for my projects I use another kernel than the linux-ti-staging. I had to 
> patch the meta-arago to achieve this. In my opinion this is a nice feature 
> and is achieved by the small patch below for tag 08.04.00.005. Maybe you 
> could integrate this into the next releases...

Well, if you want to use Arago but replace the kernel, this is probably fine. 
But please post it as a proper patch. Thanks.
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index f9fab020..dc55bfec 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -37,7 +37,7 @@  PREFERRED_PROVIDER_virtual/libgbm_keystone = "mesa"
PREFERRED_PROVIDER_virtual/libgl_keystone = "mesa"
PREFERRED_PROVIDER_virtual/mesa_keystone = "mesa"
-PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging${ARAGO_KERNEL_SUFFIX}"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging${ARAGO_KERNEL_SUFFIX}"
 # For TI devices with only baremetal/TI RTOS support
PREFERRED_PROVIDER_virtual/kernel_c66x = "linux-dummy"