mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
Support KERNEL_ARCH for AArch64
The architecture tuple is 'aarch64', but the kernel people decided to call it 'arm64', so we have to do some mungling to get the kernel architecture name from the Buildroot architecture name. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d27e09a71a
commit
b90a10303e
1
Makefile
1
Makefile
@ -235,6 +235,7 @@ ARCH:=$(call qstrip,$(BR2_ARCH))
|
|||||||
KERNEL_ARCH:=$(shell echo "$(ARCH)" | sed -e "s/-.*//" \
|
KERNEL_ARCH:=$(shell echo "$(ARCH)" | sed -e "s/-.*//" \
|
||||||
-e s/i.86/i386/ -e s/sun4u/sparc64/ \
|
-e s/i.86/i386/ -e s/sun4u/sparc64/ \
|
||||||
-e s/arm.*/arm/ -e s/sa110/arm/ \
|
-e s/arm.*/arm/ -e s/sa110/arm/ \
|
||||||
|
-e s/aarch64/arm64/ \
|
||||||
-e s/bfin/blackfin/ \
|
-e s/bfin/blackfin/ \
|
||||||
-e s/parisc64/parisc/ \
|
-e s/parisc64/parisc/ \
|
||||||
-e s/powerpc64/powerpc/ \
|
-e s/powerpc64/powerpc/ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user