blob: bafd3e22b87ac30cd2ae5f22dc603f27ee961670 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
DESCRIPTION="Install packages that must live in the rootfs in test images"
# 1) Normally, test image packages are merged into the stateful partition
# 2) Some test packages require files in the root file system (e.g.
# upstart jobs must live in /etc/init).
# 3) There's an extra emerge command for this package in
# build_library/test_image_util.sh that specifically merges this
# package into the root before merging the remaining test packages
# into stateful.
HOMEPAGE="http://www.chromium.org/"
KEYWORDS="*"
LICENSE="BSD-Google"
SLOT="0"
RDEPEND="
app-mobilephone/dfu-util
chromeos-base/chromeos-test-init
dev-embedded/dfu-programmer
virtual/chromeos-test-testauthkeys
virtual/chromeos-bsp-test-root
"