diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-30 23:40:00 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-30 23:40:02 -0400 |
commit | df21652a7fb9499f0c1f8d23d0989672a9dae218 (patch) | |
tree | a3d167232a14c9bcb104bf61ecaf209b318f0542 | |
parent | 40dcc06946b0ef46286ae8982565cfa72c972d07 (diff) | |
download | meta-virtualization-df21652a7fb9499f0c1f8d23d0989672a9dae218.tar.gz |
layer: bump priority to 8
To ensure that meta-virt versions are chosen over meta-oe equivalents we
bump the priority to 8.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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 3d21667b..7ae9d093 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | |||
6 | 6 | ||
7 | BBFILE_COLLECTIONS += "virtualization-layer" | 7 | BBFILE_COLLECTIONS += "virtualization-layer" |
8 | BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_virtualization-layer = "7" | 9 | BBFILE_PRIORITY_virtualization-layer = "8" |
10 | 10 | ||
11 | # Custom licenses used by some packages in this layer | 11 | # Custom licenses used by some packages in this layer |
12 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" | 12 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" |