Skip to content
Snippets Groups Projects

am62x: Update package name for sitara binaries

Merged Martyn Welch requested to merge wip/martyn/tweak-am62x-installer into apertis/v2025pre
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -56,12 +56,12 @@ actions:
- action: run
description: Download U-Boot (chdist)
chroot: false
command: chdist -d "./chdist" -a {{ $architecture }} apt {{ $osname }}-{{ $suite }} download u-boot-sitara
command: chdist -d "./chdist" -a {{ $architecture }} apt {{ $osname }}-{{ $suite }} download u-boot-sitara-binaries
- action: run
description: Unpack U-Boot
chroot: false
command: dpkg -x u-boot-sitara_*.deb "${ROOTDIR}/deb-binaries"
command: dpkg -x u-boot-sitara-binaries_*.deb "${ROOTDIR}/deb-binaries"
- action: run
description: Download Arm Trusted Firmware (chdist)
Loading