u-boot-tools: update to 2022.04.
This commit is contained in:
parent
a852533adf
commit
e36eb3c533
1 changed files with 12 additions and 10 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'u-boot-tools'
|
# Template file for 'u-boot-tools'
|
||||||
pkgname=u-boot-tools
|
pkgname=u-boot-tools
|
||||||
version=2022.01
|
version=2022.04
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="u-boot-${version}"
|
wrksrc="u-boot-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="HOSTSTRIP=: STRIP=:"
|
make_build_args="HOSTSTRIP=: STRIP=: NO_SDL=1"
|
||||||
make_build_target="tools envtools"
|
make_build_target="tools-all tools-only envtools"
|
||||||
hostmakedepends="bison flex"
|
hostmakedepends="bison flex which"
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel libuuid-devel gnutls-devel ncurses-libtinfo-devel"
|
||||||
short_desc="Das U-Boot tools"
|
short_desc="Das U-Boot tools"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.denx.de/wiki/U-Boot/"
|
homepage="https://www.denx.de/wiki/U-Boot/"
|
||||||
distfiles="ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
|
distfiles="ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
|
||||||
checksum=81b4543227db228c03f8a1bf5ddbc813b0bb8f6555ce46064ef721a6fc680413
|
checksum=68e065413926778e276ec3abd28bb32fa82abaa4a6898d570c1f48fbdb08bcd0
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
make_build_args+=" CROSS_BUILD_TOOLS=y CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
|
make_build_args+=" CROSS_BUILD_TOOLS=y CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
|
||||||
|
@ -39,12 +39,14 @@ do_check() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
ln -sf fw_printenv tools/env/fw_setenv
|
ln -sf fw_printenv tools/env/fw_setenv
|
||||||
for x in dumpimage fdtgrep fit_check_sign fit_info gen_eth_addr \
|
for x in bmp_logo dumpimage fdtgrep fit_check_sign fit_info gen_eth_addr \
|
||||||
gen_ethaddr_crc ifwitool img2srec mkenvimage mkimage proftool \
|
gen_ethaddr_crc ifwitool img2srec kwboot mkeficapsule mkenvimage mkimage \
|
||||||
spl_size_limit env/fw_printenv env/fw_setenv; do
|
proftool spl_size_limit env/fw_printenv env/fw_setenv; do
|
||||||
vbin "tools/$x"
|
vbin "tools/$x"
|
||||||
|
if [ -r "doc/${x}.1" ]; then
|
||||||
|
vman "doc/${x}.1"
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
vman doc/mkimage.1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
uboot-mkimage_package() {
|
uboot-mkimage_package() {
|
||||||
|
|
Loading…
Reference in a new issue