blob: e0a5a167b765daa00c6e537f6a5c4148ea800bf1 [file] [log] [blame]
# Copyright (C) 2012 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="4"
CROS_WORKON_COMMIT="f64887bda0289905c81bcb2050b5741c718795da"
CROS_WORKON_TREE="7d6a5817a9b93dab2a92c01fcce821eb3c2ff9d7"
CROS_WORKON_PROJECT="chromiumos/platform/ec"
CROS_WORKON_LOCALNAME="../platform/ec"
inherit cros-workon
DESCRIPTION="Temporary metrics collection of sensor temperatures"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND="sys-apps/iotools" # for wrmsr
src_compile() {
:
}
src_install() {
insinto "/etc/init"
doins "util/temp_metrics.conf"
}