aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-08 16:46:36 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-08-09 21:09:44 +0000
commitbe442e7411b197a6dda904ee7b5f361f5679e44c (patch)
tree91d113696ccb6483e4bd7a875f8927985e931115
parent6c1199e63a0ddf543a61e9d7d8807f2ea4632746 (diff)
low-level-can-service fix: Yocto compile failed
Cherry picked commit 85099f34f7c15f041c84b541cb121be5ab7c61a2 Can't set compile FLAG using set using Yocto build If set, then these are the flags that are used by bitbake without append its own flags which provides toolchain variables environment mandatory to correctly build for another target. Change-Id: Iccf0ea5de401c0ee77ad864a381fb1137c047d48 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10561 ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: José Bollo <jobol@nonadev.net> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
-rw-r--r--meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb b/meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb
index 0a192c122..578e4eb26 100644
--- a/meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb
+++ b/meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb
@@ -6,8 +6,8 @@ SECTION = "apps"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
-SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service;protocol=https"
-SRCREV = "64f96deddb7a027bae88d597fc58b3a8861c04f4"
+SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service;protocol=https;branch=dab"
+SRCREV = "85099f34f7c15f041c84b541cb121be5ab7c61a2"
PV = "4.0+git${SRCPV}"
S = "${WORKDIR}/git"