We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50921ce commit 407eba8Copy full SHA for 407eba8
recipes-extended/dpdk/dpdk_22.11.bbappend
@@ -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