diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-12-29 12:07:56 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-29 16:56:54 +0000 |
commit | 7f12fee7f71d4822c35692851f223251de163a92 (patch) | |
tree | 14b77df3ba6f5ed1d7e09fcf8f4e980dfdad0fb7 /recipes-demo-hmi/unicens/unicens_0.1.bb | |
parent | 2c39e79070ee58c7cbb6410479f7e317979332f9 (diff) |
Pin unicens recipe for chinook release
Change-Id: If341a0f7dc669bc57669b0a6f3970cd38e12d07a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo-hmi/unicens/unicens_0.1.bb')
-rw-r--r-- | recipes-demo-hmi/unicens/unicens_0.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-demo-hmi/unicens/unicens_0.1.bb b/recipes-demo-hmi/unicens/unicens_0.1.bb index 0fc0afc93..37c943aa8 100644 --- a/recipes-demo-hmi/unicens/unicens_0.1.bb +++ b/recipes-demo-hmi/unicens/unicens_0.1.bb @@ -9,6 +9,7 @@ PV = "0.1" DEPENDS += "libxml2" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/unicens;protocol=https" +SRC_URI_chinook = "git://gerrit.automotivelinux.org/gerrit/src/unicens;protocol=https;branch=chinook" SRC_URI += "file://0001-Fix-cross-compilation-with-yocto.patch" SRC_URI += "file://0001-Support-booting-by-systemd.patch \ file://most-network-startup.service \ @@ -17,6 +18,7 @@ SRC_URI += "file://0001-Support-booting-by-systemd.patch \ S = "${WORKDIR}/git" #SRCREV = "8c5f2324d7aa61669324aec1a0ad091fe1379489" SRCREV = "${AUTOREV}" +SRCREV_chinook = "7d889414539b8722e0093f3997ccbf2008c0e189" do_install() { install -m 0755 -d ${D}/usr/AGL/most |