Signed-off-by: Denys Dmytriyenko <de...@ti.com>
---
 recipes-bsp/aif2-lld/aif2-lld_git.bb     | 1 +
 recipes-bsp/hyplnk-lld/hyplnk-lld_git.bb | 1 +
 recipes-bsp/srio-lld/srio-lld_git.bb     | 1 +
 recipes-ti/ipc/ipc-transport-srio_git.bb | 1 +
 4 files changed, 4 insertions(+)

diff --git a/recipes-bsp/aif2-lld/aif2-lld_git.bb 
b/recipes-bsp/aif2-lld/aif2-lld_git.bb
index f310b17..12b1d06 100644
--- a/recipes-bsp/aif2-lld/aif2-lld_git.bb
+++ b/recipes-bsp/aif2-lld/aif2-lld_git.bb
@@ -14,4 +14,5 @@ do_compile () {
 
 do_install () {
     oe_runmake install INSTALL_INC_BASE_DIR=${D}/${includedir} 
INSTALL_LIB_BASE_DIR=${D}${libdir}
+    chown -R root:root ${D}
 }
diff --git a/recipes-bsp/hyplnk-lld/hyplnk-lld_git.bb 
b/recipes-bsp/hyplnk-lld/hyplnk-lld_git.bb
index 8ef3c82..08124d7 100644
--- a/recipes-bsp/hyplnk-lld/hyplnk-lld_git.bb
+++ b/recipes-bsp/hyplnk-lld/hyplnk-lld_git.bb
@@ -18,6 +18,7 @@ do_install () {
        make -f makefile_armv7 install PDK_INSTALL_PATH="${STAGING_INCDIR}" \
                INSTALL_INC_BASE_DIR="${D}/${includedir}" \
                INSTALL_LIB_BASE_DIR="${D}${libdir}" HYPLNK_SRC_DIR="${S}"
+       chown -R root:root ${D}
 
        # Set the generic device library symbolic link to default k2h
        cd ${D}${libdir}
diff --git a/recipes-bsp/srio-lld/srio-lld_git.bb 
b/recipes-bsp/srio-lld/srio-lld_git.bb
index 48e7633..3797bef 100644
--- a/recipes-bsp/srio-lld/srio-lld_git.bb
+++ b/recipes-bsp/srio-lld/srio-lld_git.bb
@@ -17,4 +17,5 @@ do_compile () {
 
 do_install () {
        oe_runmake install INSTALL_INC_BASE_DIR=${D}${includedir} 
INSTALL_LIB_BASE_DIR=${D}${libdir}
+       chown -R root:root ${D}
 }
diff --git a/recipes-ti/ipc/ipc-transport-srio_git.bb 
b/recipes-ti/ipc/ipc-transport-srio_git.bb
index f0586d8..ca7f7b6 100644
--- a/recipes-ti/ipc/ipc-transport-srio_git.bb
+++ b/recipes-ti/ipc/ipc-transport-srio_git.bb
@@ -13,4 +13,5 @@ do_compile () {
 do_install () {
        oe_runmake install INSTALL_INC_BASE_DIR=${D}${includedir} \
                INSTALL_LIB_BASE_DIR=${D}${libdir}
+       chown -R root:root ${D}
 }
-- 
2.7.4

-- 
_______________________________________________
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to