Commit 2a16e39b authored by garcialasheras's avatar garcialasheras

adding spec getting started project support

parent 360f89fe
SUMMARY = "Bitstream for the SPEC user + dio demo in the Getting Started guide"
LICENSE = "LGPL-3.0"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b"
inherit module
PR = "r0"
PV = "0.1"
SRC_URI = "http://www.ohwr.org/attachments/download/3653/spec_demo_dio.bin"
SRC_URI[md5sum] = "0f8791bff212dbffe2983046f1f1f01c"
S = "${WORKDIR}/"
FILES_${PN} += "/lib/firmware/fmc"
do_compile() {
:
}
do_install() {
install -d ${D}/lib/firmware/fmc
install -m 0755 ${S}/spec_demo_dio.bin ${D}/lib/firmware/fmc/spec_demo_dio.bin
}
# The inherit of module.bbclass will automatically name module packages with
# "kernel-module-" prefix as required by the oe-core build environment.
SUMMARY = "Python files for running the demos included in the Getting Started with the SPEC"
LICENSE = "GPL-3.0"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891"
inherit module
PR = "r0"
PV = "0.1"
SRC_URI = "git://ohwr.org/fmc-projects/spec/spec-getting-started.git"
SRCREV = "2997988af51f4a10f318cf0056ef284266c47bd5"
S = "${WORKDIR}/git"
FILES_${PN} += "/lib/firmware/fmc/python"
do_compile() {
:
}
do_install() {
install -d ${D}/lib/firmware/fmc/python
install -m 0755 ${S}/sw/python/spec_demo_user.py ${D}/lib/firmware/fmc/python/spec_demo_user.py
install -m 0755 ${S}/sw/python/spec_demo_user_dio.py ${D}/lib/firmware/fmc/python/spec_demo_user_dio.py
install -m 0755 ${S}/sw/python/spec_libc.py ${D}/lib/firmware/fmc/python/spec_libc.py
}
# The inherit of module.bbclass will automatically name module packages with
# "kernel-module-" prefix as required by the oe-core build environment.
SUMMARY = "Bitstream for the SPEC user demo in the Getting Started guide"
LICENSE = "LGPL-3.0"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b"
inherit module
PR = "r0"
PV = "0.1"
SRC_URI = "http://www.ohwr.org/attachments/download/3654/spec_demo_user.bin"
SRC_URI[md5sum] = "4f5c2f469bce43c2e9ff280aa94e661e"
S = "${WORKDIR}/"
FILES_${PN} += "/lib/firmware/fmc"
do_compile() {
:
}
do_install() {
install -d ${D}/lib/firmware/fmc
install -m 0755 ${S}/spec_demo_user.bin ${D}/lib/firmware/fmc/spec_demo_user.bin
}
# The inherit of module.bbclass will automatically name module packages with
# "kernel-module-" prefix as required by the oe-core build environment.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment