summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2021-07-22 11:57:57 +0200
committerAdrian Calianu <adrian.calianu@enea.com>2021-07-22 11:57:57 +0200
commita63a9c6903eafdc55d0df096e5a2d5c6965ad78f (patch)
tree585a4c54e11bf23a98dd04f038f2dbbafa337aad
parente2e18bb98d6cd3838aaf1cbbfca7f6cb288258cc (diff)
downloadmeta-nfv-access-bsp-x86-a63a9c6903eafdc55d0df096e5a2d5c6965ad78f.tar.gz
conf/machine: remove leftover DPDK_TARGET_MACHINE
it is not used nymore by DPDK build system. Architecture is provided as for all other recipes as compiler option(march=). Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Change-Id: I576763b78891a36ce3bebbe58eb3ca1530d0b552
-rw-r--r--conf/machine/atom-c3000.conf2
-rw-r--r--conf/machine/xeon-d.conf2
2 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/atom-c3000.conf b/conf/machine/atom-c3000.conf
index 90b9794..766809d 100644
--- a/conf/machine/atom-c3000.conf
+++ b/conf/machine/atom-c3000.conf
@@ -26,8 +26,6 @@ require conf/machine/include/intel-common-pkgarch.inc
26 26
27MACHINE_EXTRA_RRECOMMENDS += "lms8" 27MACHINE_EXTRA_RRECOMMENDS += "lms8"
28 28
29DPDK_TARGET_MACHINE ?= "nhm"
30
31XSERVER_X86_MATROX_MGA = "xf86-video-mga \ 29XSERVER_X86_MATROX_MGA = "xf86-video-mga \
32 " 30 "
33XSERVER_X86_ASPEED_AST = "xf86-video-ast \ 31XSERVER_X86_ASPEED_AST = "xf86-video-ast \
diff --git a/conf/machine/xeon-d.conf b/conf/machine/xeon-d.conf
index 07e4bf8..42e1843 100644
--- a/conf/machine/xeon-d.conf
+++ b/conf/machine/xeon-d.conf
@@ -24,8 +24,6 @@ require conf/machine/include/intel-common-pkgarch.inc
24 24
25MACHINE_EXTRA_RRECOMMENDS += "lms8" 25MACHINE_EXTRA_RRECOMMENDS += "lms8"
26 26
27DPDK_TARGET_MACHINE ?= "hsw"
28
29XSERVER_X86_MATROX_MGA = "xf86-video-mga \ 27XSERVER_X86_MATROX_MGA = "xf86-video-mga \
30 " 28 "
31XSERVER_X86_ASPEED_AST = "xf86-video-ast \ 29XSERVER_X86_ASPEED_AST = "xf86-video-ast \