Skip to content

Instantly share code, notes, and snippets.

@neuberfran
Created August 13, 2021 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neuberfran/7725958058870dab3d0e5ab61b4324ce to your computer and use it in GitHub Desktop.
Save neuberfran/7725958058870dab3d0e5ab61b4324ce to your computer and use it in GitHub Desktop.
# Layer configuration for meta-mender
# Copyright 2017 Northern.tech AS
# 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 += "mender-demo"
BBFILE_PATTERN_mender-demo = "^${LAYERDIR}/"
BBFILE_PRIORITY_mender-demo = "10"
MENDER_STORAGE_TOTAL_SIZE_MB_DEFAULT ?= "3048"
IMAGE_OVERHEAD_FACTOR = "1.5"
IMAGE_FEATURES += "splash"
LAYERSERIES_COMPAT_mender-demo = "dunfell"
LAYERDEPENDS_mender-demo = "mender openembedded-layer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment