Linux v3.9-7992-g99c6bcf
- Temporarily removed the ARM configs until they get fixed up
This commit is contained in:
parent
0e5e26e82a
commit
646b52f3a2
@ -6,6 +6,8 @@ CONFIG_ARCH_VIRT=y
|
|||||||
# CONFIG_ARCH_EXYNOS4 is not set
|
# CONFIG_ARCH_EXYNOS4 is not set
|
||||||
CONFIG_ARCH_EXYNOS5=y
|
CONFIG_ARCH_EXYNOS5=y
|
||||||
|
|
||||||
|
# CONFIG_EXYNOS_ATAGS is not set
|
||||||
|
|
||||||
CONFIG_ARM_LPAE=y
|
CONFIG_ARM_LPAE=y
|
||||||
CONFIG_VIRTIO_CONSOLE=m
|
CONFIG_VIRTIO_CONSOLE=m
|
||||||
CONFIG_ARM_VIRT_EXT=y
|
CONFIG_ARM_VIRT_EXT=y
|
||||||
|
@ -62,7 +62,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 2
|
%global baserelease 1
|
||||||
%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
|
||||||
@ -95,7 +95,7 @@ Summary: The Linux kernel
|
|||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 0
|
%define rcrev 0
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 11
|
%define gitrev 12
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 3.%{upstream_sublevel}.0
|
%define rpmversion 3.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -1451,6 +1451,8 @@ mkdir configs
|
|||||||
rm -f kernel-%{version}-*debug.config
|
rm -f kernel-%{version}-*debug.config
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
rm -f kernel-%{version}-arm*.config
|
||||||
|
|
||||||
# now run oldconfig over all the config files
|
# now run oldconfig over all the config files
|
||||||
for i in *.config
|
for i in *.config
|
||||||
do
|
do
|
||||||
@ -2264,6 +2266,9 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 02 2013 Josh Boyer <jwboyer@redhat.com> - 3.10.0-0.rc0.git12.1
|
||||||
|
- Linux v3.9-7992-g99c6bcf
|
||||||
|
|
||||||
* Thu May 02 2013 Josh Boyer <jwboyer@redhat.com> - 3.10.0-0.rc0.git11.1
|
* Thu May 02 2013 Josh Boyer <jwboyer@redhat.com> - 3.10.0-0.rc0.git11.1
|
||||||
- Linux v3.9-7391-g20b4fb4
|
- Linux v3.9-7391-g20b4fb4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user