diff options
-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 () { |