blob: 0e57a55ce35137cf7df640959b2e7e519c9bbe28 [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="Binary pre-bootloader for ironhide"
SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${PF}.tbz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="arm"
IUSE=""
S=${WORKDIR}/${PN}
src_install() {
# The tbz2 file contains the following:
# exynos-pre-boot/firmware/E5250.nbl1.bin
insinto /firmware
doins firmware/*.bin
}