All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Tammana, Gowtham" <g-tammana@ti.com>
To: "Bajjuri, Praneeth" <praneeth@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [dunfell/master PATCH] ti-test: fix build errors with nested conditional operation
Date: Sat, 24 Apr 2021 00:27:57 +0000	[thread overview]
Message-ID: <e6f4a69a27d44abda45fe8bcc85c73a3@ti.com> (raw)
In-Reply-To: <20210424001834.652-1-praneeth@ti.com>



>-----Original Message-----
>From: Bajjuri, Praneeth
>Sent: Friday, April 23, 2021 7:19 PM
>To: Bajjuri, Praneeth <praneeth@ti.com>
>Cc: Denys Dmytriyenko <denis@denix.org>; Tammana, Gowtham <g-
>tammana@ti.com>; meta-arago@arago-project.org
>Subject: [dunfell/master PATCH] ti-test: fix build errors with nested
>conditional operation
>
>From: Praneeth Bajjuri <praneeth@ti.com>
>
>nested conditional operation like this
>${@oe.utils.conditional(<condition>, ${@bb.utils.contains()}
>
>is causing build issues on some of the older build machines like this.
>
>Missing or unbuildable dependency chain was: ['tisdk-default-image', 'ti-
>test', "'',"]
>ERROR: Nothing RPROVIDES ''omapdrmtest',' (but <>/ti-test.bb RDEPENDS on
>or otherwise requires it)
>NOTE: Runtime target ''omapdrmtest',' is unbuildable, removing...
>Missing or unbuildable dependency chain was: ["'omapdrmtest',"]
>ERROR: Nothing RPROVIDES ''mmip',' (but <>/ti-test.bb RDEPENDS on or
>otherwise requires it)
>NOTE: Runtime target ''mmip',' is unbuildable, removing...
>Missing or unbuildable dependency chain was: ["'mmip',"]
>
>This patch fixes such build issue.
>
>Suggested-by: Denys Dmytriyenko <denis@denix.org>
>Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>

Reviewed-by: Gowtham Tammana <g-tammana@ti.com>

>---
> meta-arago-distro/recipes-core/packagegroups/ti-test.bb | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
>diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
>b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
>index cbc246d5..219b43b6 100644
>--- a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
>+++ b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
>@@ -66,12 +66,14 @@ ARAGO_TI_TEST_append_ti43x = " \
>     ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', 'cmem-test',
>d)} \
> "
>
>+NOT_MAINLINE_MMIP_DEPS = "${@bb.utils.contains('MACHINE_FEATURES',
>'mmip', 'omapdrmtest', '', d)}"
>+
> ARAGO_TI_TEST_append_omap-a15 = " \
>     omapconf \
>     ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', " \
>         ti-ipc-test \
>-        ${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'omapdrmtest',
>'', d)} \
>         cmem-test \
>+	${NOT_MAINLINE_MMIP_DEPS} \
>     ", d)} \
> "
>
>--
>2.17.1



      reply	other threads:[~2021-04-24  0:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-24  0:18 [dunfell/master PATCH] ti-test: fix build errors with nested conditional operation praneeth
2021-04-24  0:27 ` Tammana, Gowtham [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=e6f4a69a27d44abda45fe8bcc85c73a3@ti.com \
    --to=g-tammana@ti.com \
    --cc=meta-arago@arago-project.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.