summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/{{=machine}}.scc
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-12-12 22:56:30 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-13 16:54:32 +0000
commit9753196c77d7b65ae172333a81c18d4dea34f2ca (patch)
treec6bf7f2366cfbe408819a2556c23132710582ea0 /scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/{{=machine}}.scc
parent8669fec353b2f0dbe2bcef4543e6b5fd922a2665 (diff)
downloadpoky-9753196c77d7b65ae172333a81c18d4dea34f2ca.tar.gz
yocto-bsp: add custom kernel support
Add a template to support custom kernels via a custom kernel recipe derived from linux-yocto-custom.bb. (From meta-yocto rev: 98c7861ebdd40b1fc4d803701ad9fb979be54273) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/{{=machine}}.scc')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/{{=machine}}.scc17
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/{{=machine}}.scc b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/{{=machine}}.scc
new file mode 100644
index 0000000000..8b94e588a4
--- /dev/null
+++ b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/{{=machine}}.scc
@@ -0,0 +1,17 @@
1#
2# The top-level 'feature' for the {{=machine}} custom kernel.
3#
4# Essentially this is a convenient top-level container or starting
5# point for adding lower-level config fragements and features.
6#
7
8# {{=machine}}.cfg in the linux-yocto-custom subdir is just a
9# convenient place for adding random config fragments.
10
11kconf hardware {{=machine}}.cfg
12
13# These are used by yocto-kernel to add config fragments and features.
14# Don't remove if you plan on using yocto-kernel with this BSP.
15
16kconf hardware user-config.cfg
17include user-patches.scc