VPP = Very Painful Process

This commit is contained in:
2026-04-09 21:30:12 +08:00
parent 4eae2621c9
commit b8bc6a13cf
8 changed files with 392 additions and 74 deletions

View File

@@ -23,7 +23,6 @@ WORKDIR /build/nxplinux
COPY kernel-extra.config /tmp/kernel-extra.config
COPY kernel-build/dts/*.dts ./arch/arm64/boot/dts/freescale/
COPY kernel-build/scripts/patch_usdpaa_dts.py /usr/local/bin/patch_usdpaa_dts.py
RUN grep -q "^dtb-\\\$(CONFIG_ARCH_LAYERSCAPE) += ${DEVICE_TREE_TARGET}.dtb$" \
arch/arm64/boot/dts/freescale/Makefile \