blob: 5d308dc69e564e42f9ac4685f593d69cf6e1dae8 [file] [log] [blame]
Thang Q. Nguyen6998e512022-05-16 05:41:57 +00001SUMMARY = "Ampere Platform Environment Definitions"
2DESCRIPTION = "Ampere Platform Environment Definitions"
3PR = "r1"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
6
7SRC_URI = " \
8 file://ampere_add_redfishevent.sh \
9 "
10
11RDEPENDS:${PN} = "bash"
12
13do_install() {
14 install -d ${D}/usr/sbin
15 install -m 0755 ${WORKDIR}/ampere_add_redfishevent.sh ${D}/${sbindir}/
Thang Q. Nguyen6998e512022-05-16 05:41:57 +000016}