I am not sure if we should upstream this, add it to meta-processor-sdk,
or leave pru-icss untouched and adjust "PRU_SSP" in the next patch to
point to the original install location.
- Jake
On 9/6/2018 5:04 PM, Hongmei Gou wrote:
Signed-off-by: Hongmei Gou <[email protected]>
---
recipes-bsp/pru/pru-icss_git.bbappend | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 recipes-bsp/pru/pru-icss_git.bbappend
diff --git a/recipes-bsp/pru/pru-icss_git.bbappend
b/recipes-bsp/pru/pru-icss_git.bbappend
new file mode 100644
index 0000000..cb56e38
--- /dev/null
+++ b/recipes-bsp/pru/pru-icss_git.bbappend
@@ -0,0 +1,8 @@
+PR_append = ".tisdk0"
+
+do_install_append() {
+ install -d ${D}${includedir}
+ cp -r ${S}/include/* ${D}${includedir}
+ install -d ${D}${libdir}
+ cp ${S}/lib/rpmsg_lib.lib ${D}${libdir}
+}
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago