aboutsummaryrefslogtreecommitdiff
path: root/recipes-demo/de10-nano-fftdriver-mod/de10-nano-fftdriver-mod.bb
blob: 2cd0e7687fc0fe23c95e6acd0cb70beb72999304 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "Example Driver for DE10-Nano FPGA based FFT"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
SECTION = "DE10-Nano"

inherit module

PACKAGE_ARCH = "${MACHINE_ARCH}"

PR = "r0"
PV = "1.0"
PV_append = "+${PR}"

SRC_URI = "file://Makefile \
           file://COPYING \
           file://fft_driver.c \
           file://fft_driver.h \
          "

S = "${WORKDIR}"

# The inherit of module.bbclass will automatically name module packages with
# "kernel-module-" prefix as required by the oe-core build environment.