From: Felix Moessbauer <felix.moessbauer@siemens.com>
To: <isar-users@googlegroups.com>
Cc: <quirin.gylstorff@siemens.com>, <jan.kiszka@siemens.com>,
Felix Moessbauer <felix.moessbauer@siemens.com>
Subject: [PATCH 1/1] fix typo in variable name to disable cross-compilation of riscv64 package
Date: Wed, 2 Feb 2022 10:20:20 +0100 [thread overview]
Message-ID: <20220202092020.996793-1-felix.moessbauer@siemens.com> (raw)
The variable ISAR_CROSS_BUILD does not exist, but instead is named
ISAR_CROSS_COMPILE.
Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
.../crossbuild-essential-riscv64_0.2-isar.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/crossbuild-essential-riscv64/crossbuild-essential-riscv64_0.2-isar.bb b/meta/recipes-devtools/crossbuild-essential-riscv64/crossbuild-essential-riscv64_0.2-isar.bb
index be06688f..c7ef390f 100644
--- a/meta/recipes-devtools/crossbuild-essential-riscv64/crossbuild-essential-riscv64_0.2-isar.bb
+++ b/meta/recipes-devtools/crossbuild-essential-riscv64/crossbuild-essential-riscv64_0.2-isar.bb
@@ -8,7 +8,7 @@ inherit dpkg-raw
DPKG_ARCH = "all"
-ISAR_CROSS_BUILD = "0"
+ISAR_CROSS_COMPILE = "0"
DEBIAN_DEPENDS = " \
gcc-riscv64-linux-gnu, \
--
2.30.2
next reply other threads:[~2022-02-02 9:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-02 9:20 Felix Moessbauer [this message]
2022-02-02 9:45 ` Jan Kiszka
2022-02-02 10:36 ` Moessbauer, Felix
2022-02-02 11:12 ` Jan Kiszka
2022-02-16 7:51 ` Anton Mikanovich
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=20220202092020.996793-1-felix.moessbauer@siemens.com \
--to=felix.moessbauer@siemens.com \
--cc=isar-users@googlegroups.com \
--cc=jan.kiszka@siemens.com \
--cc=quirin.gylstorff@siemens.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