blob: 9c1b4d6524a8da8e3e85d719a256f1c8d3bea6c1 [file] [log] [blame]
Lisa Liu612b4ee2019-04-24 17:50:58 +08001#"Copyright (c) 2019-present Lenovo
2#Licensed under BSD-3, see COPYING.BSD file for details."
3
4# We have a conf and classes directory, add to BBPATH
5BBPATH .= ":${LAYERDIR}"
6
7# We have recipes-* directories, add to BBFILES
8BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
9 ${LAYERDIR}/recipes-*/*/*.bbappend"
10
11BBFILE_COLLECTIONS += "hr630-layer"
12BBFILE_PATTERN_hr630-layer = ""
13BBFILE_PRIORITY_hr630-layer = "5"
Andrew Geissler5cbb9c92021-03-31 15:08:43 -050014LAYERSERIES_COMPAT_hr630-layer = "gatesgarth hardknott"