summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw-am65x-sr2_git.bb
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/pruhsr-fw/pruhsr-fw-am65x-sr2_git.bb
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/pruhsr-fw/pruhsr-fw-am65x-sr2_git.bb')
-rw-r--r--meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw-am65x-sr2_git.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw-am65x-sr2_git.bb b/meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw-am65x-sr2_git.bb
index a1fe13d3..ea39d73d 100644
--- a/meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw-am65x-sr2_git.bb
+++ b/meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw-am65x-sr2_git.bb
@@ -24,5 +24,3 @@ do_install() {
24 install -m 0644 ${S}/ti-pruss/$f ${D}${nonarch_base_libdir}/firmware/ti-pruss/$f 24 install -m 0644 ${S}/ti-pruss/$f ${D}${nonarch_base_libdir}/firmware/ti-pruss/$f
25 done 25 done
26} 26}
27
28INSANE_SKIP:${PN} = "arch"