tegra-flashtools-native: install tegrasign_v3* files

This fixes an issue where the tegrasign_v3_oemkey.yaml file was
not being installed by the existing 'tegrasign_v3*py' install rule.

Signed-off-by: Ian Stewart <istewart@nvidia.com>
This commit is contained in:
Ian Stewart
2023-04-14 09:48:49 -06:00
committed by Matt Madison
parent f3ba8fd93f
commit 923658221a

View File

@@ -48,7 +48,7 @@ do_install() {
install -m 0755 ${S}/bootloader/tegraparser_v2 ${D}${BINDIR}
install -m 0755 ${S}/bootloader/tegrarcm_v2 ${D}${BINDIR}
install -m 0755 ${S}/bootloader/tegrasign_v2 ${D}${BINDIR}
install -m 0755 ${S}/bootloader/tegrasign_v3*py ${D}${BINDIR}
install -m 0755 ${S}/bootloader/tegrasign_v3* ${D}${BINDIR}
install -m 0755 ${S}/bootloader/tegraopenssl ${D}${BINDIR}
install -d ${D}${BINDIR}/pyfdt
install -m 0644 ${S}/bootloader/pyfdt/*.py ${D}${BINDIR}/pyfdt/