Message ID | 20251002135001.1819874-1-afd@ti.com |
---|---|
State | New |
Headers | show |
Series | [meta-ti,master,1/2] meta-ti-bsp: vpe-tests: Remove this recipe | expand |
meta-ti / na / 20251002135001.1819874-1-afd PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-ti][master][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:50:00 -0500 - Num Patches: 2 - Mailing List (public inbox) Commit SHA: d4e57fd10044c8dbad579531cd083f007fb6e632 Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: master-wip - Commit Author: MD Danish Anwar <danishanwar@ti.com> - Commit Subject: meta-ti-bsp: Add pruprp-fw for AM64xx - Commit SHA: b22a780fead09cdb8ce7d827560831bed2cceb27 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS
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 d48adea5..00000000 --- a/meta-ti-bsp/recipes-bsp/vpe-tests/vpe-tests_git.bb +++ /dev/null @@ -1,28 +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}" - -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 -}
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 | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 meta-ti-bsp/recipes-bsp/vpe-tests/vpe-tests_git.bb