mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00

When removing the machine we ended not removing all files. This removes
all the related ones.
Fixes: e50d808
"ccimx6ul*: Drop unbuildable boards"
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 lines
370 B
Plaintext
14 lines
370 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
COMPATIBLE_MACHINE_imx6sl-warp = "(.)"
|
|
COMPATIBLE_MACHINE_imx6dl-riotboard = "(.)"
|
|
|
|
SRC_URI_append_imx6qdl-variscite-som_use-mainline-bsp = " \
|
|
file://imx6qdl-var-som.dtsi \
|
|
file://imx6q-var-som-vsc.dts \
|
|
"
|
|
|
|
do_configure_prepend_imx6qdl-variscite-som() {
|
|
cp ${WORKDIR}/imx6*-var*.dts* ${S}/arch/arm/boot/dts
|
|
}
|