summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/atf/qoriq-atf_2.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/atf/qoriq-atf_2.12.bb')
-rw-r--r--recipes-bsp/atf/qoriq-atf_2.12.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/atf/qoriq-atf_2.12.bb b/recipes-bsp/atf/qoriq-atf_2.12.bb
index 4eb7be9d3..ea5b558af 100644
--- a/recipes-bsp/atf/qoriq-atf_2.12.bb
+++ b/recipes-bsp/atf/qoriq-atf_2.12.bb
@@ -168,13 +168,13 @@ do_compile() {
168 168
169do_install() { 169do_install() {
170 install -d ${D}/boot/atf/ 170 install -d ${D}/boot/atf/
171 cp srk.pri ${D}/boot/atf/ 171 install -m 0644 srk.pri ${D}/boot/atf/
172 cp srk.pub ${D}/boot/atf/ 172 install -m 0644 srk.pub ${D}/boot/atf/
173 cp *.pbl ${D}/boot/atf/ 173 install -m 0644 *.pbl ${D}/boot/atf/
174 if [ ! -e fuse_fip.bin ]; then 174 if [ ! -e fuse_fip.bin ]; then
175 rm -f fuse_scr.bin 175 rm -f fuse_scr.bin
176 fi 176 fi
177 cp *.bin ${D}/boot/atf/ 177 install -m 0644 *.bin ${D}/boot/atf/
178 chown -R root:root ${D} 178 chown -R root:root ${D}
179} 179}
180 180