From: Khem Raj Date: Tue, 15 Jan 2019 09:02:52 +0000 (-0800) Subject: vpp-core: Pin to qoriq socs X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=refs%2Fpull%2F38%2Fhead;p=meta-freescale.git vpp-core: Pin to qoriq socs It depends on dpdk which is also qoriq specific Fixes ERROR: Nothing PROVIDES 'dpdk' (but /mnt/jenkins/workspace/yocto-world-glibc/sources/meta-freescale/recipes-extended/vpp-core/vpp-core.bb DEPENDS on or otherwise requires it) 03:58:38 dpdk was skipped: incompatible with machine qemumips (not in COMPATIBLE_MACHINE) ERROR: Nothing RPROVIDES 'vpp-core' (but /mnt/jenkins/workspace/yocto-world-glibc/sources/meta-freescale/recipes-extended/vpp-core/vpp-core.bb RDEPENDS on or otherwise requires it) Signed-off-by: Khem Raj --- diff --git a/recipes-extended/vpp-core/vpp-core.bb b/recipes-extended/vpp-core/vpp-core.bb index 173d2df5..2bfbba88 100644 --- a/recipes-extended/vpp-core/vpp-core.bb +++ b/recipes-extended/vpp-core/vpp-core.bb @@ -60,3 +60,6 @@ do_install_append() { BBCLASSEXTEND = "native nativesdk" + +COMPATIBLE_MACHINE_class-target = "(qoriq)" +