Add optional binary kernel modules package 72/2372/2
authorLuca Boccassi <luca.boccassi@gmail.com>
Sat, 13 Aug 2016 11:58:30 +0000 (12:58 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 15 Aug 2016 20:02:10 +0000 (21:02 +0100)
commit7d052c4a68df8aa5010e240db311674a32f837c2
tree35cd274bd055bf87f35b2decf943a95045c9bc80
parent12600e8bbf0b4795791954ab79ca4525b895a83d
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>
debian/.gitignore
debian/changelog
debian/control.modules.in [new file with mode: 0644]
debian/copyright
debian/kernel-version [new file with mode: 0755]
debian/prep-modules [new file with mode: 0755]
debian/rules