nrhw18: remote u-boot recipe for deprecated hw
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
parent
0558ac1232
commit
d9cbc9d9fe
|
|
@ -1,27 +0,0 @@
|
||||||
require u-boot-nm.inc
|
|
||||||
|
|
||||||
# Force machine configuration for this recipe
|
|
||||||
UBOOT_MACHINE = "armada-385-nbhw18-v1_defconfig"
|
|
||||||
|
|
||||||
# Be aware github/netmodule git
|
|
||||||
SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=nbhw-armada-v2017.11"
|
|
||||||
|
|
||||||
DEPENDS = "bc-native"
|
|
||||||
|
|
||||||
# Should be updated when a new U-Boot Version is available
|
|
||||||
SRCREV ?= "f665946cc415e628b237fcf846bda1debf40980b"
|
|
||||||
|
|
||||||
PV = "v2017.11+git${SRCPV}"
|
|
||||||
|
|
||||||
UBOOT_SUFFIX = "kwb"
|
|
||||||
UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
|
|
||||||
|
|
||||||
do_deploy() {
|
|
||||||
rm -f ${DEPLOYDIR}/${PN}-spl.bin
|
|
||||||
rm -f ${DEPLOYDIR}/${PN}.bin
|
|
||||||
rm -f ${DEPLOYDIR}/${PN}-spl.kwb
|
|
||||||
cp ${S}/spl/u-boot-spl.bin ${DEPLOYDIR}/${PN}-spl.bin
|
|
||||||
cp ${S}/u-boot.bin ${DEPLOYDIR}/${PN}.bin
|
|
||||||
cp ${S}/u-boot-spl.kwb ${DEPLOYDIR}/${PN}.kwb
|
|
||||||
}
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue