diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-12-18 15:58:05 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-18 20:49:16 +0000 |
commit | 420d2f38d5eca52bd5236d6f85772a79fbe28c20 (patch) | |
tree | f256050d703a459cd353b36fd39290d99b956f80 | |
parent | 6c8b235dffbef391c0e685b46d357516c76dfcda (diff) |
af-binder & af-main: use AGL_DEFAULT_REVISION for eel
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 <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12683
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc | 2 | ||||
-rw-r--r-- | 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" |