blob: 4f72373859d2ecd2013f56bdf6bb2c2441b775ff [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE.makefile file.
EAPI=7
CROS_WORKON_PROJECT=(
"chromiumos/platform/ec"
"chromiumos/third_party/cryptoc"
)
CROS_WORKON_LOCALNAME=(
"platform/ec"
"third_party/cryptoc"
)
CROS_WORKON_DESTDIR=(
"${S}/platform/ec"
"${S}/third_party/cryptoc"
)
# Prevent automatic uprevs of this package since sarien/arcada FW for ISH
# is stable, and we don't want to introduce risk by taking the latest ToT
# image with every Chrome OS release.
CROS_WORKON_BLACKLIST="1"
inherit cros-workon cros-ish
DESCRIPTION="ECOS ISH image"
HOMEPAGE="https://www.chromium.org/chromium-os/ec-development"
LICENSE="BSD-Google"
KEYWORDS="~*"