mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-05 10:21:52 +00:00
ti-dm-fw: Do not make signed DM image the default for K3
U-Boot with binman will do the signing as these images are packaged. Do not rename the DM image as the signed image. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
c76f3d98c8
commit
c8193da595
@@ -60,8 +60,8 @@ do_install() {
|
||||
install -d ${D}${INSTALL_DM_FW_DIR}
|
||||
for FW_NAME in ${DM_FW_LIST}
|
||||
do
|
||||
install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME} ${D}${INSTALL_DM_FW_DIR}/${FW_NAME}.unsigned
|
||||
install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME}.signed ${D}${INSTALL_DM_FW_DIR}/${FW_NAME}
|
||||
install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME} ${D}${INSTALL_DM_FW_DIR}/
|
||||
install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME}.signed ${D}${INSTALL_DM_FW_DIR}/
|
||||
done
|
||||
}
|
||||
|
||||
@@ -70,8 +70,8 @@ do_deploy() {
|
||||
install -d ${DEPLOYDIR}
|
||||
for FW_NAME in ${DM_FW_LIST}
|
||||
do
|
||||
install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME} ${DEPLOYDIR}/${FW_NAME}.unsigned
|
||||
install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME}.signed ${DEPLOYDIR}/${FW_NAME}
|
||||
install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME} ${DEPLOYDIR}/
|
||||
install -m 0644 ${S}/${DM_FW_DIR}/${FW_NAME}.signed ${DEPLOYDIR}/
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user