blob: 9e31908ac73a7c92deef0d5d7ea9f1097090750d [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="d9fe6f32c4b6abd624410dd69e2c37b501726467"
CROS_WORKON_TREE="faf9190ba05e42c9e46ed28e676553f8e8c0f86b"
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"
}