From: "Hsia-Jun Li" <randy.li@synaptics.com>
To: openembedded-core@lists.openembedded.org
Cc: Hsia-Jun Li <randy.li@synaptics.com>
Subject: [PATCH 1/2] cross-canadian: skip it for Android bionic
Date: Fri, 20 Aug 2021 14:11:49 +0800 [thread overview]
Message-ID: <20210820061150.146518-2-randy.li@synaptics.com> (raw)
In-Reply-To: <20210820061150.146518-1-randy.li@synaptics.com>
Signed-off-by: Hsia-Jun Li <randy.li@synaptics.com>
---
meta/classes/cross-canadian.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass
index 447a2bb..ce8751e 100644
--- a/meta/classes/cross-canadian.bbclass
+++ b/meta/classes/cross-canadian.bbclass
@@ -32,7 +32,7 @@ python () {
if d.getVar("MODIFYTOS") != "1":
return
- if d.getVar("TCLIBC") in [ 'baremetal', 'newlib' ]:
+ if d.getVar("TCLIBC") in [ 'baremetal', 'newlib', 'bionic' ]:
return
tos = d.getVar("TARGET_OS")
--
2.7.4
next prev parent reply other threads:[~2021-08-20 6:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-20 6:11 [PATCH 0/2] support building for Android target randy.li
2021-08-20 6:11 ` Hsia-Jun Li [this message]
2021-08-20 6:11 ` [PATCH 2/2] machine_dict: Add Android OS to it Hsia-Jun Li
2021-08-20 17:34 ` [OE-core] [PATCH 0/2] support building for Android target Khem Raj
2021-08-30 7:40 ` Hsia-Jun Li
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=20210820061150.146518-2-randy.li@synaptics.com \
--to=randy.li@synaptics.com \
--cc=openembedded-core@lists.openembedded.org \
/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