SUMMARY = "Ampere Platform Environment Definitions" DESCRIPTION = "Ampere Platform Environment Definitions" PR = "r1" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SRC_URI = " \ file://gpio-defs.sh \ file://gpio-lib.sh \ file://ampere_power_util.sh \ file://ampere_host_check.sh \ " RDEPENDS:${PN} = "bash" do_install() { install -d ${D}/usr/sbin install -m 0755 ${WORKDIR}/gpio-lib.sh ${D}/${sbindir}/ install -m 0755 ${WORKDIR}/gpio-defs.sh ${D}/${sbindir}/ install -m 0755 ${WORKDIR}/ampere_power_util.sh ${D}/${sbindir}/ install -m 0755 ${WORKDIR}/ampere_host_check.sh ${D}/${sbindir}/ }