aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/recipes-kernel/amd-spi/amd-spi_1.0.bb
blob: 7ef125892f4ccc8a89a4926e69a3dc9cef6f3a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "This kernel module provides support for AMD SPI controller driver"
LICENSE = "BSD | GPLv2"
LIC_FILES_CHKSUM = "file://spi_amd.c;md5=053ef6a02a8242fbb536a45df556c7a7 \
                    file://spi_amd.h;md5=b73106fb4d18369d420b9de1d1406b3a \
                    file://spirom.c;md5=6f508546a57fa91246774b3b925e94e6 \
                    file://spirom.h;md5=8de0c535224dbd8ecd2f40ef29c15d0a \
                    file://Makefile;md5=8ea80a6d4ae15bcf922d090df6cfdd4c \
                   "

inherit module

PR = "r0"
PV = "1.0"

SRC_URI = "file://Makefile \
           file://spi_amd.c \
           file://spi_amd.h \
           file://spirom.c \
           file://spirom.h \
          "

S = "${WORKDIR}"

# The inherit of module.bbclass will take care of the rest