diff options
author | 2017-07-05 08:38:49 -0700 | |
---|---|---|
committer | 2017-07-05 08:38:49 -0700 | |
commit | e88f7e629dbc77cee044471f685e0fddc0e39d88 (patch) | |
tree | e0a235e1b9cc568fe1d80017396900dff96ef0d1 /conf | |
parent | 60c53dbdd6b0fe84f934d395f026992954dd1a11 (diff) | |
download | meta-intel-e88f7e629dbc77cee044471f685e0fddc0e39d88.tar.gz meta-intel-e88f7e629dbc77cee044471f685e0fddc0e39d88.tar.bz2 meta-intel-e88f7e629dbc77cee044471f685e0fddc0e39d88.zip |
Revert "world-broken: Add for dpdk packages"
Testing of to dpdk-libverbs
This reverts commit cbf13b7374422abf1f981f5122b926c0bc85c0a4.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/include/world-broken.inc | 2 | ||||
-rw-r--r-- | conf/layer.conf | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/conf/include/world-broken.inc b/conf/include/world-broken.inc deleted file mode 100644 index fa47b849..00000000 --- a/conf/include/world-broken.inc +++ /dev/null @@ -1,2 +0,0 @@ -EXCLUDE_FROM_WORLD_pn-dpdk = "1" -EXCLUDE_FROM_WORLD_pn-dpdk-dev-libibverbs = "1" diff --git a/conf/layer.conf b/conf/layer.conf index cbc55741..53d0bdc9 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -19,4 +19,3 @@ LAYERSERIES_COMPAT_intel = "rocko" require ${LAYERDIR}/conf/include/maintainers.inc -include ${LAYERDIR}/conf/include/world-broken.inc |