39 lines
1.1 KiB
BlitzBasic
39 lines
1.1 KiB
BlitzBasic
# Recipe created by recipetool
|
|
# This is the basis of a recipe and may need further editing in order to be fully functional.
|
|
# (Feel free to remove these comments when editing.)
|
|
|
|
# WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is
|
|
# your responsibility to verify that the values are complete and correct.
|
|
#
|
|
# The following license files were not able to be identified and are
|
|
# represented as "Unknown" below, you will need to check them yourself:
|
|
# drivers/snps/fw/snps_license.txt
|
|
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} "
|