Brian Yang | e023ada | 2018-04-17 02:15:54 -0400 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
Habeeb Mohammed | 74872b5 | 2021-09-03 13:16:38 -0700 | [diff] [blame] | 4 | # We have recipes-* directories, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend" |
Patrick Williams | df0b24b | 2020-11-03 16:15:19 -0600 | [diff] [blame] | 7 | |
Habeeb Mohammed | 74872b5 | 2021-09-03 13:16:38 -0700 | [diff] [blame] | 8 | BBFILE_COLLECTIONS += "inventec" |
| 9 | BBFILE_PATTERN_inventec := "^${LAYERDIR}/" |
Andrew Geissler | a93aa3e | 2023-01-13 09:41:33 -0600 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_inventec = "langdale mickledore" |
Habeeb Mohammed | 74872b5 | 2021-09-03 13:16:38 -0700 | [diff] [blame] | 11 | BBFILE_PRIORITY_inventec = "6" |
| 12 | |
| 13 | # Provide a variable that points the base of the hpe layer. |
| 14 | INVENTECBASE = '${@os.path.normpath("${LAYERDIR}/")}' |
| 15 | |