Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
13
sources/meta-openembedded/meta-gnome/conf/include/non-repro-meta-gnome.inc
Executable file
13
sources/meta-openembedded/meta-gnome/conf/include/non-repro-meta-gnome.inc
Executable file
@@ -0,0 +1,13 @@
|
||||
# List of known non-reproducible package of the meta-gnome layer
|
||||
# Please keep this list sorted
|
||||
KNOWN_NON_REPRO_META_GNOME = " \
|
||||
geary \
|
||||
geary-dbg \
|
||||
gegl-dev \
|
||||
gimp \
|
||||
gimp-dbg \
|
||||
gnome-terminal-src \
|
||||
grilo-src \
|
||||
gtk-vnc-src \
|
||||
ibus \
|
||||
"
|
||||
31
sources/meta-openembedded/meta-gnome/conf/layer.conf
Normal file
31
sources/meta-openembedded/meta-gnome/conf/layer.conf
Normal file
@@ -0,0 +1,31 @@
|
||||
# We have a conf and classes directory, append to BBPATH
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
# We have a recipes directory, add to BBFILES
|
||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS += "gnome-layer"
|
||||
BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_gnome-layer = "5"
|
||||
|
||||
# auto-pack gnome help files
|
||||
IMAGE_LINGUAS_COMPLEMENTARY:append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}"
|
||||
|
||||
# This should only be incremented on significant changes that will
|
||||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_gnome-layer = "1"
|
||||
|
||||
LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer meta-python"
|
||||
|
||||
LAYERSERIES_COMPAT_gnome-layer = "scarthgap"
|
||||
|
||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
|
||||
faenza-icon-theme->gdk-pixbuf \
|
||||
faenza-icon-theme->gtk+3 \
|
||||
"
|
||||
|
||||
BBFILES_DYNAMIC += " \
|
||||
virtualization-layer:${LAYERDIR}/dynamic-layers/meta-virtualization/*/*/*.bb \
|
||||
virtualization-layer:${LAYERDIR}/dynamic-layers/meta-virtualization/*/*/*.bbappend \
|
||||
security:${LAYERDIR}/dynamic-layers/meta-security/*/*/*.bb \
|
||||
"
|
||||
Reference in New Issue
Block a user