diff options
| -rw-r--r-- | conf/layer.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index a507cbc7..2af1a6ed 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -5,6 +5,6 @@ BBPATH := "${LAYERDIR}:${BBPATH}" | |||
| 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \ | 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes*/*/*.bbappend" |
| 7 | 7 | ||
| 8 | BBFILE_COLLECTIONS += "beagle-bsp" | 8 | BBFILE_COLLECTIONS += "meta-ti" |
| 9 | BBFILE_PATTERN_beagle-bsp := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_beagle-bsp = "10" | 10 | BBFILE_PRIORITY_meta-ti = "10" |
