Lisa Liu | 612b4ee | 2019-04-24 17:50:58 +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 += "hr630-layer" |
| 12 | BBFILE_PATTERN_hr630-layer = "" |
| 13 | BBFILE_PRIORITY_hr630-layer = "5" |
| 14 | LAYERSERIES_COMPAT_hr630-layer = "thud warrior" |