Commit Graph

20 Commits

Author SHA1 Message Date
Peter Robinson e9bc1eed73 Cleanup some old config options, remove DRM drivers hidden behind DRM_LEGACY, tweak module filters a little (fpga, iio, few other bits), minor find optimisation 2018-08-16 20:01:58 +01:00
Justin M. Forbes 5bf5e37a74 Linux v4.16-9576-g38c23685b273 2018-04-06 12:00:21 -05:00
Peter Robinson 6749144071 don't filter platform drivers (currently only chromeos devices) from core 2018-02-10 18:19:41 +00:00
Justin M. Forbes a5f6bafe62 Back out non working filter changes 2018-02-08 14:10:08 -06:00
Peter Robinson 613cf10377 Filter GPU bridge drivers on all arches, re-enable adv7511 2018-01-29 22:28:36 +00:00
Peter Robinson afeb9a1070 Minor updates for sun4i drm drivers 2017-12-04 22:22:54 +00:00
Peter Robinson 8441c02246 update arm filters with sun4i drm driver 2017-09-12 23:11:20 +01:00
Peter Robinson 1e6b13532a update the arm/aarch64 drm filters 2017-06-30 15:58:00 +01:00
Peter Robinson 580d60f07a Add initial support for vc4 HDMI Audio 2017-03-21 16:35:26 +00:00
Peter Robinson 1740cd6527 filter qedi iscsi driver 2016-12-27 03:52:58 +00:00
Josh Boyer dbdee9093f ... filter it everywhere 2016-10-12 10:24:42 -04:00
Peter Robinson d6f5bfaa12 Filter nvme rdma modules to extras, Fix IP Wireless driver filtering (rhbz 1356043) thanks lkundrak, Build IIO tools 2016-07-28 08:47:41 +01:00
Peter Robinson af16af05c2 Enable Infiniband on ARM now we have HW 2016-06-14 11:47:49 +01:00
Peter Robinson 60591bf6b9 filters: move firewire mwave w1 from core to modules 2016-01-15 12:38:21 -06:00
Peter Robinson 864dbf0fd4 filters: armv7/aarch64: add custom ethdrvs to ensure we get useful NICs in core 2016-01-15 12:38:20 -06:00
Josh Boyer 22faa3a329 Move iscsi_tcp and related modules to kernel-core (rhbz 1249424) 2015-10-29 09:35:28 -04:00
Josh Boyer 498236e304 Fix filter files for the rpcrdma rename 2015-06-29 12:43:51 -04:00
Josh Boyer a1aa1a8796 Enable TCM_USER (rhbz 1174986) 2014-12-17 10:48:32 -05:00
Josh Boyer aa73513f1f Rename kernel-drivers to kernel-modules 2014-05-01 21:10:48 -04:00
Josh Boyer 94ce4eca27 Split kernel into kernel-core and kernel-drivers subpackages
This creates kernel-core and kernel-drivers subpackages.  The kernel package
remains as a meta-package the requires both of the subpackages.  This allows
most installs to continue on as-is with upgrades working.

The contents of the kernel-core and kernel-drivers subpackages are determined
at build time through the filter-modules.sh script.  This script "removes"
pre-defined subsystems and modules and generates a filelist for the %files
section of each subpackage.  The contents of each are per-arch, with arch
override files taken into account.  This allows us to make the split useful
for varying arches.
2014-04-29 17:27:16 -04:00