summaryrefslogtreecommitdiffstats
path: root/external/meta-updater-raspberrypi/conf/layer.conf
blob: 07a810be12208004c61b5b4c1c30585dfdad21db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# We have a conf and classes directory, add to BBPATH
BBPATH =. "${LAYERDIR}:"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "updater-raspberrypi"
BBFILE_PATTERN_updater-raspberrypi = "^${LAYERDIR}/"
BBFILE_PRIORITY_updater-raspberrypi = "7"

LAYERDEPENDS_updater-raspberrypi = "sota"
LAYERDEPENDS_updater-raspberrypi += "raspberrypi"
LAYERSERIES_COMPAT_updater-raspberrypi = "dunfell"

RPI_WIFI_ENABLE ?= "0"
IMAGE_INSTALL_append += "${@ ' wifi-systemd-service ' if d.getVar('RPI_WIFI_ENABLE') == '1' else ''}"