summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2024-01-02 19:57:08 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-02 22:50:10 +0000
commit97306ebc00ef3dd7eacab817659d980c29da96ea (patch)
treecfd7ff34f47cac2e9d1460549c66280818085b45 /meta-yocto-bsp/conf/machine
parent39581827102c54359ec22eebc89ff68af4ec8633 (diff)
downloadpoky-97306ebc00ef3dd7eacab817659d980c29da96ea.tar.gz
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>
Diffstat (limited to 'meta-yocto-bsp/conf/machine')
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone-yocto.conf2
1 files changed, 1 insertions, 1 deletions
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 @@
4 4
5PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" 5PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
6 6
7MACHINE_EXTRA_RRECOMMENDS = "kernel-modules kernel-devicetree" 7MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
8 8
9EXTRA_IMAGEDEPENDS += "virtual/bootloader" 9EXTRA_IMAGEDEPENDS += "virtual/bootloader"
10 10