From 420d2f38d5eca52bd5236d6f85772a79fbe28c20 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Mon, 18 Dec 2017 15:58:05 +0100 Subject: af-binder & af-main: use AGL_DEFAULT_REVISION for eel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit set to AGL_DEFAULT_REVISION for branch eel products. At his time, it integrate the switch to the version 5.0.0-EE. After this commit, the changes in binder and framework should be tracked by the version info of the product. Change-Id: I6ce40f472c9dc4961808a276f73605d57573dc55 Signed-off-by: José Bollo Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12683 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc | 2 +- meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc index 970a87779..d9e356230 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "f1b9dde05e420a06ee4a3f53d8bbd2739e255fb3" +SRCREV = "${AGL_DEFAULT_REVISION}" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" diff --git a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc index 472bb55f1..35931fa7a 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc @@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "2bbe66dda7fadf2d08a57e2b0e0fa8841a118c81" +SRCREV = "${AGL_DEFAULT_REVISION}" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg