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

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

SRCREV = "bae32e353a3641b5164211f6bf06c5620f6e384d"
SRC_URI = "git://scm.raptorcs.com/scm/git/cf-fsi;protocol=https"

PR = "r1"
PV = "1.0+git${SRCPV}"

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