Explorar el Código

1. 去除xserver包,添加dfc
2. DL_DIR 改为 /var/tmp/downloads
3. IMAGE_FSTYPES 只保留wic-img
4. 注释“Resolving any missing task queue dependencies”提示信息

侠义书生 hace 3 años
padre
commit
793bcac07c

+ 1 - 1
bitbake/lib/bb/taskdata.py

@@ -503,7 +503,7 @@ class TaskData:
         """
         Resolve all unresolved build and runtime targets
         """
-        logger.info("Resolving any missing task queue dependencies")
+        # logger.info("Resolving any missing task queue dependencies")
         while True:
             added = 0
             for target in self.get_unresolved_build_targets(dataCache):

+ 2 - 2
meta-isar/conf/distro/kylin-v101.conf

@@ -17,6 +17,6 @@ DISTRO_KERNELS ?= " \
     aws azure azure-edge gcp generic gke kvm lowlatency oem virtual \
     snapdragon generic-lpae"
 
-IMAGE_PREINSTALL += "init make net-tools vim bash-completion network-manager iputils-ping iproute2 tmux xinit xterm xserver-xorg"
+IMAGE_PREINSTALL += "init make net-tools vim bash-completion network-manager iputils-ping iproute2 tmux dfc"
 
-WIC_IMAGER_INSTALL += "python3-distutils"
+WIC_IMAGER_INSTALL += "python3-distutils"

+ 1 - 0
meta-isar/conf/local.conf.sample

@@ -102,6 +102,7 @@ BBMULTICONFIG = " \
 # The default is a downloads directory under TOPDIR which is the build directory.
 #
 #DL_DIR ?= "${TOPDIR}/downloads"
+DL_DIR = "/var/tmp/downloads"
 
 #
 # Where to place shared-state files

+ 2 - 1
meta-isar/conf/multiconfig/qemuarm64-v101.conf

@@ -2,4 +2,5 @@ MACHINE ?= "qemuarm64"
 DISTRO ?= "kylin-v101"
 
 # IMAGE_FSTYPES ?= "targz-img"
-IMAGE_FSTYPES ?= "wic-img ext4-img targz-img"
+# IMAGE_FSTYPES ?= "wic-img ext4-img targz-img"
+IMAGE_FSTYPES ?= "wic-img"