Ken Chen | e4bdcf7 | 2018-03-07 10:24:42 +0800 | [diff] [blame] | 1 | SUMMARY = "Qualcomm SOC update" |
2 | DESCRIPTION = "" | ||||
3 | HOMEPAGE = "" | ||||
4 | PR = "r1" | ||||
5 | |||||
6 | inherit obmc-phosphor-license | ||||
7 | |||||
8 | SRC_URI += "file://socupdate.sh" | ||||
9 | |||||
10 | do_install() { | ||||
11 | install -d ${D}${bindir} | ||||
12 | install -m 0755 ${WORKDIR}/socupdate.sh ${D}${bindir}/socupdate.sh | ||||
13 | } |