diff options
Diffstat (limited to 'import-layers/yocto-poky/meta/conf/layer.conf')
-rw-r--r-- | import-layers/yocto-poky/meta/conf/layer.conf | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/import-layers/yocto-poky/meta/conf/layer.conf b/import-layers/yocto-poky/meta/conf/layer.conf index 0c3dae597..315fb936f 100644 --- a/import-layers/yocto-poky/meta/conf/layer.conf +++ b/import-layers/yocto-poky/meta/conf/layer.conf @@ -7,11 +7,12 @@ BBFILE_COLLECTIONS += "core" BBFILE_PATTERN_core = "^${LAYERDIR}/" BBFILE_PRIORITY_core = "5" +LAYERSERIES_CORENAMES = "sumo" + # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_core = "11" - -LAYERSERIES_CORENAMES = "rocko" +LAYERSERIES_COMPAT_core = "sumo" BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" @@ -45,6 +46,11 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ " 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 \ @@ -62,13 +68,14 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ initramfs-module-install->grub \ initramfs-module-install->parted \ initramfs-module-install->util-linux \ + grub-efi->grub-bootconf \ liberation-fonts->fontconfig \ cantarell-fonts->fontconfig \ gnome-icon-theme->librsvg \ font-alias->font-util \ + systemd-boot->systemd-bootconf \ weston-init->weston \ weston-init->kbd \ - oprofile->virtual/kernel \ " # We need to keep bitbake tools in PATH |