blob: f153a9f2916f66818e688e1aa7a4b5bea9b2db89 [file] [log] [blame] [edit]
# 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="44adcf4dd75c553b3b11720693a3f7f07e26d9d4"
CROS_WORKON_TREE="23b4952d0e9003b733f6044a2e06b834e18b2015"
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"
}