summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-10-18 13:06:20 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-18 11:42:30 -0200
commitff8c1a96c79362d12c0c8baccc4bf6abf9124c82 (patch)
treec830e80373badda2ff493c4135c8b46e60de39b8 /recipes-extended
parent1eb61ab4083f08de5bd983880bc097b7966ccec7 (diff)
downloadmeta-freescale-ff8c1a96c79362d12c0c8baccc4bf6abf9124c82.tar.gz
cantest :update recipes for support Qoriq
*update SRC_URL and update to 9a97358 include the following changes 9a97358 - cantest: add build support in flexbuild *add EXTRA_OEMAKE This recipe currently relies on EXTRA_OEMAKE *remove COMPATIBLE_MACHINE nxp release will not support ppc machine Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/cantest/cantest_1.0.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-extended/cantest/cantest_1.0.bb b/recipes-extended/cantest/cantest_1.0.bb
index 72062f31..49bc37b0 100644
--- a/recipes-extended/cantest/cantest_1.0.bb
+++ b/recipes-extended/cantest/cantest_1.0.bb
@@ -2,16 +2,17 @@ DESCRIPTION = "cantest"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d85064f0fa931974668d281ab83cc97e" 3LIC_FILES_CHKSUM = "file://COPYING;md5=d85064f0fa931974668d281ab83cc97e"
4 4
5SRC_URI = "git://git.freescale.com/ppc/sdk/cantest.git;branch=sdk-v2.0.x" 5SRC_URI = "git://github.com/qoriq-open-source/cantest.git;nobranch=1"
6SRCREV = "0ad5fa86b1007aefef60a10ccb3a946497477995" 6SRCREV = "9a9735862dce192de782550d0ab1a50f163b537c"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"'
11
10do_install() { 12do_install() {
11 install -d ${D}${bindir} 13 install -d ${D}${bindir}
12 install -m 755 cantest ${D}${bindir} 14 install -m 755 cantest ${D}${bindir}
13} 15}
14 16
15COMPATIBLE_MACHINE = "(e500v2)"
16PACKAGE_ARCH = "${MACHINE_SOCARCH}" 17PACKAGE_ARCH = "${MACHINE_SOCARCH}"
17 18