Skip to content

Commit

Permalink
u-boot-tools: Add mkenvimage (#5203)
Browse files Browse the repository at this point in the history
* u-boot-tools: Add mkenvimage

Fixes #5200

* bump pkgrel

---------

Co-authored-by: Christoph Reiter <[email protected]>
  • Loading branch information
joakim-tjernlund and lazka authored Feb 9, 2025
1 parent ad57f04 commit 7c7d154
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion u-boot-tools/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=u-boot-tools
pkgver=2024.07
pkgrel=1
pkgrel=2
pkgdesc="U-Boot Tools"
arch=('i686' 'x86_64')
url="https://github.com/u-boot/u-boot"
Expand Down Expand Up @@ -41,4 +41,5 @@ package() {
cp -f tools/fit_info.exe ${pkgdir}/usr/bin/
cp -f tools/fit_check_sign.exe ${pkgdir}/usr/bin/
cp -f tools/mkimage.exe ${pkgdir}/usr/bin/
cp -f tools/mkenvimage.exe ${pkgdir}/usr/bin/
}

0 comments on commit 7c7d154

Please sign in to comment.