diff options
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb b/meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb index 842621f6..9d5136c2 100644 --- a/meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb +++ b/meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb | |||
@@ -7,12 +7,14 @@ PR = "${INC_PR}.0" | |||
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx" | 8 | COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx" |
9 | 9 | ||
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | TARGET = " \ |
11 | 11 | am335x-pru0-pruprp-fw.elf \ | |
12 | TARGET = "" | 12 | am335x-pru1-pruprp-fw.elf \ |
13 | TARGET:ti33x = "am335x-pru0-pruprp-fw.elf am335x-pru1-pruprp-fw.elf" | 13 | am437x-pru0-pruprp-fw.elf \ |
14 | TARGET:ti43x = "am437x-pru0-pruprp-fw.elf am437x-pru1-pruprp-fw.elf" | 14 | am437x-pru1-pruprp-fw.elf \ |
15 | TARGET:am57xx = "am57xx-pru0-pruprp-fw.elf am57xx-pru1-pruprp-fw.elf" | 15 | am57xx-pru0-pruprp-fw.elf \ |
16 | am57xx-pru1-pruprp-fw.elf \ | ||
17 | " | ||
16 | 18 | ||
17 | do_install() { | 19 | do_install() { |
18 | install -d ${D}${nonarch_base_libdir}/firmware/ti-pruss | 20 | install -d ${D}${nonarch_base_libdir}/firmware/ti-pruss |