mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
meta-isg: dpdk: intel-corei7-64 as COMPATIBLE_MACHINE
Add intel-corei7-64 as a compatible machine in addition to crystalforest. This is in line with the move to intel common BSP for all supported platforms. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
2cf0cf3f6f
commit
7559504bf2
|
|
@ -9,6 +9,8 @@ SRC_URI = "http://dpdk.org/browse/dpdk/snapshot/dpdk-${PV}.tar.gz;name=dpdk \
|
|||
file://dpdk-1.8.0-and-2.0.0-point-to-the-right-include-and-lib-path.patch \
|
||||
"
|
||||
|
||||
COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64"
|
||||
|
||||
# dpdk example apps dpdk_qat and vhost have dependancy on fuse and qat.
|
||||
# fuse is in meta-filesystems and qat is not yet upstreamed.
|
||||
# So adding mechanism to explicitly disable the use of fuse and qat.
|
||||
|
|
@ -53,6 +55,7 @@ def get_dpdk_target_mach(bb, d):
|
|||
"crystalforest": "ivb",
|
||||
"romley": "snd",
|
||||
"romley-ivb": "ivb",
|
||||
"intel_corei7_64": "hsw",
|
||||
}
|
||||
|
||||
if target_arch in multiarch_options :
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user