avs_mtk_voice/meta/meta-mediatek-aud/recipes-support/ewriter/ewriter.bb

19 lines
376 B
BlitzBasic
Raw Normal View History

2022-05-13 08:02:31 +00:00
DESCRIPTION = "MTK eFuse Writer"
LICENSE = "MediaTekProprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e1696b147d49d491bcb4da1a57173fff"
inherit workonsrc
WORKONSRC = "${TOPDIR}/../src/support/efuse_writer"
DEPENDS += "tzapp"
RDEPENDS_${PN} += "tzapp"
do_compile() {
oe_runmake
}
do_install() {
install -d ${D}${bindir}
install -m 0755 ewriter ${D}${bindir}/
}