Skip to content

Commit 407eba8

Browse files
committed
dpdk: install hugepages and devbind user tools
1 parent 50921ce commit 407eba8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Add this layer to SRC_URI search path
2+
FILESEXTRAPATHS:prepend := "${THISDIR}/22.11-solidrun:"
3+
4+
do_install:append() {
5+
# install hugepages setup script
6+
install -v -m0755 ${S}/usertools/dpdk-hugepages.py ${D}${bindir}/
7+
install -v -m0755 ${S}/usertools/dpdk-devbind.py ${D}${bindir}/
8+
}

0 commit comments

Comments
 (0)