From be442e7411b197a6dda904ee7b5f361f5679e44c Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 8 Aug 2017 16:46:36 +0000 Subject: low-level-can-service fix: Yocto compile failed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10561 ci-image-build: Jenkins Job builder account Reviewed-by: José Bollo Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- .../recipes-apps/low-level-can-service/low-level-can-service_git.bb | 4 ++-- 1 file 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" -- cgit 1.2.3-korg