diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-11-04 15:00:32 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-11-04 15:00:32 -0500 |
commit | 35234fa93748f72d1309ee3904400e02807ba890 (patch) | |
tree | 07a5f60f637c2965bed0df432115de6420e69e61 /conf/layer.conf | |
parent | d3a24f40b9f023607d5a16fabd0dd3930103ec22 (diff) | |
download | meta-ti-35234fa93748f72d1309ee3904400e02807ba890.tar.gz |
layer.conf: prepend instead of append to sort before oe-core in BBPATH
This helps avoid bblayers.conf ordering issues, when temporarily overriding
files from oe-core in meta-ti.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/layer.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 faa4ac02..e39bd85b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -1,5 +1,5 @@ | |||
1 | # We have a conf and classes directory, append to BBPATH | 1 | # We have a conf and classes directory, append to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | 2 | BBPATH =. "${LAYERDIR}:" |
3 | 3 | ||
4 | # We have a recipes directory, add to BBFILES | 4 | # We have a recipes directory, add to BBFILES |
5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" |