rockchip-bootloader: add new recipe

This commit is contained in:
Julien CHAUVEAU 2014-04-30 10:51:37 +02:00
parent 06a8752c6d
commit 5fb1781560

View File

@ -0,0 +1,22 @@
# Copyright (C) 2014 NEO-Technologies
# Released under the MIT license (see COPYING.MIT for the terms)
SUMMARY = "Rockchip bootloader collection"
SECTION = "bootloaders"
LICENSE = "CLOSED"
SRC_URI = "git://github.com/neo-technologies/rockchip-bootloader.git"
SRCREV_pn-${PN} = "${AUTOREV}"
S = "${WORKDIR}/git"
LOADER ?= "RK3188Loader(L)_V2.13.bin"
inherit deploy
do_deploy() {
install -d ${DEPLOYDIR}
install "${S}/${LOADER}" ${DEPLOYDIR}/loader.bin
}
addtask deploy before do_build after do_compile