From df21652a7fb9499f0c1f8d23d0989672a9dae218 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 30 Mar 2015 23:40:00 -0400 Subject: 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 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" BBFILE_COLLECTIONS += "virtualization-layer" BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/" -BBFILE_PRIORITY_virtualization-layer = "7" +BBFILE_PRIORITY_virtualization-layer = "8" # Custom licenses used by some packages in this layer LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" -- cgit v1.2.3-54-g00ecf