Message ID | 20220322162528.15298-12-reatmon@ti.com |
---|---|
State | Superseded |
Headers | show |
Series | Adding support for am62xx | expand |
diff --git a/recipes-bsp/lpm-demo/lpm-demo_1.0.bb b/recipes-bsp/lpm-demo/lpm-demo_1.0.bb index 56b04d56..244d7a55 100644 --- a/recipes-bsp/lpm-demo/lpm-demo_1.0.bb +++ b/recipes-bsp/lpm-demo/lpm-demo_1.0.bb @@ -8,6 +8,8 @@ COMPATIBLE_MACHINE = "am62xx-evm" FILESEXTRAPATHS_prepend := "${THISDIR}/files:" S = "${WORKDIR}" +CLEANBROKEN = "1" + # We need to have the license file from some source. In this case, there # is no source. Hence pointing to the license file only SRC_URI = "file://GPL-2" diff --git a/recipes-bsp/tifs-lpm-stub/tifs-lpm-stub_git.bb b/recipes-bsp/tifs-lpm-stub/tifs-lpm-stub_git.bb index bc341035..e3ba67be 100644 --- a/recipes-bsp/tifs-lpm-stub/tifs-lpm-stub_git.bb +++ b/recipes-bsp/tifs-lpm-stub/tifs-lpm-stub_git.bb @@ -9,6 +9,7 @@ PV = "v2021.09a" COMPATIBLE_MACHINE = "am62xx-evm" PACKAGE_ARCH = "${MACHINE_ARCH}" +CLEANBROKEN = "1" S = "${WORKDIR}/git" TARGET = "ti-fs-stub-firmware-am62x-gp.signed.bin"