diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-09-14 00:40:55 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-09-18 20:02:34 -0400 |
commit | cca43833635d1321e014d5025852100d05fd3e3f (patch) | |
tree | 4465ab8799520b3f619b8941d063defd164a47ec /conf | |
parent | 48cab231fc8e3c322ff8b1cb4413d8de1d74fff6 (diff) | |
download | meta-ti-cca43833635d1321e014d5025852100d05fd3e3f.tar.gz |
layer.conf: lower layer priority from 10 to 6
Lowering layer priority from 10 to 6 aligns meta-ti with other BSP layers
and also allows distributions to override our recipes.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 4afb4f34..faa4ac02 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -6,4 +6,4 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | |||
6 | 6 | ||
7 | BBFILE_COLLECTIONS += "meta-ti" | 7 | BBFILE_COLLECTIONS += "meta-ti" |
8 | BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_meta-ti = "10" | 9 | BBFILE_PRIORITY_meta-ti = "6" |