drop ppc64p7 kernel options, not supported in F-26+ and never in dnf (NFC)
This commit is contained in:
parent
851373223a
commit
25c8ec0584
@ -1 +0,0 @@
|
||||
# CONFIG_CPU_LITTLE_ENDIAN is not set
|
@ -1 +0,0 @@
|
||||
CONFIG_GENERIC_PHY=y
|
@ -1 +0,0 @@
|
||||
CONFIG_I2C_MUX=m
|
@ -1 +0,0 @@
|
||||
CONFIG_MFD_CORE=m
|
@ -1 +0,0 @@
|
||||
CONFIG_POWER7_CPU=y
|
@ -1 +0,0 @@
|
||||
CONFIG_SERIAL_CORE=m
|
@ -46,8 +46,6 @@ function merge_configs()
|
||||
echo "# powerpc" > $name
|
||||
elif [ "x$arch" == "xppc64le" ]; then
|
||||
echo "# powerpc" > $name
|
||||
elif [ "x$arch" == "xppc64p7" ]; then
|
||||
echo "# powerpc" > $name
|
||||
elif [ "x$arch" == "xs390x" ]; then
|
||||
echo "# s390" > $name
|
||||
elif [ "x$arch" == "xarmv7hl" ]; then
|
||||
|
@ -20,8 +20,7 @@ ppc64-debug=baseconfig:baseconfig-powerpc:baseconfig-powerpc-powerpc64:debugconf
|
||||
# ppc64le
|
||||
ppc64le=baseconfig:baseconfig-powerpc:baseconfig-powerpc-powerpc64le
|
||||
ppc64le-debug=baseconfig:baseconfig-powerpc:baseconfig-powerpc-powerpc64le:debugconfig
|
||||
ppc64p7=baseconfig:baseconfig-powerpc:baseconfig-powerpc-powerpc64p7
|
||||
ppc64p7-debug=baseconfig:baseconfig-powerpc:baseconfig-powerpc-powerpc64p7:debugconfig
|
||||
|
||||
# s390x
|
||||
s390x=baseconfig:baseconfig-s390x
|
||||
s390x-debug=baseconfig:baseconfig-s390x:debugconfig
|
||||
|
@ -1,14 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
# This is the ppc64p7 override file for the core/drivers package split. The
|
||||
# module directories listed here and in the generic list in filter-modules.sh
|
||||
# will be moved to the resulting kernel-modules package for this arch.
|
||||
# Anything not listed in those files will be in the kernel-core package.
|
||||
#
|
||||
# Please review the default list in filter-modules.sh before making
|
||||
# modifications to the overrides below. If something should be removed across
|
||||
# all arches, remove it in the default instead of per-arch.
|
||||
|
||||
driverdirs="atm auxdisplay bcma bluetooth firewire fmc infiniband isdn leds media memstick message mmc mtd mwave nfc ntb pcmcia platform power ssb staging tty uio uwb w1"
|
||||
|
||||
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -269,7 +269,7 @@ Summary: The Linux kernel
|
||||
%define make_target vmlinux
|
||||
%define kernel_image vmlinux
|
||||
%define kernel_image_elf 1
|
||||
%ifarch ppc64 ppc64p7
|
||||
%ifarch ppc64
|
||||
%define all_arch_configs kernel-%{version}-ppc64*.config
|
||||
%endif
|
||||
%ifarch ppc64le
|
||||
@ -379,7 +379,7 @@ Version: %{rpmversion}
|
||||
Release: %{pkg_release}
|
||||
# DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD.
|
||||
# SET %%nobuildarches (ABOVE) INSTEAD
|
||||
ExclusiveArch: %{all_x86} x86_64 ppc64 ppc64p7 s390x %{arm} aarch64 ppc64le
|
||||
ExclusiveArch: %{all_x86} x86_64 ppc64 s390x %{arm} aarch64 ppc64le
|
||||
ExclusiveOS: Linux
|
||||
%ifnarch %{nobuildarches}
|
||||
Requires: kernel-core-uname-r = %{KVERREL}%{?variant}
|
||||
@ -453,7 +453,6 @@ Source93: filter-aarch64.sh
|
||||
Source95: filter-ppc64.sh
|
||||
Source96: filter-ppc64le.sh
|
||||
Source97: filter-s390x.sh
|
||||
Source98: filter-ppc64p7.sh
|
||||
Source99: filter-modules.sh
|
||||
%define modsign_cmd %{SOURCE18}
|
||||
|
||||
@ -471,8 +470,6 @@ Source30: kernel-ppc64.config
|
||||
Source31: kernel-ppc64-debug.config
|
||||
Source32: kernel-ppc64le.config
|
||||
Source33: kernel-ppc64le-debug.config
|
||||
Source34: kernel-ppc64p7.config
|
||||
Source35: kernel-ppc64p7-debug.config
|
||||
Source36: kernel-s390x.config
|
||||
Source37: kernel-s390x-debug.config
|
||||
Source38: kernel-x86_64.config
|
||||
|
Loading…
Reference in New Issue
Block a user