blob: 45f69d335ceac92707e4d0c929ae97185c269ca1 [file] [log] [blame]
SUMMARY = "Qualcomm SOC update"
DESCRIPTION = ""
HOMEPAGE = ""
PR = "r1"
inherit obmc-phosphor-license
SRC_URI += "file://socupdate.sh"
do_install() {
install -d ${D}${bindir}
install -m 0755 ${WORKDIR}/socupdate.sh ${D}${bindir}/socupdate.sh
}