blob: 12b38d0ab5836c5da568e23d0a10e768389a8691 [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="0fc37f1291efa2106f7272fee9920bdb6a058202"
CROS_WORKON_TREE="46c728a9d134349335067a9dcab2370aa521d1f9"
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"
}