From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- external/poky/meta/conf/layer.conf | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'external/poky/meta/conf/layer.conf') diff --git a/external/poky/meta/conf/layer.conf b/external/poky/meta/conf/layer.conf index c67dec49..0249f21d 100644 --- a/external/poky/meta/conf/layer.conf +++ b/external/poky/meta/conf/layer.conf @@ -7,12 +7,12 @@ BBFILE_COLLECTIONS += "core" BBFILE_PATTERN_core = "^${LAYERDIR}/" BBFILE_PRIORITY_core = "5" -LAYERSERIES_CORENAMES = "thud" +LAYERSERIES_CORENAMES = "dunfell" # This should only be incremented on significant changes that will # cause compatibility issues with other layers -LAYERVERSION_core = "11" -LAYERSERIES_COMPAT_core = "thud" +LAYERVERSION_core = "12" +LAYERSERIES_COMPAT_core = "dunfell" BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" @@ -43,15 +43,15 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ opkg-utils \ gstreamer1.0-meta-base \ ca-certificates \ + shared-mime-info \ + desktop-file-utils \ " SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ *->quilt-native \ *->subversion-native \ *->git-native \ - *->ccache-native \ *->icecc-create-env-native \ - gcc-cross-${TARGET_ARCH}->virtual/${TARGET_PREFIX}libc-for-gcc \ gcc-cross-${TARGET_ARCH}->linux-libc-headers \ ppp-dialin->ppp \ resolvconf->bash \ @@ -71,13 +71,16 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ grub-efi->grub-bootconf \ liberation-fonts->fontconfig \ cantarell-fonts->fontconfig \ + ttf-bitstream-vera->fontconfig \ gnome-icon-theme->librsvg \ font-alias->font-util \ systemd-boot->systemd-bootconf \ systemd->systemd-conf \ - weston->weston-conf \ + weston->weston-init \ weston-init->weston \ weston-init->kbd \ + connman->xl2tpd \ + lttng-tools->lttng-modules \ " # Avoid adding bison-native to the sysroot without a specific -- cgit 1.2.3-korg