| # Copyright 2019 The Chromium OS Authors. All rights reserved. |
| # Distributed under the terms of the GNU General Public License v2 |
| |
| # Increment the "eclass bug workaround count" below when you change |
| # "cros-ec-release.eclass" to work around http://crbug.com/220902. |
| # |
| # eclass bug workaround count: 3 |
| |
| EAPI=7 |
| |
| CROS_WORKON_COMMIT=("d46e286155693f9cb6bd66f8c2c0bc101f2006ee" "37335af9c5488ed349271a8ba9ff209c940a5e2c" "3830fffbc5c5205bb8fb1b9f366fe44559923592") |
| CROS_WORKON_TREE=("57ec13f9095b7a6d49a429f8d6b1c14c6837344d" "679fa8b14bd105ad9959a0f82eaa928d5b18890d" "f3d026c790bd3d7121bb96ed2a4932360d698a73") |
| FIRMWARE_EC_BOARD="bloonchipper" |
| FIRMWARE_EC_RELEASE_REPLACE_RO="yes" |
| |
| CROS_WORKON_PROJECT=( |
| "chromiumos/platform/ec" |
| "chromiumos/third_party/tpm2" |
| "chromiumos/third_party/cryptoc" |
| ) |
| |
| CROS_WORKON_LOCALNAME=( |
| "../platform/release-firmware/fpmcu-bloonchipper" |
| "tpm2" |
| "cryptoc" |
| ) |
| |
| CROS_WORKON_DESTDIR=( |
| "${S}/platform/ec" |
| "${S}/third_party/tpm2" |
| "${S}/third_party/cryptoc" |
| ) |
| |
| CROS_WORKON_EGIT_BRANCH=( |
| "firmware-fpmcu-bloonchipper-release" |
| "master" |
| "master" |
| ) |
| |
| inherit cros-workon cros-ec-release |
| |
| HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/ec/+/master/README.md" |
| LICENSE="BSD-Google" |
| KEYWORDS="*" |