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 --- .../recipes-kernel/linux/files/machine-standard.scc | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-standard.scc (limited to 'scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-standard.scc') diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-standard.scc b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-standard.scc deleted file mode 100644 index a2b2910851..0000000000 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-standard.scc +++ /dev/null @@ -1,17 +0,0 @@ -# yocto-bsp-filename {{=machine}}-standard.scc -define KMACHINE {{=machine}} - -define KARCH x86_64 - -include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} nopatch -{{ if need_new_kbranch == "y": }} -define KTYPE {{=new_kbranch}} -branch {{=machine}} - -include {{=machine}}.scc - -# default policy for standard kernels -include cfg/usb-mass-storage.scc -include cfg/boot-live.scc -include features/latencytop/latencytop.scc -include features/profiling/profiling.scc -- cgit v1.2.3-54-g00ecf