diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2016-08-13 12:58:30 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2016-08-15 21:02:10 +0100 |
commit | 7d052c4a68df8aa5010e240db311674a32f837c2 (patch) | |
tree | 35cd274bd055bf87f35b2decf943a95045c9bc80 /debian/control.modules.in | |
parent | 12600e8bbf0b4795791954ab79ca4525b895a83d (diff) |
Add optional binary kernel modules package
Add optional binary kernel modules package, disabled by default
(build with DEB_BUILD_OPTIONS=kernel_modules to enable). If enabled
will build kernel modules against the local, current kernel version
(override by adding ksrc=<path/to/kernel/sources> to
DEB_BUILD_OPTIONS) into a dpdk-modules-<kernel version> package.
Useful for downstream projects that ship a complete ISO, where it is
not desirable to include a whole building environment for DKMS
packages.
Change-Id: I7e0ab239eaf08da71f9d58d60e32abf7cd42bec4
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian/control.modules.in')
-rw-r--r-- | debian/control.modules.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control.modules.in b/debian/control.modules.in new file mode 100644 index 00000000..93148b60 --- /dev/null +++ b/debian/control.modules.in @@ -0,0 +1,14 @@ + +Package: dpdk-modules-#KVERS# +Section: kernel +Architecture: amd64 arm64 i386 +Provides: dpdk-modules +Recommends: linux-image-#KVERS# +Built-Using: ${built:using:kernel} +Description: Data Plane Development Kit (rte kni, igb uio modules) + DPDK is a set of libraries for fast packet processing. Applications run + in user-space and communicate directly with dedicated network interfaces. + This package contains the source code for the igb_uio kernel module. + . + This package provides the kernel drivers for userspace networking. + Includes Intel DPDK kernel modules. |