From 39eec3a80a0ce9041846165381eec49b600d772c Mon Sep 17 00:00:00 2001 From: Raoul Hecky Date: Tue, 10 Dec 2013 15:19:09 +0100 Subject: [PATCH] fix wrong layer name --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 07a8017..23c1512 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -4,6 +4,6 @@ BBPATH .= ":${LAYERDIR}" # We have a recipes directory, add to BBFILES BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" -BBFILE_COLLECTIONS += "meta-allwinner" -BBFILE_PATTERN_meta-allwinner := "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-allwinner = "10" +BBFILE_COLLECTIONS += "meta-sunxi" +BBFILE_PATTERN_meta-sunxi := "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-sunxi = "10"