From dceaff9f6b3f3b29950ee915ae9bb5f0622ab0bb Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Fri, 3 Nov 2023 12:33:46 -0300 Subject: tdx-info: Upgrade to version v0.1.2 Signed-off-by: Hiago De Franco --- recipes-support/tdx-info/tdx-info_0.1.1.bb | 16 ---------------- recipes-support/tdx-info/tdx-info_0.1.2.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 recipes-support/tdx-info/tdx-info_0.1.1.bb create mode 100644 recipes-support/tdx-info/tdx-info_0.1.2.bb diff --git a/recipes-support/tdx-info/tdx-info_0.1.1.bb b/recipes-support/tdx-info/tdx-info_0.1.1.bb deleted file mode 100644 index 61ee751..0000000 --- a/recipes-support/tdx-info/tdx-info_0.1.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -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} -} diff --git a/recipes-support/tdx-info/tdx-info_0.1.2.bb b/recipes-support/tdx-info/tdx-info_0.1.2.bb new file mode 100644 index 0000000..4fb6119 --- /dev/null +++ b/recipes-support/tdx-info/tdx-info_0.1.2.bb @@ -0,0 +1,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 = "c1b3db7e934e357f7a5bf31864abd0dc1fce4d95" + +S = "${WORKDIR}/git" + +inherit allarch + +do_install() { + install -d ${D}${bindir} + install -m 0755 ${S}/tdx-info ${D}${bindir} +} -- cgit v1.2.3