View | Details | Raw Unified | Return to bug 60270
Collapse All | Expand All

(-)a/u-boot-rockchip.spec (-2 / +8 lines)
Lines 1-6 Link Here
1
Name: u-boot-rockchip
1
Name: u-boot-rockchip
2
Version: 2026.07
2
Version: 2026.07
3
Release: alt2
3
Release: alt3
4
4
5
Summary: Das U-Boot
5
Summary: Das U-Boot
6
License: GPLv2+
6
License: GPLv2+
Lines 40-45 sed '/^CONFIG_DEFAULT_FDT_FILE/ s,rk3566-powkiddy-x55,rk3568-anbernic-rg-ds,' \ Link Here
40
	< configs/powkiddy-x55-rk3566_defconfig \
40
	< configs/powkiddy-x55-rk3566_defconfig \
41
	> configs/anbernic-rg-ds-rk3568_defconfig
41
	> configs/anbernic-rg-ds-rk3568_defconfig
42
sed -i '/^CONFIG_FS_EXFAT/d' configs/*
42
sed -i '/^CONFIG_FS_EXFAT/d' configs/*
43
# ALT#60208
44
sed '/^CONFIG_DEFAULT_FDT_FILE/ s,rk3588-generic,rk3588-repka-pi5,' \
45
        < configs/generic-rk3588_defconfig \
46
        > configs/repka-pi-5-rk3588_defconfig
43
rm configs/generic-rk33*_defconfig
47
rm configs/generic-rk33*_defconfig
44
48
45
%build
49
%build
Lines 87-92 cp -a out/* %buildroot%_datadir/u-boot Link Here
87
%_datadir/u-boot/*
91
%_datadir/u-boot/*
88
92
89
%changelog
93
%changelog
94
* Fri Aug 21 2026 Mikhail Bessonov <heliumium1997@gmail.com> 2026.07-alt3
95
- added repka-pi-5-rk3588 board support (closes: 60208)
96
90
* Fri Aug 14 2026 Anton Farygin <rider@altlinux.org> 2026.07-alt2
97
* Fri Aug 14 2026 Anton Farygin <rider@altlinux.org> 2026.07-alt2
91
- fixed build with dtc 1.8.1: disabled node_name_not_empty check
98
- fixed build with dtc 1.8.1: disabled node_name_not_empty check
92
  (binman template nodes like @atf-SEQ are intentional)
99
  (binman template nodes like @atf-SEQ are intentional)
93
- 

Return to bug 60270