diff mbox series

[meta-ti,scarthgap,1/2] meta-ti-bsp: vpe-tests: Remove this recipe

Message ID 20251002135212.1820365-1-afd@ti.com
State New
Headers show
Series [meta-ti,scarthgap,1/2] meta-ti-bsp: vpe-tests: Remove this recipe | expand

Commit Message

Andrew Davis Oct. 2, 2025, 1:52 p.m. UTC
vpe-tests is obsolete, it was replaced with "testvpe" as part of
glsdk-example-apps about 10 years ago in meta-arago, so long ago even
its replacement has been obsoleted and removed. Yet, this unbuildable
recipe still lives on here in meta-ti. Send it out to sea.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../recipes-bsp/vpe-tests/vpe-tests_git.bb    | 30 -------------------
 1 file changed, 30 deletions(-)
 delete mode 100644 meta-ti-bsp/recipes-bsp/vpe-tests/vpe-tests_git.bb

Comments

PRC Automation Oct. 2, 2025, 1:55 p.m. UTC | #1
meta-ti / na / 20251002135212.1820365-1-afd

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
scarthgap
=====================
Summary:
- Patch Series: [meta-ti][scarthgap][PATCH 1/2] meta-ti-bsp: vpe-tests: Remove this recipe
- Submitter: From: Andrew Davis <afd@ti.com>
- Date: Date: Thu, 2 Oct 2025 08:52:11 -0500
- Num Patches: 2
- Mailing List (public inbox) Commit SHA: af1552aa964c5afd4a149e8a079d7a68a3e25bea

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: scarthgap-wip
- Commit Author: MD Danish Anwar <danishanwar@ti.com>
- Commit Subject: meta-ti-bsp: Add pruprp-fw for AM64xx
- Commit SHA: 69aaa6f1f8f608e22353d38ec6629ded743c4dec

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
scarthgap
=====================
PASS
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-bsp/vpe-tests/vpe-tests_git.bb b/meta-ti-bsp/recipes-bsp/vpe-tests/vpe-tests_git.bb
deleted file mode 100644
index 274cc735..00000000
--- a/meta-ti-bsp/recipes-bsp/vpe-tests/vpe-tests_git.bb
+++ /dev/null
@@ -1,30 +0,0 @@ 
-SUMMARY = "VPE test program"
-
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa"
-
-DEPENDS = "virtual/kernel vpdma-fw"
-
-PR = "r3"
-
-COMPATIBLE_MACHINE = "dra7xx"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca"
-BRANCH ?= "master"
-
-SRC_URI = "git://git.ti.com/git/vpe_tests/vpe_tests.git;protocol=https;branch=${BRANCH}"
-
-S = "${WORKDIR}/git"
-
-FLOATABI = "${@bb.utils.contains("TUNE_FEATURES", "vfp", bb.utils.contains("TUNE_FEATURES", "callconvention-hard", " -mfloat-abi=hard", " -mfloat-abi=softfp", d), "" ,d)}"
-
-# The test application needs additional include headers from the kernel
-EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${TARGET_PREFIX}gcc ${FLOATABI}" KDIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include"'
-
-do_install() {
-    oe_runmake DESTDIR="${D}" install
-    rm -rf ${D}${nonarch_base_libdir}/firmware/vpdma-*.bin
-    rmdir -p ${D}${nonarch_base_libdir}/firmware || true
-}