30 lines
685 B
BlitzBasic
30 lines
685 B
BlitzBasic
DESCRIPTION = "Marvell DDR training library"
|
|
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} "
|