mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
5730988c79
For now, this layer is marked compatible with the Yocto version which PetaLinux v2021.1 is based on (codename "gatesgarth"), only. Other version might be added as needed (space separated). Incompatibilities with older versions are not known at this point in time. Signed-off-by: Joachim Foerster <joachim.foerster@missinglinkelectronics.com>
15 lines
336 B
BlitzBasic
15 lines
336 B
BlitzBasic
SUMMARY = "Corundum mqnic driver kernel module"
|
|
SECTION = "kernel"
|
|
LICENSE = "MIT & GPLv2"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
|
|
file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
|
|
|
inherit module
|
|
|
|
SRC_URI = " \
|
|
file://mqnic \
|
|
"
|
|
|
|
S = "${WORKDIR}/mqnic"
|