Now that we have moved to the 20250130 version we no longer need to carry the previous version.
Signed-off-by: Ryan Eatmon <[email protected]> --- .../ltp-ddt/ltp-ddt_20240129.bb | 44 ------------------- 1 file changed, 44 deletions(-) delete mode 100644 meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20240129.bb diff --git a/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20240129.bb b/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20240129.bb deleted file mode 100644 index 528db999..00000000 --- a/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20240129.bb +++ /dev/null @@ -1,44 +0,0 @@ -FILESEXTRAPATHS:prepend := "${COREBASE}/meta/recipes-extended/ltp/ltp:" -FILESEXTRAPATHS:prepend := "${TITESTBASE}/recipes-extended/ltp/ltp:" - -require recipes-extended/ltp/ltp_${PV}.bb - -SUMMARY = "Embedded Linux Device Driver Tests based on Linux Test Project" -HOMEPAGE = "https://git.ti.com/cgit/test-automation/ltp-ddt/" - -PROVIDES += "ltp" - -DEPENDS += "alsa-lib" - -PE = "1" -PR = "r1" -PV:append = "+git" - -SRCREV = "551467bce4c38af24c9c98843770fdfe45e1e253" -BRANCH ?= "master" - -SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https" -SRC_URI:prepend = "git://git.ti.com/git/test-automation/ltp-ddt.git;protocol=https;branch=${BRANCH} " - -export prefix = "/opt/ltp" -export exec_prefix = "/opt/ltp" - -EXTRA_OEMAKE:append = " \ - KERNEL_USR_INC=${WORKDIR} \ - ALSA_INCPATH=${STAGING_INCDIR} \ - ALSA_LIBPATH=${STAGING_LIBDIR} \ -" - -RDEPENDS:${PN} += "\ - acl \ - at \ - pm-qa \ - serialcheck \ - memtester \ -" - -do_install:prepend() { - # Upstream ltp recipe wants to remove this test case in do_install - install -d ${D}${prefix}/runtest/ - echo "memcg_stress" >> ${D}${prefix}/runtest/controllers -} -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15906): https://lists.yoctoproject.org/g/meta-arago/message/15906 Mute This Topic: https://lists.yoctoproject.org/mt/111364185/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
