summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-11 11:08:54 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-12 11:35:23 +0000
commit53af9fb64e9451d7bed88e7e97e8dc64a79af064 (patch)
tree3f568077bd547e06521a3ed20a432c316c183086
parent61c731089f796a8607909c47e88bf89f6e52da13 (diff)
downloaddefinitions-53af9fb64e9451d7bed88e7e97e8dc64a79af064.tar.gz
Support installing the Linux headers for aarch64 systems
Support installing the Linux headers for the morph armv8l64 and armb8b64 archs.
-rw-r--r--strata/build-essential/linux-api-headers.morph2
-rw-r--r--strata/build-essential/stage2-linux-api-headers.morph2
2 files changed, 4 insertions, 0 deletions
diff --git a/strata/build-essential/linux-api-headers.morph b/strata/build-essential/linux-api-headers.morph
index 0f7ce171..0cd61ce1 100644
--- a/strata/build-essential/linux-api-headers.morph
+++ b/strata/build-essential/linux-api-headers.morph
@@ -5,6 +5,8 @@ install-commands:
case "$MORPH_ARCH" in
armv7b|armv7l|armv7lhf)
ARCH="arm" ;;
+ armv8l64|armv8b64)
+ ARCH="arm64" ;;
x86_32)
ARCH="i386" ;;
x86_64)
diff --git a/strata/build-essential/stage2-linux-api-headers.morph b/strata/build-essential/stage2-linux-api-headers.morph
index 50e1aaa5..b296408f 100644
--- a/strata/build-essential/stage2-linux-api-headers.morph
+++ b/strata/build-essential/stage2-linux-api-headers.morph
@@ -5,6 +5,8 @@ install-commands:
case "$MORPH_ARCH" in
armv7b|armv7l|armv7lhf)
ARCH="arm" ;;
+ armv8l64|armv8b64)
+ ARCH="arm64" ;;
x86_32)
ARCH="i386" ;;
x86_64)