aboutsummaryrefslogtreecommitdiffstats
path: root/meta-baldeagle/recipes-kernel/amd-spi/amd-spi_1.0.bb
blob: c25a9a811c5c565a59048f6ff361d300e5b1968a (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
25
26
27
28
29
30
31
32
33
DESCRIPTION = "This kernel module provides support for AMD SPI controller driver"
LICENSE = "BSD | GPLv2"
LIC_FILES_CHKSUM = "file://spi_amd.c;md5=e70d62038c566061b8fea14bb3d31c39 \
                    file://spi_amd.h;md5=5400c6b24b00e86e5930fdccc058dabb \
                    file://spirom.c;md5=558c5e03489d2d7792c03dcf7e2539ab \
                    file://spirom.h;md5=332ef940b1cb318fc8ecd9b1ba5940be \
		    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}"


# Kernel module packages MUST begin with 'kernel-module-', otherwise
# multilib image generation can fail.
#
# The following line is only necessary if the recipe name does not begin
# with kernel-module-.
#
PKG_${PN} = "kernel-module-${PN}"

FILES_${PN} += "${sysconfdir}"