summaryrefslogtreecommitdiff
path: root/elements/gnu-toolchain/linux-api-headers.bst
diff options
context:
space:
mode:
authorLachlan Mackenzie <lachlan.mackenzie@codethink.co.uk>2019-01-11 18:11:52 +0000
committerLachlan Mackenzie <lachlan.mackenzie@codethink.co.uk>2019-01-11 18:11:52 +0000
commit2b3035c1f34fbc92eef1dec0c9f186372a8df7ed (patch)
treec933e87ecd521599b33a0813d57f01cb01c794df /elements/gnu-toolchain/linux-api-headers.bst
parentfa0d4dc58d7aa405c8981c4f33a37f6c871edc86 (diff)
downloaddefinitions-lachlanmackenzie/sanitize_and_correct_buildstream_architectures.tar.gz
Put in some corrections for known buildstream architectureslachlanmackenzie/sanitize_and_correct_buildstream_architectures
Diffstat (limited to 'elements/gnu-toolchain/linux-api-headers.bst')
-rw-r--r--elements/gnu-toolchain/linux-api-headers.bst4
1 files changed, 2 insertions, 2 deletions
diff --git a/elements/gnu-toolchain/linux-api-headers.bst b/elements/gnu-toolchain/linux-api-headers.bst
index aefe8a5b..ff916177 100644
--- a/elements/gnu-toolchain/linux-api-headers.bst
+++ b/elements/gnu-toolchain/linux-api-headers.bst
@@ -16,9 +16,9 @@ variables:
(?):
- arch in ["armv5", "armv7b", "armv7l", "armv7lhf"]:
kernel-arch: arm
- - arch in ["armv8b64", "armv8l64"]:
+ - arch in ["armv8b", "armv8l"]:
kernel-arch: arm64
- - arch in ["ppc64b", "ppc64l"]:
+ - arch in ["ppc64", "ppc64le"]:
kernel-arch: powerpc
- arch == "x86_32":
kernel-arch: i386