]> code.ossystems Code Review - meta-freescale.git/commitdiff
vpp-core: Pin to qoriq socs 38/head
authorKhem Raj <raj.khem@gmail.com>
Tue, 15 Jan 2019 09:02:52 +0000 (01:02 -0800)
committerKhem Raj <raj.khem@gmail.com>
Tue, 15 Jan 2019 09:06:57 +0000 (01:06 -0800)
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 <raj.khem@gmail.com>
recipes-extended/vpp-core/vpp-core.bb

index 173d2df5e23c8fdac737b1032885325170610b5c..2bfbba88cdc797564d64ba84139a8ec6d7e03e50 100644 (file)
@@ -60,3 +60,6 @@ do_install_append() {
 
 
 BBCLASSEXTEND = "native nativesdk"
+
+COMPATIBLE_MACHINE_class-target = "(qoriq)"
+