blob: 0f4329fceb7855dbf64f0e6fbd838bd4b6131b90 [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=2
inherit cros-binary
DESCRIPTION="NVFlash tool (binary distribution)"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE="tegra-local-bins"
DEPEND=""
RDEPEND=""
if use tegra-local-bins; then
URI_BASE="file://"
else
URI_BASE="ssh://tegra2-private@git.chromium.org:6222/home/tegra2-private"
fi
CROS_BINARY_URI="${URI_BASE}/${CATEGORY}/${PN}/${P}.tbz2"
CROS_BINARY_SUM="3842e551ecfc97ca02f1b5d168751942d7c87ec0"