diff options
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb b/meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb index 8fb40d12..f635565d 100644 --- a/meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb +++ b/meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb | |||
@@ -60,8 +60,8 @@ do_install() { | |||
60 | install -d ${D}${INSTALL_DM_FW_DIR} | 60 | install -d ${D}${INSTALL_DM_FW_DIR} |
61 | for FW_NAME in ${DM_FW_LIST} | 61 | for FW_NAME in ${DM_FW_LIST} |
62 | do | 62 | do |
63 | install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME} ${D}${INSTALL_DM_FW_DIR}/${FW_NAME}.unsigned | 63 | install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME} ${D}${INSTALL_DM_FW_DIR}/ |
64 | install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME}.signed ${D}${INSTALL_DM_FW_DIR}/${FW_NAME} | 64 | install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME}.signed ${D}${INSTALL_DM_FW_DIR}/ |
65 | done | 65 | done |
66 | } | 66 | } |
67 | 67 | ||
@@ -70,8 +70,8 @@ do_deploy() { | |||
70 | install -d ${DEPLOYDIR} | 70 | install -d ${DEPLOYDIR} |
71 | for FW_NAME in ${DM_FW_LIST} | 71 | for FW_NAME in ${DM_FW_LIST} |
72 | do | 72 | do |
73 | install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME} ${DEPLOYDIR}/${FW_NAME}.unsigned | 73 | install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME} ${DEPLOYDIR}/ |
74 | install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME}.signed ${DEPLOYDIR}/${FW_NAME} | 74 | install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME}.signed ${DEPLOYDIR}/ |
75 | done | 75 | done |
76 | } | 76 | } |
77 | 77 | ||