diff options
author | Ting Liu <ting.liu@nxp.com> | 2017-03-17 15:51:09 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-03-17 17:04:04 -0300 |
commit | 7bf063afa6acd4c6a3356acecd6f250b035f4e0a (patch) | |
tree | 44e2a324e52a9369c2851fd0999a3f615e23e711 /recipes-bsp | |
parent | 8e342b5286f332b4df4fd0c78cde88fcbab29f82 (diff) | |
download | meta-freescale-7bf063afa6acd4c6a3356acecd6f250b035f4e0a.tar.gz |
ls2-rcw: fix host-user-contaminated QA warning
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/rcw/ls2-rcw_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/rcw/ls2-rcw_git.bb b/recipes-bsp/rcw/ls2-rcw_git.bb index fafd9141..70d27a06 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('- | |||
18 | do_install () { | 18 | do_install () { |
19 | install -d ${D}/boot/rcw | 19 | install -d ${D}/boot/rcw |
20 | cp -a ${S}/${M} ${D}/boot/rcw/ | 20 | cp -a ${S}/${M} ${D}/boot/rcw/ |
21 | chown -R root:root ${D} | ||
21 | } | 22 | } |
22 | 23 | ||
23 | do_deploy () { | 24 | do_deploy () { |