summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-06-26 08:04:26 -0700
committerSaul Wold <sgw@linux.intel.com>2017-06-26 08:04:26 -0700
commitcbf13b7374422abf1f981f5122b926c0bc85c0a4 (patch)
treeb3962d0484af5ca10486d135f31df02f0802918d
parenta70ba3debd103708c4c40d7c19bb56e7b66ef2a5 (diff)
downloadmeta-intel-cbf13b7374422abf1f981f5122b926c0bc85c0a4.tar.gz
world-broken: Add for dpdk packages
The dpdk-dev-libibverbs is broken with gcc7 currently Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--conf/include/world-broken.inc2
-rw-r--r--conf/layer.conf1
2 files changed, 3 insertions, 0 deletions
diff --git a/conf/include/world-broken.inc b/conf/include/world-broken.inc
new file mode 100644
index 00000000..fa47b849
--- /dev/null
+++ b/conf/include/world-broken.inc
@@ -0,0 +1,2 @@
1EXCLUDE_FROM_WORLD_pn-dpdk = "1"
2EXCLUDE_FROM_WORLD_pn-dpdk-dev-libibverbs = "1"
diff --git a/conf/layer.conf b/conf/layer.conf
index 53d0bdc9..cbc55741 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -19,3 +19,4 @@ LAYERSERIES_COMPAT_intel = "rocko"
19 19
20 20
21require ${LAYERDIR}/conf/include/maintainers.inc 21require ${LAYERDIR}/conf/include/maintainers.inc
22include ${LAYERDIR}/conf/include/world-broken.inc