From 4d6587bebdd78241bc638b1b602322f5fa86504f Mon Sep 17 00:00:00 2001 From: Andrii Pientsov Date: Mon, 18 May 2020 22:18:46 +0300 Subject: Initial meta-mlinux-atmel based on meta-mlinux (branch master) --- conf/layer.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index ce3d432..845936b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -3,8 +3,8 @@ BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" + ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "mlinux" -BBFILE_PATTERN_mlinux = "^${LAYERDIR}/" -BBFILE_PRIORITY_mlinux = "50" +BBFILE_COLLECTIONS += "meta-mlinux-atmel" +BBFILE_PATTERN_meta-mlinux-atmel = "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-mlinux-atmel = "10" -- cgit v1.2.3