summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pru
diff options
context:
space:
mode:
authorJason Reeder <jreeder@ti.com>2016-02-09 02:02:14 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-02-08 15:30:20 -0500
commit1b6b2ecd0c89cfc82414bc5bc7c4f4cc8f446ddf (patch)
treec013afe81323e8a1363fde8140cb9cd1a7bfccff /recipes-bsp/pru
parentfff240c234cd7f8cb73289dc59bf504478586ad4 (diff)
downloadmeta-ti-1b6b2ecd0c89cfc82414bc5bc7c4f4cc8f446ddf.tar.gz
pru-icss: update RPMsg folder names for am437x
Previously, only examples for PRUSS1 were provided for the am437x device. A patch now exists to load firmwares into PRUSS0 instead of PRUSS1. This caused a naming convention change in the am437x RPMsg examples. This commit updates the recipe to use the new folder naming convention. Signed-off-by: Jason Reeder <jreeder@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/pru')
-rw-r--r--recipes-bsp/pru/pru-icss_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/pru/pru-icss_git.bb b/recipes-bsp/pru/pru-icss_git.bb
index 30bb3c3a..9061e8c4 100644
--- a/recipes-bsp/pru/pru-icss_git.bb
+++ b/recipes-bsp/pru/pru-icss_git.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-pa
11SRCREV = "c21ff82cf0a8864a66505be88be1d579a66a983a" 11SRCREV = "c21ff82cf0a8864a66505be88be1d579a66a983a"
12 12
13PV = "4.0.1" 13PV = "4.0.1"
14PR = "r1" 14PR = "r2"
15 15
16require recipes-ti/includes/ti-paths.inc 16require recipes-ti/includes/ti-paths.inc
17 17
@@ -64,7 +64,7 @@ do_install_append_ti33x() {
64do_install_append_ti43x() { 64do_install_append_ti43x() {
65 for i in 0 1 65 for i in 0 1
66 do 66 do
67 install -m 0644 ${S}/examples/am437x/PRU_RPMsg_Echo_Interrupt${i}/gen/PRU_RPMsg_Echo_Interrupt${i}.out \ 67 install -m 0644 ${S}/examples/am437x/PRU_RPMsg_Echo_Interrupt1_${i}/gen/PRU_RPMsg_Echo_Interrupt1_${i}.out \
68 ${D}/lib/firmware/pru 68 ${D}/lib/firmware/pru
69 done 69 done
70} 70}
@@ -122,8 +122,8 @@ ALTERNATIVE_pru-icss-rpmsg-echo = "${PRU_ICSS_ALTERNATIVES}"
122ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am335x-pru0-fw] = "/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0.out" 122ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am335x-pru0-fw] = "/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0.out"
123ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am335x-pru1-fw] = "/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1.out" 123ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am335x-pru1-fw] = "/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1.out"
124 124
125ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am437x-pru1_0-fw] = "/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0.out" 125ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am437x-pru1_0-fw] = "/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out"
126ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am437x-pru1_1-fw] = "/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1.out" 126ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am437x-pru1_1-fw] = "/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out"
127 127
128ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am57xx-pru1_0-fw] = "/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out" 128ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am57xx-pru1_0-fw] = "/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out"
129ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am57xx-pru1_1-fw] = "/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out" 129ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am57xx-pru1_1-fw] = "/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out"