Re-enable kernel-arm64.patch after updating.
- CONFIG_SERIAL_8250_FINTEK moved to generic since it appears on x86-generic and arm64 now. - CONFIG_IMX_THERMAL=n added to config-arm64.
This commit is contained in:
parent
27d39a95f6
commit
88b2d09576
@ -137,3 +137,8 @@ CONFIG_ACPI_CUSTOM_METHOD=m
|
|||||||
CONFIG_AMD_XGBE=m
|
CONFIG_AMD_XGBE=m
|
||||||
CONFIG_AMD_XGBE_PHY=m
|
CONFIG_AMD_XGBE_PHY=m
|
||||||
# CONFIG_AMD_XGBE_DCB is not set
|
# CONFIG_AMD_XGBE_DCB is not set
|
||||||
|
|
||||||
|
# CONFIG_IMX_THERMAL is not set
|
||||||
|
|
||||||
|
# temporary 2014-10-21
|
||||||
|
# CONFIG_BPF_JIT is not set
|
||||||
|
@ -5273,3 +5273,5 @@ CONFIG_FMC_CHARDEV=m
|
|||||||
# CONFIG_GLOB_SELFTEST is not set
|
# CONFIG_GLOB_SELFTEST is not set
|
||||||
|
|
||||||
# CONFIG_SBSAUART_TTY is not set
|
# CONFIG_SBSAUART_TTY is not set
|
||||||
|
|
||||||
|
# CONFIG_SERIAL_8250_FINTEK is not set
|
||||||
|
@ -408,8 +408,6 @@ CONFIG_GPIO_ICH=m
|
|||||||
# CONFIG_TWL4030_CORE is not set
|
# CONFIG_TWL4030_CORE is not set
|
||||||
# CONFIG_TWL6040_CORE is not set
|
# CONFIG_TWL6040_CORE is not set
|
||||||
|
|
||||||
# CONFIG_SERIAL_8250_FINTEK is not set
|
|
||||||
|
|
||||||
CONFIG_PCI_CNB20LE_QUIRK=y
|
CONFIG_PCI_CNB20LE_QUIRK=y
|
||||||
|
|
||||||
CONFIG_ACPI_EC_DEBUGFS=m
|
CONFIG_ACPI_EC_DEBUGFS=m
|
||||||
|
9207
kernel-arm64.patch
9207
kernel-arm64.patch
File diff suppressed because it is too large
Load Diff
11
kernel.spec
11
kernel.spec
@ -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
|
||||||
@ -2208,6 +2208,13 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 21 2014 Kyle McMartin <kyle@fedoraproject.org> - 3.18.0-0.rc1.git1.2
|
||||||
|
- Re-enable kernel-arm64.patch after updating.
|
||||||
|
- CONFIG_SERIAL_8250_FINTEK moved to generic since it appears on x86-generic
|
||||||
|
and arm64 now.
|
||||||
|
- CONFIG_IMX_THERMAL=n added to config-arm64.
|
||||||
|
- arm64: disable BPF_JIT temporarily
|
||||||
|
|
||||||
* Tue Oct 21 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.18.0-0.rc1.git1.1
|
* Tue Oct 21 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.18.0-0.rc1.git1.1
|
||||||
- Linux v3.18-rc1-68-gc2661b806092
|
- Linux v3.18-rc1-68-gc2661b806092
|
||||||
- Make LOG_BUF_SHIFT on arm64 the same as the rest of the arches (rhbz 1123327)
|
- Make LOG_BUF_SHIFT on arm64 the same as the rest of the arches (rhbz 1123327)
|
||||||
|
Loading…
Reference in New Issue
Block a user