mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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 <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3958182710
commit
97306ebc00
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user