All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] beaglebone-yocto: Remove the redundant kernel-devicetree
@ 2024-01-02 11:57 Kevin Hao
  2024-01-02 11:57 ` [PATCH 2/2] beaglebone-yocto: Remove the obsolete variables for uImage Kevin Hao
  2024-01-02 18:17 ` [poky] [PATCH 1/2] beaglebone-yocto: Remove the redundant kernel-devicetree Alexandre Belloni
  0 siblings, 2 replies; 3+ messages in thread
From: Kevin Hao @ 2024-01-02 11:57 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Robert Berger, poky

The kernel-devicetree is set in both MACHINE_ESSENTIAL_EXTRA_RDEPENDS
and MACHINE_EXTRA_RRECOMMENDS. Since it is an essential package for
boot, drop the one in MACHINE_EXTRA_RRECOMMENDS.

[YOCTO #15229]

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
---
 meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
index 9f389711b3b4..0c1741235368 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
@@ -4,7 +4,7 @@
 
 PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
 
-MACHINE_EXTRA_RRECOMMENDS = "kernel-modules kernel-devicetree"
+MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
 
 EXTRA_IMAGEDEPENDS += "virtual/bootloader"
 
-- 
2.39.2



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

end of thread, other threads:[~2024-01-02 18:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-02 11:57 [PATCH 1/2] beaglebone-yocto: Remove the redundant kernel-devicetree Kevin Hao
2024-01-02 11:57 ` [PATCH 2/2] beaglebone-yocto: Remove the obsolete variables for uImage Kevin Hao
2024-01-02 18:17 ` [poky] [PATCH 1/2] beaglebone-yocto: Remove the redundant kernel-devicetree Alexandre Belloni

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.