diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-07-24 15:14:26 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-07-24 15:14:26 +0000 |
commit | 32b9fd5cece1d78ed0556d0a3428eca337d64a17 (patch) | |
tree | 1e615fffb9cbc936aa97fc19ac1cf94100535511 /meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb | |
parent | 398288d50983fb2070395a86f14700597230ecd6 (diff) |
4a: pin all revisions for repos in src/
The rule is to have apps/* repositories to use AGL_APP_REVISION
(tested in CI as apps builds in SDK) and to have src/* use pinned
revisions (tested in CI as image builds).
This commit fixes the recipes in 4a layer that were not following
the rule.
Bug-AGL: SPEC-1600
Change-Id: I81dd77a653a23adf45bdb0c6d969a3ad9ab849a9
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb index 97dae65a..9d99ed51 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb @@ -7,7 +7,6 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "gitsm://github.com/iotbzh/4a-hal-generic;protocol=https;branch=${AGL_BRANCH}" -#SRCREV = "${AGL_APP_REVISION}" SRCREV = "08b6e7144a87f60b86c8988c33a44dbd61026a8f" DEPENDS += "lua" |