meta-arago.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Ryan Eatmon <reatmon@ti.com>
To: LCPD Automation Script <lcpdbld@list.ti.com>,
	Praneeth Bajjuri <praneeth@ti.com>,
	Denys Dmytriyenko <denys@konsulko.com>,
	<meta-arago@lists.yoctoproject.org>
Subject: Re: [meta-arago][master][PATCH] ti-test: Add various tools
Date: Thu, 12 Oct 2023 09:34:12 -0500	[thread overview]
Message-ID: <ff425d61-ac16-4d41-91e6-0601148652f4@ti.com> (raw)
In-Reply-To: <1697100333-93247-1-git-send-email-lcpdbld@list.ti.com>


This was an error in our CICD flow.  I forgot to update our config that 
the ltp-ddt recipe moved to meta-arago-test.  Ignore this patch.


On 10/12/2023 3:45 AM, LCPD Automation Script wrote:
> From: Ryan Eatmon <reatmon@ti.com>
> 
> Testing with poky shows that we were missing some needed utilities
> that our internal tests were calling.
> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
>   .../recipes-core/packagegroups/ti-test.bb          | 37 ++++++++++++++++++++--
>   1 file changed, 35 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
> index 44f4f75..cf720c0 100644
> --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb
> +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
> @@ -6,24 +6,36 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
>   inherit packagegroup
>   
>   TI_TEST_BASE = "\
> +    alsa-utils \
>       bc \
>       bonnie++ \
>       bridge-utils \
>       cryptodev-tests \
>       dma-heap-tests \
> +    dosfstools \
> +    ethtool \
>       evtest \
>       fio \
>       git \
>       hdparm \
> +    i2c-tools \
>       iozone3 \
> +    iproute2-tc \
> +    iproute2-devlink \
> +    iperf3 \
> +    kernel-modules \
>       kernel-selftest \
>       libdrm-tests \
>       linuxptp \
>       lmbench \
> +    lsof \
>       memtester \
>       mstpd \
> +    mtd-utils \
> +    mtd-utils-ubifs \
>       mtd-utils-ubifs-tests \
>       nbench-byte \
> +    netperf \
>       openntpd \
>       pcitest \
>       perf \
> @@ -36,6 +48,7 @@ TI_TEST_BASE = "\
>       stream \
>       stress \
>       stress-ng \
> +    tcpdump \
>       v4l-utils \
>       yavta \
>   "
> @@ -64,16 +77,22 @@ TI_TEST_TI_TOOLS = " \
>   
>   TI_TEST_TI_TOOLS:append:ti33x = " \
>       omapconf \
> +    pru-icss \
> +    switch-config \
>   "
>   
>   TI_TEST_TI_TOOLS:append:ti43x = " \
>       omapconf \
> +    pru-icss \
> +    switch-config \
>   "
>   
>   NOT_MAINLINE_MMIP_DEPS = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'omapdrmtest', '', d)}"
>   
>   TI_TEST_TI_TOOLS:append:omap-a15 = " \
>       omapconf \
> +    pru-icss \
> +    switch-config \
>       ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', " \
>           ti-ipc-test \
>   	    ${NOT_MAINLINE_MMIP_DEPS} \
> @@ -82,15 +101,29 @@ TI_TEST_TI_TOOLS:append:omap-a15 = " \
>   
>   TI_TEST_TI_TOOLS:append:k3 = " \
>       k3conf \
> +    switch-config \
> +    ti-rtos-firmware \
> +    ti-rpmsg-char \
> +    ti-rpmsg-char-examples \
>   "
>   
> -TI_TEST_TI_TOOLS:append:j721e = " \
> -    ufs-utils \
> +TI_TEST_TI_TOOLS:append:am62xx   = " \
> +    pru-icss \
> +"
> +
> +TI_TEST_TI_TOOLS:append:am64xx   = " \
> +    pru-icss \
> +"
> +
> +TI_TEST_TI_TOOLS:append:am65xx   = " \
> +    pru-icss \
>   "
>   
>   # Disable due to breakage
>   #    viddec-test-app
>   TI_TEST_TI_TOOLS:append:j721e = " \
> +    pru-icss \
> +    ufs-utils \
>       videnc-test-app \
>   "
>   

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


      reply	other threads:[~2023-10-12 14:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-12  8:45 [meta-arago][master][PATCH] ti-test: Add various tools LCPD Automation Script
2023-10-12 14:34 ` Ryan Eatmon [this message]

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=ff425d61-ac16-4d41-91e6-0601148652f4@ti.com \
    --to=reatmon@ti.com \
    --cc=denys@konsulko.com \
    --cc=lcpdbld@list.ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).