mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2026-01-27 11:32:16 +01:00
meta-bsp --> meta-imx-bsp meta-sdk --> meta-imx-sdk meta-ml --> meta-imx-ml meta-v2x --> meta-imx-v2x meta-cockpit-->meta-imx-cockpit Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
8 lines
396 B
Plaintext
8 lines
396 B
Plaintext
do_deploy:append:imx8qm-cockpit () {
|
|
install -Dm 0644 ${S}/mx8qm-mek_cockpit-nospl-scfw-tcm.bin ${DEPLOYDIR}/${BOOT_TOOLS}
|
|
install -Dm 0644 ${S}/mx8qm-mek_cockpit-scfw-tcm.bin ${DEPLOYDIR}/${BOOT_TOOLS}
|
|
|
|
ln -sf mx8qm-mek_cockpit-scfw-tcm.bin ${DEPLOYDIR}/${BOOT_TOOLS}/${symlink_name}
|
|
ln -sf mx8qm-mek_cockpit-nospl-scfw-tcm.bin ${DEPLOYDIR}/${BOOT_TOOLS}/${symlink_name}_nospl
|
|
}
|