]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls2-rcw: fix host-user-contaminated QA warning
authorTing Liu <ting.liu@nxp.com>
Fri, 17 Mar 2017 07:51:09 +0000 (15:51 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 17 Mar 2017 20:04:04 +0000 (17:04 -0300)
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/rcw/ls2-rcw_git.bb

index fafd914112d6b657d67c8f3fd75a86fe95650abc..70d27a06a74c3f000f27200601d518533171be68 100644 (file)
@@ -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 () {