blob: 6c5220e00482e8dbc4a9557f0745876318c6bb92 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Chrome OS Model configuration package for coral"
HOMEPAGE="http://src.chromium.org"
LICENSE="BSD-Google"
SLOT="0/${PF}"
KEYWORDS="-* amd64 x86"
inherit cros-model cros-unibuild
S=${WORKDIR}
# From an ideological purity perspective, this DEPEND should be there, but
# it can't be, since otherwise we end up with circular dependencies.
# DEPEND="virtual/chromeos-bsp"
src_install(){
insinto "${CROS_MODELS_DIR}"
doins -r "${FILESDIR}"/*
install_model_files
}