From 689d2a8e825b3fc77bd4671f2c0597d2de5f0fdf Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Tue, 4 Oct 2016 14:42:42 +0200 Subject: Tuned initrd image and pseudo environment to fix bugs with extended security attributes. Bug-AGL: SPEC-259 Change-Id: I44499ce3f5f1924aecf63689a93d1f20e779225e Signed-off-by: Anton Gerasimov --- meta-sota/recipes-sota/ostree/ostree_git.bb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta-sota/recipes-sota/ostree') diff --git a/meta-sota/recipes-sota/ostree/ostree_git.bb b/meta-sota/recipes-sota/ostree/ostree_git.bb index 6adac5f..b5675ab 100644 --- a/meta-sota/recipes-sota/ostree/ostree_git.bb +++ b/meta-sota/recipes-sota/ostree/ostree_git.bb @@ -7,6 +7,7 @@ inherit autotools-brokensep pkgconfig systemd INHERIT_remove_class-native = "systemd" SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" + SRCREV="v2016.5" S = "${WORKDIR}/git" @@ -65,3 +66,9 @@ FILES_${PN} += " \ ${libdir}/girepository-1.0/OSTree-1.0.typelib \ " +PACKAGES =+ "${PN}-switchroot" + +FILES_${PN}-switchroot = "${sbindir}/ostree-prepare-root" +RDEPENDS_${PN}-switchroot = "" +DEPENDS_remove_class-native = "systemd-native" + -- cgit 1.2.3-korg