summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/aspeed-layer/recipes-kernel/cf-fsi-firmware/cf-fsi-firmware.bb
blob: d11430963d98fd36cb6bc6e20f2f8d17419b8545 (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
SUMMARY = "Firmware for using the ASPEED ColdFire FSI master"
SECTION = "kenrel"

LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"

SRCREV = "bae32e353a3641b5164211f6bf06c5620f6e384d"
SRC_URI = "git://github.com/ozbenh/cf-fsi.git"

S = "${WORKDIR}/git"

inherit allarch

do_compile() {
	:
}

firmware_dir="${nonarch_base_libdir}/firmware/"

do_install() {
	install -d ${D}${firmware_dir}
	install -m 0644 ${S}/dist-bin/cf-fsi-fw.bin ${D}${firmware_dir}
}

FILES_${PN} = "${firmware_dir}"
OpenPOWER on IntegriCloud