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 = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://Makefile;md5=9993156c815673120e02a7c8e00a8cc3"
|
|
|
|
SRC_URI = "git://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git;protocol=https;branch=master"
|
|
|
|
# Modify these as desired
|
|
PV = "devel+git${SRCPV}"
|
|
SRCREV = "bfcf62051be835f725005bb5137928f7c27b792e"
|
|
|
|
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}/." "${D}/usr/src/${PN}/"
|
|
}
|
|
|
|
FILES:${PN}-dev = "/usr/src/${PN}"
|
|
INSANE_SKIP:${PN}-dev += "file-rdeps"
|
|
SYSROOT_DIRS += " /usr/src/${PN} "
|