From 58ef101032c301f54b9ecc9fcc9b84b5038df030 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 23 Oct 2017 16:45:32 +0100 Subject: scripts/lib/bsp: delete, all users have been removed With the removal of yocto-bsp and yocto-kernel there are no longer any users of this library, therefore delete it. (From meta-yocto rev: 0d44e59bfaa95162cf2133df1d08f6419314bb8e) Signed-off-by: Joshua Lock Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- scripts/lib/bsp/substrate/target/arch/common/conf/layer.conf | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 scripts/lib/bsp/substrate/target/arch/common/conf/layer.conf (limited to 'scripts/lib/bsp/substrate/target/arch/common/conf/layer.conf') diff --git a/scripts/lib/bsp/substrate/target/arch/common/conf/layer.conf b/scripts/lib/bsp/substrate/target/arch/common/conf/layer.conf deleted file mode 100644 index 5529f45954..0000000000 --- a/scripts/lib/bsp/substrate/target/arch/common/conf/layer.conf +++ /dev/null @@ -1,10 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH .= ":${LAYERDIR}" - -# We have a recipes-* directories, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "{{=machine}}" -BBFILE_PATTERN_{{=machine}} = "^${LAYERDIR}/" -BBFILE_PRIORITY_{{=machine}} = "6" -- cgit v1.2.3-54-g00ecf