From e298c6497edbfecfe8ef0d69d1acdca1201a8d2e Mon Sep 17 00:00:00 2001 From: Timo Date: Sun, 15 Feb 2026 19:41:21 +0100 Subject: [PATCH] fixed linux bbappend --- .../recipes-kernel/linux/linux-bb.org_%.bbappend | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layers/meta-devdistro/recipes-kernel/linux/linux-bb.org_%.bbappend b/layers/meta-devdistro/recipes-kernel/linux/linux-bb.org_%.bbappend index c2cb56c..f5d2c3e 100644 --- a/layers/meta-devdistro/recipes-kernel/linux/linux-bb.org_%.bbappend +++ b/layers/meta-devdistro/recipes-kernel/linux/linux-bb.org_%.bbappend @@ -2,10 +2,9 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:" SRC_URI += "file://am62x_enable_m4f.dts" -do_compile:append() { +do_compile:prepend() { mkdir -p ${B}/arch/${ARCH}/boot/dts/overlays - oe_runmake dtbs_prepare ${STAGING_BINDIR_NATIVE}/dtc -@ -I dts -O dtb -o ${B}/arch/${ARCH}/boot/dts/overlays/am62x_enable_m4f.dtbo ${WORKDIR}/am62x_enable_m4f.dts }