diff mbox series

[meta-ti,kirkstone,3/4] ti-test: Remove OAMP-DRM test

Message ID 20240129115342.9321-4-sinthu.raja@ti.com
State Rejected
Delegated to: Ryan Eatmon
Headers show
Series Add gstreamer 1.20 | expand

Commit Message

Sinthu Raja M Jan. 29, 2024, 11:53 a.m. UTC
From: Sinthu Raja <sinthu.raja@ti.com>

The omapdrm test is outdated and the required test cases shall be executed
using the GST commands. Disable the same which is no longer required.

Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
---
 meta-arago-test/recipes-core/packagegroups/ti-test.bb | 3 ---
 1 file changed, 3 deletions(-)

Comments

Chirag Shilwant Jan. 29, 2024, 12:16 p.m. UTC | #1
OMAP-DRM instead of OAMP-DRM in the title of commit message!

On 29/01/24 17:23, Sinthu Raja M via lists.yoctoproject.org wrote:
> From: Sinthu Raja <sinthu. raja@ ti. com> The omapdrm test is outdated 
> and the required test cases shall be executed using the GST commands. 
> Disable the same which is no longer required. Signed-off-by: Sinthu 
> Raja <sinthu. raja@ ti. com>
> ZjQcmQRYFpfptBannerStart
> This message was sent from outside of Texas Instruments.
> Do not click links or open attachments unless you recognize the source 
> of this email and know the content is safe.
> ZjQcmQRYFpfptBannerEnd
> From: Sinthu Raja <sinthu.raja@ti.com>
>
> The omapdrm test is outdated and the required test cases shall be executed
> using the GST commands. Disable the same which is no longer required.
>
> Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
> ---
>   meta-arago-test/recipes-core/packagegroups/ti-test.bb | 3 ---
>   1 file changed, 3 deletions(-)
>
> diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
> index cf720c03..9a6dc67a 100644
> --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb
> +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
> @@ -87,15 +87,12 @@ TI_TEST_TI_TOOLS:append:ti43x = " \
>       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} \
>       ", d)} \
>   "
>   
> -- 
> 2.36.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#17427): https://urldefense.com/v3/__https://lists.yoctoproject.org/g/meta-ti/message/17427__;!!G3vK!XLvgxXPJEyvy6cLcpnUMkJl_6_GfwLnjml7BWshhFvPjzWB-i5_1zL1PtxC6ejqaxP3I3DC8x0yD5lY_4oErfdW0k0-TixKRwDUk$
> Mute This Topic: https://urldefense.com/v3/__https://lists.yoctoproject.org/mt/104029526/7030289__;!!G3vK!XLvgxXPJEyvy6cLcpnUMkJl_6_GfwLnjml7BWshhFvPjzWB-i5_1zL1PtxC6ejqaxP3I3DC8x0yD5lY_4oErfdW0k0-Ti5O4C_sT$
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://urldefense.com/v3/__https://lists.yoctoproject.org/g/meta-ti/unsub__;!!G3vK!XLvgxXPJEyvy6cLcpnUMkJl_6_GfwLnjml7BWshhFvPjzWB-i5_1zL1PtxC6ejqaxP3I3DC8x0yD5lY_4oErfdW0k0-Ti8_18Sed$  [c-shilwant@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
index cf720c03..9a6dc67a 100644
--- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
@@ -87,15 +87,12 @@  TI_TEST_TI_TOOLS:append:ti43x = " \
     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} \
     ", d)} \
 "