From 97306ebc00ef3dd7eacab817659d980c29da96ea Mon Sep 17 00:00:00 2001 From: Kevin Hao Date: Tue, 2 Jan 2024 19:57:08 +0800 Subject: beaglebone-yocto: Remove the redundant kernel-devicetree 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] (From meta-yocto rev: 5935d4fd751153f0f1c930924a5e2771f6dd5e72) Signed-off-by: Kevin Hao Signed-off-by: Richard Purdie --- 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 9f389711b3..0c17412353 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" -- cgit v1.2.3-54-g00ecf