aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb')
-rw-r--r--recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb b/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb
index e71bc00a..cf22c0b2 100644
--- a/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb
+++ b/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb
@@ -20,10 +20,10 @@ SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=gi
S = "${WORKDIR}/git"
TARGET = ""
-TARGET_ti33x = "am335x-pru0-pruprp-fw.elf am335x-pru1-pruprp-fw.elf"
-TARGET_ti43x = "am437x-pru0-pruprp-fw.elf am437x-pru1-pruprp-fw.elf"
-TARGET_am57xx-evm = "am57xx-pru0-pruprp-fw.elf am57xx-pru1-pruprp-fw.elf"
-TARGET_am57xx-hs-evm = "am57xx-pru0-pruprp-fw.elf am57xx-pru1-pruprp-fw.elf"
+TARGET:ti33x = "am335x-pru0-pruprp-fw.elf am335x-pru1-pruprp-fw.elf"
+TARGET:ti43x = "am437x-pru0-pruprp-fw.elf am437x-pru1-pruprp-fw.elf"
+TARGET:am57xx-evm = "am57xx-pru0-pruprp-fw.elf am57xx-pru1-pruprp-fw.elf"
+TARGET:am57xx-hs-evm = "am57xx-pru0-pruprp-fw.elf am57xx-pru1-pruprp-fw.elf"
do_install() {
@@ -33,6 +33,6 @@ do_install() {
done
}
-FILES_${PN} = "${base_libdir}/firmware"
+FILES:${PN} = "${base_libdir}/firmware"
-INSANE_SKIP_${PN} = "arch"
+INSANE_SKIP:${PN} = "arch"