[meta-freescale] [PATCH 8/8] ls2-rcw: fix host-user-contaminated QA warning

Chunrong Guo B40290 at freescale.com
Fri Mar 17 00:51:09 PDT 2017


From: Ting Liu <ting.liu at nxp.com>

Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
 recipes-bsp/rcw/ls2-rcw_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-bsp/rcw/ls2-rcw_git.bb b/recipes-bsp/rcw/ls2-rcw_git.bb
index fafd914..70d27a0 100644
--- a/recipes-bsp/rcw/ls2-rcw_git.bb
+++ b/recipes-bsp/rcw/ls2-rcw_git.bb
@@ -18,6 +18,7 @@ M="${@d.getVar('MACHINE', True).replace('-64b','').replace('-32b','').replace('-
 do_install () {
     install -d ${D}/boot/rcw
     cp -a ${S}/${M} ${D}/boot/rcw/
+    chown -R root:root ${D}
 }
 
 do_deploy () {
-- 
1.9.0



More information about the meta-freescale mailing list