blob: 6d5c492dbdad0b30470dd6513a361d6e4c430322 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
CROS_WORKON_COMMIT="a4c94bff16986be8321d7cdfaeefdc5fd20290d0"
CROS_WORKON_TREE="5e996a214cbca863e34c85377ebc909b38f0ccba"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_DESTDIR="${S}"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_SUBTREE="init/upstart/test-init"
inherit cros-workon
DESCRIPTION="Additional upstart jobs that will be installed on test images"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/init/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE="+encrypted_stateful tpm2"
src_unpack() {
cros-workon_src_unpack
S+="/init"
}
src_install() {
insinto /etc/init
doins upstart/test-init/*.conf
insinto /usr/share/cros
doins upstart/test-init/*_utils.sh
if use encrypted_stateful && use tpm2; then
insinto /etc/init
doins upstart/test-init/encrypted_stateful/create-system-key.conf
insinto /usr/share/cros
doins upstart/test-init/encrypted_stateful/system_key_utils.sh
fi
}