diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-12-29 12:05:55 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-29 16:56:16 +0000 |
commit | 5a6b99a348b568d0dee2d0744f6e073cc35e71e6 (patch) | |
tree | a493926ff374e4c69e6826ffa9582bacdf2f226e /recipes-demo-hmi | |
parent | 93a08ff49e1c351f0269db7cbe4f2bb7767691e1 (diff) |
Pin settings recipe for chinook release
Change-Id: I9971b1656804b101639f7a2dc67c3ddf549484e9
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/settings/settings_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-demo-hmi/settings/settings_git.bb b/recipes-demo-hmi/settings/settings_git.bb index a018c062d..a7f14e054 100644 --- a/recipes-demo-hmi/settings/settings_git.bb +++ b/recipes-demo-hmi/settings/settings_git.bb @@ -9,6 +9,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/settings;protocol=http" SRCREV = "${AUTOREV}" +# Pinned branch/SRCREV for Charming Chinook +SRC_URI_chinook = "git://gerrit.automotivelinux.org/gerrit/apps/settings;protocol=http;branch=chinook" +SRCREV_chinook = "28b20998d20f69b65adcc174f9073a93f53af79e" + + PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" |