blob: e8746e3fe553e91ff5952f994788b314e153810a [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="d00608d9e58684a8dd0d05b3bde8481f94d83d79"
CROS_WORKON_TREE=("eec5ce9cfadd268344b02efdbec7465fbc391a9e" "00e0b5fad1bfce9578e24f41ae0dd54e01cb04be" "e7dba8c91c1f3257c34d4a7ffff0ea2537aeb6bb")
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_DESTDIR="${S}/platform2"
CROS_WORKON_SUBTREE="common-mk ml_benchmark .gn"
DESCRIPTION="Chrome OS ML Benchmarking Suite"
PLATFORM_SUBDIR="ml_benchmark"
inherit cros-workon platform
RDEPEND=""
DEPEND="
${RDEPEND}
"
LICENSE="BSD-Google"
KEYWORDS="*"
IUSE=""
src_install() {
dobin "${OUT}"/ml_benchmark
}
platform_pkg_test() {
platform_test "run" "${OUT}/ml_benchmark_test"
}