blob: 3de301550961fe99e00e350699a2f647c7ed356c [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# It really depends on order of the layers appearing in BBLAYERS
2# variable in toplevel bblayers.conf file, where bitbake will search
3# for .inc files and others where bitbake uses BBPATH since it will
4# search the directories from first to last as specified in BBPATH
5# Therefore if you want a given layer to be considered high priority
6# for the .inc and .conf etc. then consider it adding at the beginning
7# of BBPATH. For bblayers bitbake will use BBFILES_PRIORITY to resolve
8# the recipe contention so the order of directories in BBFILES does
9# not matter.
10
11# We have a conf and classes directory, append to BBPATH
12BBPATH .= ":${LAYERDIR}"
13
14# We have a recipes directory, add to BBFILES
15BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
16
17BBFILE_COLLECTIONS += "openembedded-layer"
18BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
19
20# Define the priority for recipes (.bb files) from this layer,
21# choosing carefully how this layer interacts with all of the
22# other layers.
23
24BBFILE_PRIORITY_openembedded-layer = "6"
25
Andrew Geissler82c905d2020-04-13 13:39:40 -050026# only activates content when identified layers are present,
27# to ensure yocto compatibility check pass
28BBFILES_DYNAMIC += " \
29meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
Andrew Geisslerd688a012020-09-18 13:36:00 -050030networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \
Andrew Geissler72956ed2021-01-08 16:11:14 -060031gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/recipes-*/*/*.bb \
Andrew Geissler82c905d2020-04-13 13:39:40 -050032perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \
33"
34
Patrick Williamsb48b7b42016-08-17 15:04:38 -050035# This should only be incremented on significant changes that will
36# cause compatibility issues with other layers
37LAYERVERSION_openembedded-layer = "1"
38
39LAYERDEPENDS_openembedded-layer = "core"
40
Andrew Geissler4b7c1152020-11-30 19:55:29 -060041LAYERSERIES_COMPAT_openembedded-layer = "gatesgarth hardknott"
Brad Bishop316dfdd2018-06-25 12:45:53 -040042
Patrick Williamsb48b7b42016-08-17 15:04:38 -050043LICENSE_PATH += "${LAYERDIR}/licenses"
44
Brad Bishop0f291cc2019-09-01 15:16:57 -040045PREFERRED_RPROVIDER_libdevmapper = "lvm2"
Andrew Geissler72956ed2021-01-08 16:11:14 -060046PREFERRED_PROVIDER_android-tools-conf ?= "android-tools-conf"
Brad Bishop0f291cc2019-09-01 15:16:57 -040047
Patrick Williamsb48b7b42016-08-17 15:04:38 -050048SIGGEN_EXCLUDERECIPES_ABISAFE += " \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050049 fbset-modes \
50 gpsd-machine-conf \
51 distro-feed-configs \
52 ca-certificates \
Patrick Williamsddad1a12017-02-23 20:36:32 -060053 pointercal \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050054"
55
56SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050057 android-tools->android-tools-conf \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050058 usb-modeswitch-data->usb-modeswitch \
59 lmsensors->lmsensors-config \
60 phoronix-test-suite->bash \
Andrew Geissler82c905d2020-04-13 13:39:40 -050061 phoronix-test-suite->python3 \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050062 phoronix-test-suite->php \
Brad Bishop0f291cc2019-09-01 15:16:57 -040063 phoronix-test-suite->lsb-release \
Brad Bishop26bdd442019-08-16 17:08:17 -040064 phoronix-test-suite->util-linux \
65 phoronix-test-suite->busybox \
Andrew Geissler82c905d2020-04-13 13:39:40 -050066 phoronix-test-suite->shared-mime-info \
67 phoronix-test-suite->desktop-file-utils \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050068"
69
70# ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS
71SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
72 terminus-font->fontconfig \
Patrick Williamsddad1a12017-02-23 20:36:32 -060073 ttf-abyssinica->fontconfig \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050074 ttf-arphic-uming->fontconfig \
75 ttf-dejavu->fontconfig \
76 ttf-droid->fontconfig \
77 ttf-gentium->fontconfig \
78 ttf-hunkyfonts->fontconfig \
79 ttf-inconsolata->fontconfig \
80 ttf-liberation->fontconfig \
Patrick Williamsddad1a12017-02-23 20:36:32 -060081 ttf-liberation-sans-narrow->fontconfig \
82 ttf-lklug->fontconfig \
83 ttf-lohit->fontconfig \
Andrew Geissler82c905d2020-04-13 13:39:40 -050084 ttf-noto-emoji->fontconfig \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050085 ttf-pt-sans->fontconfig \
Brad Bishop87b3cb82019-11-15 16:35:37 -050086 ttf-roboto->fontconfig \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050087 ttf-mplus->fontconfig \
88 ttf-sazanami->fontconfig \
89 ttf-tlwg->fontconfig \
90 ttf-ubuntu-font-family->fontconfig \
Patrick Williamsddad1a12017-02-23 20:36:32 -060091 ttf-vlgothic->fontconfig \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050092 ttf-wqy-zenhei->fontconfig \
93 source-han-sans-cn-fonts->fontconfig \
94 source-han-sans-jp-fonts->fontconfig \
95 source-han-sans-kr-fonts->fontconfig \
96 source-han-sans-tw-fonts->fontconfig \
Andrew Geisslerd688a012020-09-18 13:36:00 -050097 source-code-pro-fonts->fontconfig \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050098"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080099
100DEFAULT_TEST_SUITES_pn-meta-oe-ptest-image = " ${PTESTTESTSUITE}"
Andrew Geisslerac970dd2021-02-12 15:32:45 -0600101
102NON_MULTILIB_RECIPES_append = " crash"