mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
rockchip-bootloader: add new recipe
This commit is contained in:
parent
06a8752c6d
commit
5fb1781560
22
recipes-bsp/rockchip-bootloader/rockchip-bootloader_2.13.bb
Normal file
22
recipes-bsp/rockchip-bootloader/rockchip-bootloader_2.13.bb
Normal 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
|
Loading…
Reference in New Issue
Block a user