blob: fd067aa59810c9b9ab7767920cc9df8de64f8364 [file] [log] [blame] [edit]
# Copyright 2023 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="d2d95e8af89939f893b1443135497c1f5572aebc"
CROS_WORKON_TREE="776139a53bc86333de8672a51ed7879e75909ac9"
CROS_WORKON_PROJECT="chromiumos/infra/build/empty-project"
CROS_WORKON_LOCALNAME="../platform/empty-project"
inherit cros-subtool cros-workon
DESCRIPTION="Subtools definition to export qemu from app-emulation/qemu."
HOMEPAGE="https://www.qemu.org https://www.linux-kvm.org"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="*"
IUSE=""
# We depend on qemu rather than trying to host the textproto in the
# portage-stable overlay, or inherit cros-subtool in qemu.bashrc.
DEPEND="app-emulation/qemu"
src_install() {
cros-subtool_src_install "${FILESDIR}/qemu_subtool.textproto"
}