From b0efcddc5b3a35d143614698a39ecb5a9d134aac Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 25 Apr 2023 06:54:57 -0700 Subject: device-tree: Disable default virtual/kernel dependency KERNEL_INCLUDE implies a virtual/kernel dependency. Disable this, as our device-tree recipe does not use the Linux kernel. This greatly speeds up the build process. Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb b/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb index 4662c558..718857e8 100644 --- a/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb +++ b/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb @@ -9,6 +9,11 @@ LIC_FILES_CHKSUM = " \ file://${COMMON_LICENSE_DIR}/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c \ " +# Since we're not based on a kernel default to nothing. +# This needs to be before the devicetree inherit, as it configured for use +# with a linux kernel by default. +KERNEL_INCLUDE ?= "" + inherit devicetree image-artifact-names # Fall back to SYSTEM_DTFILE if specified... -- cgit v1.2.3-54-g00ecf