blob: 72482075641e9f5b93d618611f6978156425b52d [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
newins firmware/*.bin u-boot.bl1.bin
}