From e5b84457e9cb060f8bd5654177d91eb1034adf8f Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 31 Aug 2018 06:34:03 -0400 Subject: meta-arm: Move layer content from common/ Adopt a more conventional directory hierarchy. The current hierarchy was copied from meta-openpower which has also changed in a similar fashion. (From meta-arm rev: fee619108bf8d10a6a570fcca619339932d61f42) Change-Id: I485fd5ee62e9310ae13e09254fa12f8daed59a66 Signed-off-by: Brad Bishop --- meta-arm/conf/layer.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-arm/conf') diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf index 38f0a0d41..42b1b8524 100644 --- a/meta-arm/conf/layer.conf +++ b/meta-arm/conf/layer.conf @@ -2,8 +2,8 @@ BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES -BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \ - ${LAYERDIR}/common/recipes-*/*/*.bbappend" +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "arm" BBFILE_PATTERN_arm = "^${LAYERDIR}/" -- cgit v1.2.3