blob: 2e17bd4a59c20c6ca5afcd350b892d3e3953dcc2 [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=2
inherit cros-binary
DESCRIPTION="Chrome OS Firmware Bitmap Block"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
BMPBLK_NAME="bmpblk-${PV}.bin"
MIRROR_SITE="http://commondatastorage.googleapis.com/chromeos-localmirror"
CROS_BINARY_URI="$MIRROR_SITE/distfiles/$PN/$BMPBLK_NAME"
CROS_BINARY_SUM="8efb8099517faa6c7600e6bcfae154fdaa48397e"
src_install() {
insinto /firmware
newins "$CROS_BINARY_STORE_DIR/$BMPBLK_NAME" bmpblk.bin
}