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/linux-yocto-custom.bb | 58 ---------------------- 1 file changed, 58 deletions(-) delete mode 100644 scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb (limited to 'scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb') diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb deleted file mode 100644 index 3ba4226aa9..0000000000 --- a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb +++ /dev/null @@ -1,58 +0,0 @@ -# yocto-bsp-filename {{ if kernel_choice == "custom": }} this -# This file was derived from the linux-yocto-custom.bb recipe in -# oe-core. -# -# linux-yocto-custom.bb: -# -# A yocto-bsp-generated kernel recipe that uses the linux-yocto and -# oe-core kernel classes to apply a subset of yocto kernel -# management to git managed kernel repositories. -# -# Warning: -# -# Building this kernel without providing a defconfig or BSP -# configuration will result in build or boot errors. This is not a -# bug. -# -# Notes: -# -# patches: patches can be merged into to the source git tree itself, -# added via the SRC_URI, or controlled via a BSP -# configuration. -# -# example configuration addition: -# SRC_URI += "file://smp.cfg" -# example patch addition: -# SRC_URI += "file://0001-linux-version-tweak.patch -# example feature addition: -# SRC_URI += "file://feature.scc" -# - -inherit kernel -require recipes-kernel/linux/linux-yocto.inc - -{{ if kernel_choice == "custom" and custom_kernel_remote == "y": }} -SRC_URI = "{{=custom_kernel_remote_path}};protocol=git;bareclone=1;branch=${KBRANCH}" -{{ if kernel_choice == "custom" and custom_kernel_remote == "n": }} -SRC_URI = "git://{{=custom_kernel_local_path}};protocol=file;bareclone=1;branch=${KBRANCH}" - -SRC_URI += "file://defconfig" - -SRC_URI += "file://{{=machine}}.scc \ - file://{{=machine}}.cfg \ - file://{{=machine}}-user-config.cfg \ - file://{{=machine}}-user-patches.scc \ - file://{{=machine}}-user-features.scc \ - " - -{{ if kernel_choice == "custom" and custom_kernel_need_kbranch == "y" and custom_kernel_kbranch and custom_kernel_kbranch != "master": }} -KBRANCH = "{{=custom_kernel_kbranch}}" - -LINUX_VERSION ?= "{{=custom_kernel_linux_version}}" -LINUX_VERSION_EXTENSION ?= "{{=custom_kernel_linux_version_extension}}" - -SRCREV="{{=custom_kernel_srcrev}}" - -PV = "${LINUX_VERSION}+git${SRCPV}" - -COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}" -- cgit v1.2.3-54-g00ecf