trustfence-tool: install tool from local binaries
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
094c1ea38c
commit
37b9c9c5e3
BIN
meta-digi-dey/recipes-core/trustfence/trustfence-tool-2.0/ccimx6/trustfence-tool
Executable file
BIN
meta-digi-dey/recipes-core/trustfence/trustfence-tool-2.0/ccimx6/trustfence-tool
Executable file
Binary file not shown.
Binary file not shown.
|
|
@ -4,9 +4,19 @@ SUMMARY = "Trustfence command line tool"
|
|||
SECTION = "console/tools"
|
||||
LICENSE = "CLOSED"
|
||||
|
||||
SRC_URI = "${DIGI_PKG_SRC}/${BP}.tar.gz"
|
||||
SRC_URI = "file://trustfence-tool"
|
||||
|
||||
SRC_URI[md5sum] = "9556aec9c9b0ef7e38606040e4f059d0"
|
||||
SRC_URI[sha256sum] = "21f013616393883a5c3e0e9d7332e5d169af515f83b3a7dbf365e9ffbde1c593"
|
||||
S = "${WORKDIR}"
|
||||
|
||||
inherit bin_package
|
||||
INSANE_SKIP_${PN} = "already-stripped"
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
do_compile[noexec] = "1"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${base_sbindir}
|
||||
install -m 0755 trustfence-tool ${D}${base_sbindir}
|
||||
}
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(ccimx6|ccimx6ul)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue