All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH] remove LINUX_VERSION_EXTENSION
@ 2021-07-13 23:32 Trevor Woerner
  2021-07-13 23:32 ` [meta-rockchip][PATCH] rock-pi-e: update preferred kernel Trevor Woerner
  2021-07-27  1:06 ` [meta-rockchip][PATCH] remove LINUX_VERSION_EXTENSION Trevor Woerner
  0 siblings, 2 replies; 4+ messages in thread
From: Trevor Woerner @ 2021-07-13 23:32 UTC (permalink / raw)
  To: yocto

Adding "-rockchip" to the Linux kernel name implies, to me anyway, that this
is a vendor kernel. The PREFERRED_PROVIDERs of all kernels specified in this
BSP are upstream linux-yocto kernels, not vendor kernels. Therefore remove the
version name extension to avoid confusion.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 conf/machine/include/rockchip-defaults.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conf/machine/include/rockchip-defaults.inc b/conf/machine/include/rockchip-defaults.inc
index 0666119..905b2a6 100644
--- a/conf/machine/include/rockchip-defaults.inc
+++ b/conf/machine/include/rockchip-defaults.inc
@@ -3,7 +3,6 @@
 # kernel
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
 KCONFIG_MODE ?= "alldefconfig"
-LINUX_VERSION_EXTENSION ?= "-rockchip"
 
 # xserver
 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
-- 
2.30.0.rc0


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

end of thread, other threads:[~2021-07-27  1:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-13 23:32 [meta-rockchip][PATCH] remove LINUX_VERSION_EXTENSION Trevor Woerner
2021-07-13 23:32 ` [meta-rockchip][PATCH] rock-pi-e: update preferred kernel Trevor Woerner
2021-07-27  1:07   ` Trevor Woerner
2021-07-27  1:06 ` [meta-rockchip][PATCH] remove LINUX_VERSION_EXTENSION Trevor Woerner

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.