summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2015-02-19 15:33:08 +0800
committerKoen Kooi <koen.kooi@linaro.org>2015-02-19 15:33:08 +0800
commit797e5e18d523c0b9d1a0d8a5d355f04ab7a63bd4 (patch)
tree6f3f391f77f14221d91820077b987f614e92fe89
parent76b156f74ded98dfcbeba8fa060e7c1796068775 (diff)
functions.sh: disable 'dpdk' in openvswitch
It's in the meta-intel layer which we don't use. Change-Id: I0c1bed0d166f3d9066ca0707241cc1163820060a Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rwxr-xr-xfunctions.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index d6214a6..c1a4f51 100755
--- a/functions.sh
+++ b/functions.sh
@@ -162,6 +162,9 @@ TCLIBC = "glibc"
# Need this for the netperf package.
LICENSE_FLAGS_WHITELIST = "non-commercial"
+# Don't drag in dpdk
+PACKAGECONFIG_pn-openvswitch = ""
+
EOF
if [[ -d ../poky ]]; then