low-level-can-service fix: Yocto compile failed 61/10561/3
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 8 Aug 2017 16:46:36 +0000 (16:46 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 9 Aug 2017 21:09:44 +0000 (21:09 +0000)
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>

meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb

index 0a192c1..578e4eb 100644 (file)
@@ -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"