From a513894de8cbe7d6671f58f0c3f374e08d7af1b8 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 25 Sep 2017 12:38:21 -0500 Subject: dpdk: Move BSP specific configurations from recipes to machine.conf The COMPATIBLE_MACHINE entry for dpdk recipes is set to 'null'. This will prevent arbitrary machines from trying to use the dpdk functionality. A compatible MACHINE must define itself as such for the dpdk recipes. Also the BSP aware target machine was similarly moved to the BSP. Embedding BSP specific knowledge into the recipe will cause the recipe to slowly get out of date. Signed-off-by: Mark Hatle Signed-off-by: Saul Wold --- conf/machine/intel-corei7-64.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index a8097fc3..e3969827 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -16,6 +16,11 @@ MACHINE_HWCODECS ?= "va-intel gstreamer1.0-vaapi" MACHINE_EXTRA_RRECOMMENDS += "lms8" +# Enable optional dpdk: +COMPATIBLE_MACHINE_pn-dpdk = "intel-corei7-64" +COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "intel-corei7-64" +DPDK_TARGET_MACHINE ?= "atm" + XSERVER ?= "${XSERVER_X86_BASE} \ ${XSERVER_X86_EXT} \ ${XSERVER_X86_FBDEV} \ -- cgit v1.2.3-54-g00ecf