Browse Source

CSKY: fix (libacpi、efivar、efibootmgr、dmidecode、acpica、systemd) compile error

liqiangguo 2 years ago
parent
commit
090d577fa2
1 changed files with 9 additions and 2 deletions
  1. 9 2
      conf/layer.conf

+ 9 - 2
conf/layer.conf

@@ -70,10 +70,17 @@ COMPATIBLE_HOST_pn-ubi-utils-klibc_csky = "null"
 # needs syscalls addressed for rv32
 COMPATIBLE_HOST_pn-qemu_csky = "null"
 # Fails to configure
-COMPATIBLE_HOST_pn-samba_csky = "null"
+#COMPATIBLE_HOST_pn-samba_csky = "null"
 COMPATIBLE_HOST_pn-smbnetfs_csky = "null"
-COMPATIBLE_HOST_pn-gnome-control-center_csky = "null"
+#COMPATIBLE_HOST_pn-gnome-control-center_csky = "null"
 COMPATIBLE_HOST_pn-thunar-shares-plugin_csky = "null"
 
 # sipe-mime.c:129:30: error: cast from 'GTypeInstance *' (aka 'struct _GTypeInstance *') to 'GMimeStreamFilter *' (aka 'struct _GMimeStreamFilter *') increases required al ignment from 4 to 8 [-Werror,-Wcast-align]
 COMPATIBLE_HOST_pn-pidgin-sipe_csky = "null"
+COMPATIBLE_HOST_pn-libacpi = '(x86_64|i.86|riscv32|riscv64|csky).*-(linux|freebsd.*)'
+COMPATIBLE_HOST_pn-efivar = "(i.86|x86_64|arm|aarch64|riscv64|riscv32|csky).*-linux"
+COMPATIBLE_HOST_pn-efibootmgr = "(i.86|x86_64|arm|aarch64|riscv64|riscv32|csky).*-linux"
+COMPATIBLE_HOST_pn-dmidecode = "(i.86|x86_64|aarch64|arm|powerpc|powerpc64|riscv32|riscv64|csky).*-linux"
+COMPATIBLE_HOST_pn-acpica = "(i.86|x86_64|arm|aarch64|riscv64|riscv32|csky).*-linux"
+COMPATIBLE_HOST_pn-systemd = "(x86_64.*|i.86.*|riscv.*|csky.*)-linux"
+#COMPATIBLE_HOST_pn-gnome-control-center="(x86_64.*|i.86.*|riscv.*|csky.*)-linux"