File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
44
55PKG_NAME ="u-boot"
6+ PKG_VERSION ="2026.01"
7+ PKG_SHA256 ="b60d5865cefdbc75da8da4156c56c458e00de75a49b80c1a2e58a96e30ad0d54"
68PKG_ARCH ="arm aarch64"
79PKG_LICENSE ="GPL"
810PKG_SITE ="https://www.denx.de/wiki/U-Boot"
11+ PKG_URL ="https://ftp.denx.de/pub/u-boot/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
912PKG_DEPENDS_TARGET ="toolchain openssl:host pkg-config:host Python3:host swig:host pyelftools:host"
1013PKG_LONGDESC ="Das U-Boot is a cross-platform bootloader for embedded systems."
1114
1215PKG_STAMP ="${UBOOT_SYSTEM} ${UBOOT_TARGET}"
1316
14- case ${PROJECT} in
15- Rockchip)
16- PKG_VERSION ="2025.10" # plus Kwiboo changes for RK3576 support
17- PKG_SHA256="b4f032848e56cc8f213ad59f9132c084dbbb632bc29176d024e58220e0efdf4a"
18- PKG_URL ="https://ftp.denx.de/pub/u-boot/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
19- ;;
20- *)
21- PKG_VERSION ="2026.01"
22- PKG_SHA256 ="b60d5865cefdbc75da8da4156c56c458e00de75a49b80c1a2e58a96e30ad0d54"
23- PKG_URL ="https://ftp.denx.de/pub/u-boot/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
24- ;;
25- esac
26-
2717[ -n "${KERNEL_TOOLCHAIN}" ] && PKG_DEPENDS_TARGET+=" gcc-${KERNEL_TOOLCHAIN} :host"
2818
2919if [ -n "${UBOOT_FIRMWARE}" ]; then
You can’t perform that action at this time.
0 commit comments