Li Zhou 23c4b6e7dd intel-igb_uio: add initial version for debian
Add igb-uio 21.02 driver of debian packaging.

The source code package is from the snapshot for:
git://dpdk.org/dpdk-kmods
commit 2a9f0f72a2d926382634cf8f1de10e1acf57542b

The dpdk-devbind.py is carried over from the 5.10 kernel with stx
CentOS by 20211108 (the original file's path:
kernel-modules/intel-igb_uio/files).
The script has been acquired from the following link, which points to
the official DPDK v21.02 branch:
https://git.dpdk.org/dpdk/plain/usertools/dpdk-devbind.py?h=v21.02&id=7a016af4aa6bd2f8425b4fb2d59e5dd19f12bceb

Verification:
As we are only getting the Debian work bootstrapped there is quite a few
restrictions as far as what can be tested.
- source code/patch/config are aligned with stx centos 20211108;
- output packages' contents are aligned with stx centos 20211108;
- build image ok with the module;
- qemu boot up ok with the module.

Story: 2009221
Task: 43410
Signed-off-by: Li Zhou <li.zhou@windriver.com>
Change-Id: Ie62c117c6011584bebc7f71acc8776c2acfd22ba
2021-11-25 20:54:11 -05:00

19 lines
693 B
Plaintext

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: dpdk-kmods
Upstream-Contact: dev@dpdk.org
Source: https://git.dpdk.org/dpdk-kmods/
Files: *
Copyright: (C) 2021 https://git.dpdk.org/dpdk-kmods/
License: BSD-3-Clause or GPL-2.0
The BSD-3-Clause license can be found at:
https://opensource.org/licenses/BSD-3-Clause
On Debian-based systems the full text of the GNU General Public License
version 2 license can be found in `/usr/share/common-licenses/GPL-2'.
Files: debian/extra/dpdk-devbind.py
Copyright: (c) 2010-2014 Intel Corporation
License: BSD-3-Clause
The BSD-3-Clause license can be found at:
https://opensource.org/licenses/BSD-3-Clause