meta-netmodule-bsp/recipes-bsp/imx8/conf/layer.conf

23 lines
648 B
Plaintext

# Layer configuration for meta-imx8bsp layer
# Copyright 2012 Intel Corporation
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have various recipe-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/*/*.bb ${LAYERDIR}/*/*.bbappend"
BBFILE_COLLECTIONS += "imx8bsp"
BBFILE_PATTERN_imx8bsp := "^${LAYERDIR}/"
BBFILE_PRIORITY_imx8bsp = "11"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_imx8bsp = "1"
LAYERDEPENDS_imx8bsp = "core freescale-layer"
LAYERSERIES_COMPAT_imx8bsp = "warrior"
LICENSE_PATH += "${LAYERDIR}/licenses"