blob: 6148f04d35651e40da5a829eae7aad94a4b512fb [file] [log] [blame] [edit]
# Copyright 2019 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
FIRMWARE_EC_BOARD="nocturne_fp"
FIRMWARE_EC_RELEASE_REPLACE_RO="yes"
CROS_WORKON_PROJECT=(
"chromiumos/platform/ec"
"chromiumos/third_party/cryptoc"
"external/gob/boringssl/boringssl"
"external/github.com/google/googletest"
)
CROS_WORKON_LOCALNAME=(
"../platform/release-firmware/fpmcu-dartmonkey/ec"
"cryptoc"
"boringssl"
"googletest"
)
CROS_WORKON_DESTDIR=(
"${S}/platform/ec"
"${S}/third_party/cryptoc"
"${S}/third_party/boringssl"
"${S}/third_party/googletest"
)
CROS_WORKON_EGIT_BRANCH=(
"firmware-fpmcu-dartmonkey-release"
" " # default value is space. See "cros-workon.eclass" for details.
" " # default value is space. See "cros-workon.eclass" for details.
" " # default value is space. See "cros-workon.eclass" for details.
)
inherit cros-workon cros-ec-release
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/ec/+/master/README.md"
LICENSE="BSD-Google"
KEYWORDS="~*"