Compare commits

..

No commits in common. "9c0215fd1ecc1015d9353081db84d0352ec0c1e4" and "b5e4c5877582fd778630f32e66dc2bd36e3387d1" have entirely different histories.

2 changed files with 6 additions and 8 deletions

View file

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

View file

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