blob: ac5d15a0c0a04e0079da7faa8be36ab7de493b64 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a packages directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "networking-layer"
9BBFILE_PATTERN_networking-layer := "^${LAYERDIR}/"
10BBFILE_PRIORITY_networking-layer = "5"
11
12# This should only be incremented on significant changes that will
13# cause compatibility issues with other layers
14LAYERVERSION_networking-layer = "1"
15
Patrick Williams39653562024-03-01 08:54:02 -060016LAYERDEPENDS_networking-layer = "core meta-python openembedded-layer"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050017
Patrick Williams03514f12024-04-05 07:04:11 -050018LAYERSERIES_COMPAT_networking-layer = "scarthgap"
Brad Bishop316dfdd2018-06-25 12:45:53 -040019
Patrick Williamsb48b7b42016-08-17 15:04:38 -050020LICENSE_PATH += "${LAYERDIR}/licenses"
21
Brad Bishop6e60e8b2018-02-01 10:27:11 -050022SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
23 wireguard-tools->wireguard-module \
Andrew Geissler220dafd2023-10-04 10:18:08 -050024 mdio-tools->mdio-netlink \
25 ot-br-posix->ipset \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050026"
Andrew Geisslerd5838332022-05-27 11:33:10 -050027BBFILES_DYNAMIC += " \
28 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
29"