From: Ryan Eatmon <reatmon@ti.com>
To: Praneeth Bajjuri <praneeth@ti.com>,
Denys Dmytriyenko <denys@konsulko.com>,
<meta-arago@lists.yoctoproject.org>
Subject: [meta-arago][master/kirkstone][PATCH 2/2] ltp-ddt: Remove older version.
Date: Tue, 16 May 2023 09:31:56 -0500 [thread overview]
Message-ID: <20230516143156.1961-2-reatmon@ti.com> (raw)
In-Reply-To: <20230516143156.1961-1-reatmon@ti.com>
Now that we have 20230127 in place, we can remove this older recipe.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
.../ltp-ddt/ltp-ddt_20210524.bb | 47 -------------------
1 file changed, 47 deletions(-)
delete mode 100644 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb
diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb
deleted file mode 100644
index 03f6d4f3..00000000
--- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb
+++ /dev/null
@@ -1,47 +0,0 @@
-FILESEXTRAPATHS:prepend := "${COREBASE}/meta/recipes-extended/ltp/ltp:"
-FILESEXTRAPATHS:prepend := "${ARAGOBASE}/meta-arago-extras/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 = "r7"
-PV:append = "+git${SRCPV}"
-
-SRCREV = "0b51638be46d1e00e2e7e6c4c65dcff738ff2e60"
-BRANCH ?= "master"
-
-SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;protocol=https;branch=master"
-SRC_URI:prepend = "git://git.ti.com/git/test-automation/ltp-ddt.git;protocol=https;branch=${BRANCH} "
-
-SRC_URI:append = "https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/plain/include/uapi/linux/rpmsg_rpc.h?h=ti-linux-5.10.y;name=rpmsg_rpc;subdir=linux;downloadfilename=rpmsg_rpc.h"
-SRC_URI[rpmsg_rpc.sha256sum] = "cd237f40a37520a1f2df19fbfeefd00c0a5ad68efeaba9ba0fba60ca16ea09be"
-
-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
next prev parent reply other threads:[~2023-05-16 14:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-16 14:31 [meta-arago][master/kirkstone][PATCH 1/2] ltp-ddt: Intial LTS migration version Ryan Eatmon
2023-05-16 14:31 ` Ryan Eatmon [this message]
2023-05-16 16:02 ` Denys Dmytriyenko
2023-05-16 16:19 ` Ryan Eatmon
2023-05-16 16:23 ` Denys Dmytriyenko
2023-05-16 16:38 ` Ryan Eatmon
2023-05-16 17:16 ` Denys Dmytriyenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230516143156.1961-2-reatmon@ti.com \
--to=reatmon@ti.com \
--cc=denys@konsulko.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=praneeth@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.