From 5a6b99a348b568d0dee2d0744f6e073cc35e71e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Thu, 29 Dec 2016 12:05:55 +0100 Subject: [PATCH] Pin settings recipe for chinook release MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I9971b1656804b101639f7a2dc67c3ddf549484e9 Signed-off-by: Jan-Simon Möller --- recipes-demo-hmi/settings/settings_git.bb | 5 +++++ 1 file changed, 5 insertions(+) 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" -- 2.16.6