侠义书生 3 years ago
parent
commit
1135bfb2a4

+ 5 - 3
meta-isar/conf/local.conf.sample

@@ -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

+ 1 - 1
meta-isar/conf/machine/qemuarm64.conf

@@ -3,7 +3,7 @@
 
 DISTRO_ARCH ?= "arm64"
 
-KERNEL_NAME ?= "arm64"
+KERNEL_NAME ?= "generic"
 KERNEL_NAME_ubuntu-focal ?= "generic"
 
 IMAGE_FSTYPES ?= "ext4-img"

+ 4 - 0
meta-isar/conf/multiconfig/qemuarm64-v101.conf

@@ -0,0 +1,4 @@
+MACHINE ?= "qemuarm64"
+DISTRO ?= "kylin-v101"
+
+IMAGE_FSTYPES ?= "wic-img ext4-img"