Compare commits

...

2 commits

Author SHA1 Message Date
Your Name
9c0215fd1e 2025.01
Some checks failed
Run CI/CD... / main (push) Failing after 9m16s
2025-02-21 14:58:55 +00:00
Your Name
7a9f8ad85c 2025.01 2025-02-21 14:39:00 +00:00
2 changed files with 8 additions and 6 deletions

View file

@ -1,2 +1,2 @@
sources:
u-boot-2024.04.tar.bz2: 9b4dc125a8e6d53f73db2c3c0209f77d982b92da
u-boot-2025.01.tar.bz2: c74bfbe3ee8b3a57bba32175a41386947e9f0922

View file

@ -2,7 +2,7 @@
%global optflags %(echo %{optflags} | sed -e 's/-ffat-lto-objects//g' -e 's/-fvar-tracking-assignments//g')
Name: u-boot-tools
Version: 2024.04
Version: 2025.01
Release: 1
Summary: Tools for the u-boot Firmware
Group: System/Kernel and hardware
@ -10,16 +10,15 @@ Epoch: 1
URL: https://docs.u-boot.org/en/v%{version}/
Source0: https://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
License: GPLv2
BuildRequires: bzip2
BuildRequires: dtc
BuildRequires: openssl-devel
BuildRequires: bison
BuildRequires: flex
BuildRequires: pkgconfig(python3)
BuildRequires: python38-devel
BuildRequires: pkgconfig(python-3.8)
BuildRequires: python3egg(setuptools)
BuildRequires: python38-setuptools
BuildRequires: openssl1.1
BuildRequires: openssl1.1-devel
BuildRequires: pkgconfig(openssl3.3)
BuildRequires: %{_lib}tinfo5
BuildRequires: ncurses-devel
BuildRequires: llvm17
@ -37,6 +36,9 @@ mkimage a tool that creates kernel bootable images for u-boot.
sed -i 's/tinfo/ncursesw/g' tools/Makefile
%build
/usr/libexec/python3.8 -m venv .
. ./bin/activate
%set_build_flags
export PYTHONPATH=%{python38_sitelib}
export PYTHON3=/usr/libexec/python3.8