Lisa Liu | 8d5ca51 | 2019-06-25 13:55:20 +0800 | [diff] [blame] | 1 | #"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 |
| 5 | BBPATH .= ":${LAYERDIR}" |
| 6 | |
| 7 | # We have recipes-* directories, add to BBFILES |
| 8 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 9 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 10 | |
| 11 | BBFILE_COLLECTIONS += "hr855xg2-layer" |
| 12 | BBFILE_PATTERN_hr855xg2-layer := "^${LAYERDIR}/" |
| 13 | BBFILE_PRIORITY_hr855xg2-layer = "5" |
Patrick Williams | e80dec0 | 2020-11-03 16:15:19 -0600 | [diff] [blame^] | 14 | LAYERSERIES_COMPAT_hr855xg2-layer = "dunfell gatesgarth" |