summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/pruprp-fw
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-10-25 11:56:28 -0500
committerRyan Eatmon <reatmon@ti.com>2023-11-08 17:36:02 -0600
commit547ec80a732bceaf889417dfed4d96aa1fe3a0ca (patch)
tree5a115b8cd7b9114d523a8532c63538fff75b0947 /meta-ti-bsp/recipes-bsp/pruprp-fw
parent2eda955fae4d4de83cb009b6ab4137e4bea18d7b (diff)
downloadmeta-ti-547ec80a732bceaf889417dfed4d96aa1fe3a0ca.tar.gz
ti-linux-fw: Add several more firmware helper lines to this common include
These are all useful for firmware recipes but some recipes did not have them. For firmware including ti-linux-fw.inc let's add these all to one spot and remove them from any recipe that did already have these. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/pruprp-fw')
-rw-r--r--meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb2
1 files changed, 0 insertions, 2 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 807cf941..842621f6 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
@@ -20,5 +20,3 @@ do_install() {
20 install -m 0644 ${S}/ti-pruss/$f ${D}${nonarch_base_libdir}/firmware/ti-pruss/$f 20 install -m 0644 ${S}/ti-pruss/$f ${D}${nonarch_base_libdir}/firmware/ti-pruss/$f
21 done 21 done
22} 22}
23
24INSANE_SKIP:${PN} = "arch"