Name: uboot-tools Version: 2018.09 Release: 6 Summary: tools for U-Boot License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+ URL: http://www.denx.de/wiki/U-Boot Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}%{?candidate:-%{candidate}}.tar.bz2 Source1: arm-boards Source2: arm-chromebooks Source3: aarch64-boards Source4: aarch64-chromebooks Source5: 10-devicetree.install Patch0001: usb-kbd-fixes.patch Patch0002: rpi-Enable-using-the-DT-provided-by-the-Raspberry-Pi.patch Patch0003: rockchip-make_fit_atf-fix-warning-unit_address_vs_reg.patch Patch0004: rockchip-make_fit_atf-use-elf-entry-point.patch Patch0005: rk3399-Rock960-board-support.patch Patch0006: dragonboard-fixes.patch Patch0007: tegra-efi_loader-simplify-ifdefs.patch Patch0008: sunxi-DT-A64-add-Pine64-LTS-support.patch BuildRequires: bc dtc gcc make flex bison git-core openssl-devel BuildRequires: python-unversioned-command python2-devel python2-setuptools BuildRequires: python2-libfdt python2-pyelftools SDL-devel swig %ifarch %{arm} aarch64 BuildRequires: vboot-utils %endif %ifarch aarch64 BuildRequires: arm-trusted-firmware-armv8 %endif Requires: dtc systemd %description This package includes the mkimage program, which allows generation of U-Boot images in various formats, and the fw_printenv and fw_setenv programs to read and modify U-Boot's environment. %ifarch aarch64 %package -n uboot-images-armv8 Summary: u-boot bootloader images for aarch64 boards Requires: uboot-tools BuildArch: noarch %description -n uboot-images-armv8 u-boot bootloader images for aarch64 boards %endif %ifarch %{arm} %package -n uboot-images-armv7 Summary: u-boot bootloader images for armv7 boards Requires: uboot-tools BuildArch: noarch %description -n uboot-images-armv7 u-boot bootloader images for armv7 boards %endif %ifarch %{arm} aarch64 %package -n uboot-images-elf Summary: u-boot bootloader images for armv7 boards Requires: uboot-tools Obsoletes: uboot-images-qemu Provides: uboot-images-qemu %description -n uboot-images-elf u-boot bootloader ELF images for use with qemu and other platforms %endif %package_help %prep %setup -q -n u-boot-%{version} git init git config --global gc.auto 0 git config user.email "noone@example.com" git config user.name "no one" git add . git commit -a -q -m "%{version} baseline" git am %{patches} - 2018.09-6 - Type:bugfix - ID:NA - SUG:NA - DESC: delete patch * Tue Jan 14 2020 openEuler Buildteam - 2018.09-5 - Type:bugfix - Id:NA - SUG:NA - DESC:close 3399 * Fri Oct 25 2019 openEuler Buildteam - 2018.09-4 - Type:bugfix - Id:NA - SUG:NA - DESC:add the README files to the main package * Sat Oct 12 2019 openEuler Buildteam - 2018.09-3 - Package init