mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
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:
committed by
Matt Madison
parent
f3ba8fd93f
commit
923658221a
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user