summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2025-05-20 14:25:12 -0300
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2025-05-23 09:13:38 +0000
commit37d50845b9d6cfd963ebf5da91458759cdaf6556 (patch)
treec07ce00f4833d62d5ff2438857ec47c03ce4a363
parent154e11f80308a1986630f5f57d3051a15ebc7ba4 (diff)
serial-test: remove recipe
This recipe is is available at meta-openemebedded layer named linux-serial-test_git.bb. Remove it and use the one provided from meta-openemebedded layer. Related-to: ELB-6306 Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
-rw-r--r--recipes-devtools/serialtest/serial-test_git.bb12
-rw-r--r--recipes-images/images/packagegroup-tdx-cli.bb2
2 files changed, 1 insertions, 13 deletions
diff --git a/recipes-devtools/serialtest/serial-test_git.bb b/recipes-devtools/serialtest/serial-test_git.bb
deleted file mode 100644
index f5f4c465..00000000
--- a/recipes-devtools/serialtest/serial-test_git.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-SUMMARY = "Serial test application"
-HOMEPAGE = "https://github.com/cbrake/linux-serial-test"
-SECTION = "utils"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed"
-SRCREV = "d5d32b0765f0ae78e6ec4cbe6ad0800e470aaf67"
-
-SRC_URI = "git://github.com/cbrake/linux-serial-test.git;branch=master;protocol=https"
-
-S = "${WORKDIR}/git"
-
-inherit cmake
diff --git a/recipes-images/images/packagegroup-tdx-cli.bb b/recipes-images/images/packagegroup-tdx-cli.bb
index 0938905e..54a7dc0a 100644
--- a/recipes-images/images/packagegroup-tdx-cli.bb
+++ b/recipes-images/images/packagegroup-tdx-cli.bb
@@ -78,7 +78,7 @@ RRECOMMENDS:packagegroup-devel-tdx-cli = "\
jq \
ldd \
less \
- serial-test \
+ linux-serial-test \
spitools \
spidev-test \
strace \