Skip to content

Commit

Permalink
edk2-firmware-tegra: deploy l4t-launcher
Browse files Browse the repository at this point in the history
So it can be consumed when generating wic images.

foundriesio/meta-lmp#1083

Signed-off-by: Ricardo Salveti <[email protected]>
Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
ricardosalveti authored and quaresmajose committed Sep 5, 2023
1 parent 94d8bf0 commit df1c69c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-bsp/uefi/edk2-firmware-tegra_35.4.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ INSANE_SKIP:l4t-launcher = "buildpaths"

do_deploy() {
install -d ${DEPLOYDIR}
install -m 0644 ${B}/images/BOOTAA64.efi ${DEPLOYDIR}/
install -m 0644 ${B}/images/${EDK2_BIN_NAME} ${DEPLOYDIR}/
for dtb in ${TEGRA_BOOTCONTROL_OVERLAYS} L4TConfiguration-rcmboot.dtbo; do
[ -e ${B}/images/$dtb ] || continue
Expand Down

0 comments on commit df1c69c

Please sign in to comment.