From 194ff4f1f5d44b12e9cb06ddafa6adb20174a13c Mon Sep 17 00:00:00 2001 From: Dave Cobbley Date: Wed, 22 Aug 2018 21:40:54 -0400 Subject: [Subtree] Bring openbmc machines to top level The new subtree model brings the subtrees up from the openbmc-machines layer. Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0 Signed-off-by: Dave Cobbley Signed-off-by: Brad Bishop --- .../recipes-phosphor/socupdate/socupdate.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/socupdate/socupdate.bb (limited to 'meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/socupdate/socupdate.bb') diff --git a/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/socupdate/socupdate.bb b/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/socupdate/socupdate.bb new file mode 100644 index 000000000..45f69d335 --- /dev/null +++ b/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/socupdate/socupdate.bb @@ -0,0 +1,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 +} -- cgit v1.2.3