summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2022-10-21 09:40:50 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-10-31 10:01:01 +0800
commit12900bd7b17d18eb05ed9e7ad337cb6d861eef00 (patch)
tree13c44629df023bd0b7307fee4616001b18bde482 /conf
parentf6895c0dd2e6add213eb16bcf041af50ad2ec153 (diff)
downloadmeta-dpdk-12900bd7b17d18eb05ed9e7ad337cb6d861eef00.tar.gz
xdp-tools: add recipe
xdp-tools - Library and utilities for use with XDP. It also provides libxdp library. https://github.com/xdp-project/xdp-tools Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 9bef296..45e5bd9 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -15,3 +15,8 @@ LAYERDEPENDS_dpdk = "core"
15# cause compatibility issues with other layers 15# cause compatibility issues with other layers
16LAYERVERSION_dpdk = "1" 16LAYERVERSION_dpdk = "1"
17LAYERSERIES_COMPAT_dpdk = "kirkstone langdale" 17LAYERSERIES_COMPAT_dpdk = "kirkstone langdale"
18
19BBFILES_DYNAMIC += " \
20 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \
21 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bbappend \
22"