Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | # 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 |
| 12 | BBPATH .= ":${LAYERDIR}" |
| 13 | |
| 14 | # We have a recipes directory, add to BBFILES |
| 15 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 16 | |
| 17 | BBFILE_COLLECTIONS += "openembedded-layer" |
| 18 | BBFILE_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 | |
| 24 | BBFILE_PRIORITY_openembedded-layer = "6" |
| 25 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 26 | # only activates content when identified layers are present, |
| 27 | # to ensure yocto compatibility check pass |
| 28 | BBFILES_DYNAMIC += " \ |
| 29 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ |
Andrew Geissler | d688a01 | 2020-09-18 13:36:00 -0500 | [diff] [blame] | 30 | networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \ |
Andrew Geissler | 72956ed | 2021-01-08 16:11:14 -0600 | [diff] [blame] | 31 | gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/recipes-*/*/*.bb \ |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 32 | perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \ |
| 33 | " |
| 34 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 35 | # This should only be incremented on significant changes that will |
| 36 | # cause compatibility issues with other layers |
| 37 | LAYERVERSION_openembedded-layer = "1" |
| 38 | |
| 39 | LAYERDEPENDS_openembedded-layer = "core" |
| 40 | |
Andrew Geissler | 4b7c115 | 2020-11-30 19:55:29 -0600 | [diff] [blame] | 41 | LAYERSERIES_COMPAT_openembedded-layer = "gatesgarth hardknott" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 42 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 43 | LICENSE_PATH += "${LAYERDIR}/licenses" |
| 44 | |
Brad Bishop | 0f291cc | 2019-09-01 15:16:57 -0400 | [diff] [blame] | 45 | PREFERRED_RPROVIDER_libdevmapper = "lvm2" |
Andrew Geissler | 72956ed | 2021-01-08 16:11:14 -0600 | [diff] [blame] | 46 | PREFERRED_PROVIDER_android-tools-conf ?= "android-tools-conf" |
Brad Bishop | 0f291cc | 2019-09-01 15:16:57 -0400 | [diff] [blame] | 47 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 48 | SIGGEN_EXCLUDERECIPES_ABISAFE += " \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 49 | fbset-modes \ |
| 50 | gpsd-machine-conf \ |
| 51 | distro-feed-configs \ |
| 52 | ca-certificates \ |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 53 | pointercal \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 54 | " |
| 55 | |
| 56 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 57 | android-tools->android-tools-conf \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 58 | usb-modeswitch-data->usb-modeswitch \ |
| 59 | lmsensors->lmsensors-config \ |
| 60 | phoronix-test-suite->bash \ |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 61 | phoronix-test-suite->python3 \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 62 | phoronix-test-suite->php \ |
Brad Bishop | 0f291cc | 2019-09-01 15:16:57 -0400 | [diff] [blame] | 63 | phoronix-test-suite->lsb-release \ |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 64 | phoronix-test-suite->util-linux \ |
| 65 | phoronix-test-suite->busybox \ |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 66 | phoronix-test-suite->shared-mime-info \ |
| 67 | phoronix-test-suite->desktop-file-utils \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 68 | " |
| 69 | |
| 70 | # ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS |
| 71 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |
| 72 | terminus-font->fontconfig \ |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 73 | ttf-abyssinica->fontconfig \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 74 | 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 Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 81 | ttf-liberation-sans-narrow->fontconfig \ |
| 82 | ttf-lklug->fontconfig \ |
| 83 | ttf-lohit->fontconfig \ |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 84 | ttf-noto-emoji->fontconfig \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 85 | ttf-pt-sans->fontconfig \ |
Brad Bishop | 87b3cb8 | 2019-11-15 16:35:37 -0500 | [diff] [blame] | 86 | ttf-roboto->fontconfig \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 87 | ttf-mplus->fontconfig \ |
| 88 | ttf-sazanami->fontconfig \ |
| 89 | ttf-tlwg->fontconfig \ |
| 90 | ttf-ubuntu-font-family->fontconfig \ |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 91 | ttf-vlgothic->fontconfig \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 92 | 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 Geissler | d688a01 | 2020-09-18 13:36:00 -0500 | [diff] [blame] | 97 | source-code-pro-fonts->fontconfig \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 98 | " |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 99 | |
| 100 | DEFAULT_TEST_SUITES_pn-meta-oe-ptest-image = " ${PTESTTESTSUITE}" |