summaryrefslogtreecommitdiff
path: root/recipes-support/tdx-info/tdx-info_0.1.1.bb
blob: 61ee75159e0c948ecfbefbd93624b254d4b133f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "Script to get useful information about Toradex Hardware."
DESCRIPTION = "This script can be used by Toradex customers in userspace to grab information from the module and share it with Toradex Support Team"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c38c9404df9658111a87d5090719fb44"

SRC_URI = "git://github.com/toradex/tdx-info;protocol=https;branch=v${PV}"
SRCREV = "80840350f00965e9862a354a1bd870954f8af18e"

S = "${WORKDIR}/git"

inherit allarch

do_install() {
    install -d ${D}${bindir}
    install -m 0755 ${S}/tdx-info ${D}${bindir}
}