kernel-arm64.patch: fix up build... no idea if it works

This commit is contained in:
Kyle McMartin 2015-01-07 14:39:48 -05:00
parent 0de8260856
commit 1c0b002c1e
3 changed files with 211 additions and 6756 deletions

View File

@ -152,3 +152,5 @@ CONFIG_DMIID=y
CONFIG_DMI_SYSFS=y CONFIG_DMI_SYSFS=y
CONFIG_SATA_AHCI_PLATFORM=y CONFIG_SATA_AHCI_PLATFORM=y
# CONFIG_PMIC_OPREGION is not set

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ Summary: The Linux kernel
# be 0. # be 0.
%global released_kernel 0 %global released_kernel 0
%global aarch64patches 0 %global aarch64patches 1
# Sign modules on x86. Make sure the config files match this setting if more # Sign modules on x86. Make sure the config files match this setting if more
# architectures are added. # architectures are added.
@ -42,7 +42,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and # For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
# #
%global baserelease 1 %global baserelease 2
%global fedora_build %{baserelease} %global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching # base_sublevel is the kernel version we're starting with and patching
@ -1481,10 +1481,8 @@ BuildKernel() {
%{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} aarch64 %ifarch %{arm} aarch64
%{make} -s ARCH=$Arch V=1 dtbs %{make} -s ARCH=$Arch V=1 dtbs dtbs_install INSTALL_DTBS_PATH=$RPM_BUILD_ROOT/%{image_install_path}/dtb-$KernelVer
mkdir -p $RPM_BUILD_ROOT/%{image_install_path}/dtb-$KernelVer find arch/$Arch/boot/dts -name '*.dtb' -type f | xargs rm -f
install -m 644 arch/$Arch/boot/dts/*.dtb $RPM_BUILD_ROOT/%{image_install_path}/dtb-$KernelVer/
rm -f arch/$Arch/boot/dts/*.dtb
%endif %endif
# Start installing the results # Start installing the results
@ -2210,6 +2208,9 @@ fi
# ||----w | # ||----w |
# || || # || ||
%changelog %changelog
* Wed Jan 07 2015 Kyle McMartin <kyle@fedoraproject.org> - 3.19.0-0.rc3.git1.2
- kernel-arm64.patch: fix up build... no idea if it works.
* Wed Jan 07 2015 Josh Boyer <jwboyer@fedoraproject.org> * Wed Jan 07 2015 Josh Boyer <jwboyer@fedoraproject.org>
- CVE-2014-9529 memory corruption or panic during key gc (rhbz 1179813 1179853) - CVE-2014-9529 memory corruption or panic during key gc (rhbz 1179813 1179853)