[arm64] install dtbs
This commit is contained in:
parent
7ad7e4c401
commit
49ba08f01f
@ -82,3 +82,5 @@ CONFIG_VM_EVENT_COUNTERS=y
|
|||||||
# weird include chain resulting in missing u64 type
|
# weird include chain resulting in missing u64 type
|
||||||
# CONFIG_USB_SPEEDTOUCH is not set
|
# CONFIG_USB_SPEEDTOUCH is not set
|
||||||
# dma issues in headers
|
# dma issues in headers
|
||||||
|
# CONFIG_PARPORT_PC is not set
|
||||||
|
# CONFIG_VGA_CONSOLE is not set
|
||||||
|
12
kernel.spec
12
kernel.spec
@ -1595,11 +1595,11 @@ BuildKernel() {
|
|||||||
%{make} -s ARCH=$Arch V=1 %{?_smp_mflags} $MakeTarget %{?sparse_mflags} %{?kernel_mflags}
|
%{make} -s ARCH=$Arch V=1 %{?_smp_mflags} $MakeTarget %{?sparse_mflags} %{?kernel_mflags}
|
||||||
%{make} -s ARCH=$Arch V=1 %{?_smp_mflags} modules %{?sparse_mflags} || exit 1
|
%{make} -s ARCH=$Arch V=1 %{?_smp_mflags} modules %{?sparse_mflags} || exit 1
|
||||||
|
|
||||||
%ifarch %{arm}
|
%ifarch %{arm} aarch64
|
||||||
%{make} -s ARCH=$Arch V=1 dtbs
|
%{make} -s ARCH=$Arch V=1 dtbs
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{image_install_path}/dtb-$KernelVer
|
mkdir -p $RPM_BUILD_ROOT/%{image_install_path}/dtb-$KernelVer
|
||||||
install -m 644 arch/arm/boot/dts/*.dtb $RPM_BUILD_ROOT/boot/dtb-$KernelVer/
|
install -m 644 arch/$Arch/boot/dts/*.dtb $RPM_BUILD_ROOT/boot/dtb-$KernelVer/
|
||||||
rm -f arch/arm/boot/dts/*.dtb
|
rm -f arch/$Arch/boot/dts/*.dtb
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Start installing the results
|
# Start installing the results
|
||||||
@ -2206,7 +2206,7 @@ fi
|
|||||||
%defattr(-,root,root)\
|
%defattr(-,root,root)\
|
||||||
/%{image_install_path}/%{?-k:%{-k*}}%{!?-k:vmlinuz}-%{KVERREL}%{?2:+%{2}}\
|
/%{image_install_path}/%{?-k:%{-k*}}%{!?-k:vmlinuz}-%{KVERREL}%{?2:+%{2}}\
|
||||||
/%{image_install_path}/.vmlinuz-%{KVERREL}%{?2:+%{2}}.hmac \
|
/%{image_install_path}/.vmlinuz-%{KVERREL}%{?2:+%{2}}.hmac \
|
||||||
%ifarch %{arm}\
|
%ifarch %{arm} aarch64\
|
||||||
/%{image_install_path}/dtb-%{KVERREL}%{?2:+%{2}} \
|
/%{image_install_path}/dtb-%{KVERREL}%{?2:+%{2}} \
|
||||||
%endif\
|
%endif\
|
||||||
%attr(600,root,root) /boot/System.map-%{KVERREL}%{?2:+%{2}}\
|
%attr(600,root,root) /boot/System.map-%{KVERREL}%{?2:+%{2}}\
|
||||||
@ -2258,6 +2258,10 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 03 2013 Kyle McMartin <kyle@redhat.com>
|
||||||
|
- [arm64] disable VGA_CONSOLE and PARPORT_PC
|
||||||
|
- [arm64] install dtb as on %{arm}
|
||||||
|
|
||||||
* Tue Sep 03 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.11.0-1
|
* Tue Sep 03 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.11.0-1
|
||||||
- Linux v3.11
|
- Linux v3.11
|
||||||
- Disable debugging options.
|
- Disable debugging options.
|
||||||
|
Loading…
Reference in New Issue
Block a user