diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2012-09-14 00:40:55 -0400 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2012-10-03 21:20:55 -0400 |
| commit | f9d860e0683de6272e9041575c1312c3c99543de (patch) | |
| tree | 5bb4255e3252455504aa1a948ac8f4b06138fe0e | |
| parent | 9c103ce85a6ecb836bcdc46137207e466846ee2e (diff) | |
| download | meta-ti-f9d860e0683de6272e9041575c1312c3c99543de.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>
| -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" |
