From: "Jose Quaresma" <quaresma.jose@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Jose Quaresma <quaresma.jose@gmail.com>
Subject: [PATCH 5/5] shaderc: enable only native build as the target is failing
Date: Tue, 13 Oct 2020 18:35:02 +0100 [thread overview]
Message-ID: <20201013173502.2245733-6-quaresma.jose@gmail.com> (raw)
In-Reply-To: <20201013173502.2245733-1-quaresma.jose@gmail.com>
For now, only the native build its working.
The target build is failing, when we can build for target
this commit can be reverted.
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
---
.../shaderc/{shaderc_2019.0.bb => shaderc-native_2019.0.bb} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
rename meta/recipes-graphics/shaderc/{shaderc_2019.0.bb => shaderc-native_2019.0.bb} (86%)
diff --git a/meta/recipes-graphics/shaderc/shaderc_2019.0.bb b/meta/recipes-graphics/shaderc/shaderc-native_2019.0.bb
similarity index 86%
rename from meta/recipes-graphics/shaderc/shaderc_2019.0.bb
rename to meta/recipes-graphics/shaderc/shaderc-native_2019.0.bb
index ac3db09937..4e095e1243 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2019.0.bb
+++ b/meta/recipes-graphics/shaderc/shaderc-native_2019.0.bb
@@ -33,4 +33,8 @@ do_configure_prepend() {
EOF
}
-BBCLASSEXTEND = "native nativesdk"
+# TODO: for now only the native build its working
+# the target build is failing, when the target builds
+# we can drop this inherit and rename the receipe.
+inherit native
+#BBCLASSEXTEND = "native nativesdk"
--
2.28.0
next prev parent reply other threads:[~2020-10-13 17:35 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-13 17:34 [PATCH] add shaderc recipe Jose Quaresma
2020-10-13 17:34 ` [PATCH 1/5] spirv-tools: import from meta-oe to OE core Jose Quaresma
2020-10-13 17:34 ` [PATCH 2/5] spirv-tools: enable native build and install more header files Jose Quaresma
2020-10-13 17:35 ` [PATCH 3/5] glslang: add receipe Jose Quaresma
2020-10-13 18:54 ` [OE-core] " Andrey Zhizhikin
2020-10-13 18:57 ` Alexander Kanavin
2020-10-13 20:39 ` Jose Quaresma
2020-10-13 17:35 ` [PATCH 4/5] shaderc: " Jose Quaresma
2020-10-13 18:58 ` [OE-core] " Alexander Kanavin
2020-10-13 20:40 ` Jose Quaresma
2020-10-13 19:01 ` Andrey Zhizhikin
2020-10-13 20:41 ` Jose Quaresma
2020-10-13 17:35 ` Jose Quaresma [this message]
2020-10-13 18:58 ` [OE-core] [PATCH 5/5] shaderc: enable only native build as the target is failing Andrey Zhizhikin
2020-10-13 20:52 ` Jose Quaresma
2020-10-13 22:03 ` Jose Quaresma
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=20201013173502.2245733-6-quaresma.jose@gmail.com \
--to=quaresma.jose@gmail.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