30 lines
723 B
BlitzBasic
30 lines
723 B
BlitzBasic
DESCRIPTION = "Marvell binaries like the system controller firmware"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://README.md;md5=bbdf038ac62317d3a12a067c50dadc61"
|
|
|
|
SRC_URI = "git://git@bitbucket.gad.local:7999/nm-nsp/binaries-marvell.git;protocol=ssh;user=git;branch=nitroc"
|
|
|
|
# Modify these as desired
|
|
PV = "11.23.08+git${SRCPV}"
|
|
SRCREV = "6765e4fa3eae4000a307bdb891fe8c03f3422f91"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_configure () {
|
|
:
|
|
}
|
|
|
|
do_compile () {
|
|
:
|
|
}
|
|
|
|
do_install () {
|
|
# The sources are needed by arm-trusted-firmware
|
|
install -d "${D}/usr/src/${PN}"
|
|
cp -r "${S}/mrvl_scp_bl2.img" "${D}/usr/src/${PN}/"
|
|
}
|
|
|
|
FILES:${PN}-dev = "/usr/src/${PN}"
|
|
INSANE_SKIP:${PN}-dev += "file-rdeps"
|
|
SYSROOT_DIRS += " /usr/src/${PN} "
|