blob: 88715d5e8264bb3539430ba76c4183b2aa29870f [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
Andrew Geisslerd159c7f2021-09-02 21:05:58 -05008# the recipe contention so the order of directories in BBFILES does
Patrick Williamsb48b7b42016-08-17 15:04:38 -05009# 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
Andrew Geissler9aee5002022-03-30 16:27:02 +000024BBFILE_PRIORITY_openembedded-layer = "5"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050025
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 += " \
Andrew Geissler32b11992021-03-31 13:37:05 -050029 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
30 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \
31 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \
32 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bbappend \
33 gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/recipes-*/*/*.bb \
34 gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/recipes-*/*/*.bbappend \
35 perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \
36 perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bbappend \
Andrew Geissler82c905d2020-04-13 13:39:40 -050037"
38
Patrick Williamsb48b7b42016-08-17 15:04:38 -050039# This should only be incremented on significant changes that will
40# cause compatibility issues with other layers
41LAYERVERSION_openembedded-layer = "1"
42
43LAYERDEPENDS_openembedded-layer = "core"
44
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000045LAYERSERIES_COMPAT_openembedded-layer = "kirkstone"
Brad Bishop316dfdd2018-06-25 12:45:53 -040046
Patrick Williamsb48b7b42016-08-17 15:04:38 -050047LICENSE_PATH += "${LAYERDIR}/licenses"
48
Brad Bishop0f291cc2019-09-01 15:16:57 -040049PREFERRED_RPROVIDER_libdevmapper = "lvm2"
Andrew Geissler72956ed2021-01-08 16:11:14 -060050PREFERRED_PROVIDER_android-tools-conf ?= "android-tools-conf"
Brad Bishop0f291cc2019-09-01 15:16:57 -040051
Patrick Williamsb48b7b42016-08-17 15:04:38 -050052SIGGEN_EXCLUDERECIPES_ABISAFE += " \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050053 fbset-modes \
54 gpsd-machine-conf \
55 distro-feed-configs \
56 ca-certificates \
Patrick Williamsddad1a12017-02-23 20:36:32 -060057 pointercal \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050058"
59
60SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050061 android-tools->android-tools-conf \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050062 usb-modeswitch-data->usb-modeswitch \
63 lmsensors->lmsensors-config \
64 phoronix-test-suite->bash \
Andrew Geissler82c905d2020-04-13 13:39:40 -050065 phoronix-test-suite->python3 \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050066 phoronix-test-suite->php \
Brad Bishop0f291cc2019-09-01 15:16:57 -040067 phoronix-test-suite->lsb-release \
Brad Bishop26bdd442019-08-16 17:08:17 -040068 phoronix-test-suite->util-linux \
69 phoronix-test-suite->busybox \
Andrew Geissler82c905d2020-04-13 13:39:40 -050070 phoronix-test-suite->shared-mime-info \
71 phoronix-test-suite->desktop-file-utils \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050072"
73
74# ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS
75SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
76 terminus-font->fontconfig \
Patrick Williamsddad1a12017-02-23 20:36:32 -060077 ttf-abyssinica->fontconfig \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050078 ttf-arphic-uming->fontconfig \
79 ttf-dejavu->fontconfig \
80 ttf-droid->fontconfig \
81 ttf-gentium->fontconfig \
82 ttf-hunkyfonts->fontconfig \
83 ttf-inconsolata->fontconfig \
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050084 ttf-ipa->fontconfig \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050085 ttf-liberation->fontconfig \
Patrick Williamsddad1a12017-02-23 20:36:32 -060086 ttf-liberation-sans-narrow->fontconfig \
87 ttf-lklug->fontconfig \
88 ttf-lohit->fontconfig \
Andrew Geissler82c905d2020-04-13 13:39:40 -050089 ttf-noto-emoji->fontconfig \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050090 ttf-pt-sans->fontconfig \
Brad Bishop87b3cb82019-11-15 16:35:37 -050091 ttf-roboto->fontconfig \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050092 ttf-mplus->fontconfig \
93 ttf-sazanami->fontconfig \
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050094 ttf-takao->fontconfig \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050095 ttf-tlwg->fontconfig \
96 ttf-ubuntu-font-family->fontconfig \
Patrick Williamsddad1a12017-02-23 20:36:32 -060097 ttf-vlgothic->fontconfig \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050098 ttf-wqy-zenhei->fontconfig \
99 source-han-sans-cn-fonts->fontconfig \
100 source-han-sans-jp-fonts->fontconfig \
101 source-han-sans-kr-fonts->fontconfig \
102 source-han-sans-tw-fonts->fontconfig \
Andrew Geisslerd688a012020-09-18 13:36:00 -0500103 source-code-pro-fonts->fontconfig \
Patrick Williamsb48b7b42016-08-17 15:04:38 -0500104"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -0800105
Patrick Williams213cb262021-08-07 19:21:33 -0500106DEFAULT_TEST_SUITES:pn-meta-oe-ptest-image = " ${PTESTTESTSUITE}"
Andrew Geisslerac970dd2021-02-12 15:32:45 -0600107
Patrick Williams213cb262021-08-07 19:21:33 -0500108NON_MULTILIB_RECIPES:append = " crash"