summaryrefslogtreecommitdiffstats
path: root/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/socupdate/socupdate.bb
blob: 45f69d335ceac92707e4d0c929ae97185c269ca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}
OpenPOWER on IntegriCloud