From 5c8a34a2beaf614220bc1d2317609892be34ef40 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Fri, 15 Jul 2016 00:11:02 +0800 Subject: ipc-ust: not use IPC_UST_SOC variable bsc913x are not supported now. Signed-off-by: Ting Liu Signed-off-by: Otavio Salvador --- recipes-extended/ipc-ust/ipc-ust_git.bb | 11 +---------- recipes-extended/ipc-ust/ipc.inc | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) (limited to 'recipes-extended/ipc-ust') diff --git a/recipes-extended/ipc-ust/ipc-ust_git.bb b/recipes-extended/ipc-ust/ipc-ust_git.bb index 23350b3c..d8ade4e6 100644 --- a/recipes-extended/ipc-ust/ipc-ust_git.bb +++ b/recipes-extended/ipc-ust/ipc-ust_git.bb @@ -5,21 +5,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10" require ipc.inc -python () { - if not d.getVar("IPC_UST_SOC", True): - raise bb.parse.SkipPackage("IPC_UST_SOC is not defined in qoriq-base.inc") -} - S = "${WORKDIR}/git" # workaround for issue of parallel build, required a actual fix in ipc source PARALLEL_MAKE = "" -EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC}" AR="${AR}"' - -do_compile () { - oe_runmake ${IPC_UST_SOC}=1 -} +EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC}" AR="${AR}" B4860=1' do_install () { install -d ${D}${bindir} diff --git a/recipes-extended/ipc-ust/ipc.inc b/recipes-extended/ipc-ust/ipc.inc index 0ccbba41..59d069bb 100644 --- a/recipes-extended/ipc-ust/ipc.inc +++ b/recipes-extended/ipc-ust/ipc.inc @@ -3,4 +3,4 @@ DEPENDS = "virtual/kernel" SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;branch=sdk-v2.0.x" SRCREV = "74d662707558290f070f9589177db730444bc435" -COMPATIBLE_MACHINE = "(bsc9132qds|bsc9131rdb|b4860qds|b4420qds)" +COMPATIBLE_MACHINE = "(b4860qds|b4420qds)" -- cgit v1.2.3-54-g00ecf