|
@@ -18,7 +18,7 @@
|
|
|
# of emulated machines available which can boot and run in the QEMU emulator:
|
|
|
#
|
|
|
# This sets the default machine to be qemuarm if no other machine is selected:
|
|
|
-MACHINE ??= "qemuamd64"
|
|
|
+MACHINE ??= "qemuarm64"
|
|
|
|
|
|
#
|
|
|
# Isar Configuration Selection
|
|
@@ -28,7 +28,7 @@ MACHINE ??= "qemuamd64"
|
|
|
#
|
|
|
# This sets the default distribution configuration:
|
|
|
DISTRO ??= "kylin-v101"
|
|
|
-DISTRO_ARCH ??= "amd64"
|
|
|
+DISTRO_ARCH ??= "arm64"
|
|
|
|
|
|
#
|
|
|
# Multiple Configuration Selection
|
|
@@ -86,6 +86,7 @@ BBMULTICONFIG = " \
|
|
|
qemuarm64-focal \
|
|
|
qemuamd64-focal \
|
|
|
qemuamd64-v101 \
|
|
|
+ qemuarm64-v101 \
|
|
|
virtualbox-v101 \
|
|
|
"
|
|
|
|
|
@@ -200,7 +201,8 @@ CONF_VERSION = "1"
|
|
|
|
|
|
#
|
|
|
# The default list of extra packages to be installed.
|
|
|
-IMAGE_INSTALL = "hello-isar example-raw example-module-${KERNEL_NAME} enable-fsck isar-exclude-docs samefile hello isar-disable-apt-cache cowsay example-prebuilt"
|
|
|
+# IMAGE_INSTALL = "hello-isar example-raw example-module-${KERNEL_NAME} enable-fsck isar-exclude-docs samefile hello isar-disable-apt-cache cowsay example-prebuilt"
|
|
|
+IMAGE_INSTALL = "enable-fsck"
|
|
|
|
|
|
#
|
|
|
# Enable cross-compilation support
|