| # Copyright 2018 The Chromium OS Authors. All rights reserved. |
| # Distributed under the terms of the GNU General Public License v2 |
| |
| EAPI="6" |
| |
| CROS_WORKON_COMMIT="9391eba9574efb143c101877fe489b359a162cd6" |
| CROS_WORKON_TREE="847c0e3547c1016e3cac4e118ebca8d6f4955973" |
| inherit cros-constants |
| |
| CROS_WORKON_PROJECT="chromiumos/overlays/board-overlays" |
| CROS_WORKON_LOCALNAME="../overlays/" |
| CROS_WORKON_SUBTREE="overlay-grunt/chromeos-base/chromeos-config-bsp-grunt/files" |
| |
| inherit cros-unibuild cros-workon |
| |
| DESCRIPTION="Chrome OS Model configuration package for grunt" |
| HOMEPAGE="http://src.chromium.org" |
| |
| LICENSE="BSD-Google" |
| SLOT="0/${PF}" |
| KEYWORDS="* amd64 x86" |
| |
| src_install() { |
| install_model_files |
| } |