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/.gitignore | |
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/.gitignore')
-rw-r--r-- | debian/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/.gitignore b/debian/.gitignore index 47f48539..4c32c181 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -5,9 +5,12 @@ *.prerm.debhelper *.dkms.debhelper build/ +control.modules +control.orig dpdk-dev/ dpdk-doc/ dpdk-igb-uio-dkms/ +dpdk-modules-*/ dpdk-rte-kni-dkms/ dpdk/ files @@ -56,3 +59,4 @@ librte-sched1/ librte-table2/ librte-timer1/ librte-vhost3/ +VERSION |