summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-08-06 15:40:46 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-25 14:47:04 +0100
commit10ffef358e185a04ce93cf8ce51bfab9f830fef4 (patch)
tree7fd7303d231f1843cf9485ed4c3e3fc558554ac0 /scripts
parent995a5ac02c67081724cbc93b2b932be4b8c2780b (diff)
downloadpoky-10ffef358e185a04ce93cf8ce51bfab9f830fef4.tar.gz
yocto-bsp: add some standard policy
Add some useful default options to to the i386 and x86_64 templates. (From meta-yocto rev: 2f98c6dfce82d670acf54bb93c827cf142539b98) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc7
-rw-r--r--scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc7
-rw-r--r--scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc7
-rw-r--r--scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/{{=machine}}-standard.scc7
4 files changed, 28 insertions, 0 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc
index 9fb800260f..6ee1c93a92 100644
--- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc
+++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc
@@ -6,3 +6,10 @@ define KARCH i386
6include ktypes/preempt-rt 6include ktypes/preempt-rt
7 7
8include {{=machine}}.scc 8include {{=machine}}.scc
9
10# default policy for preempt-rt kernels
11include cfg/usb-mass-storage.scc
12include cfg/boot-live.scc
13include features/logbuf/size-normal.scc
14include features/latencytop/latencytop.scc
15include features/profiling/profiling.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc
index a241b29145..2c16efa10b 100644
--- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc
+++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc
@@ -7,3 +7,10 @@ include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)
7branch {{=machine}} 7branch {{=machine}}
8 8
9include {{=machine}}.scc 9include {{=machine}}.scc
10
11# default policy for standard kernels
12include cfg/usb-mass-storage.scc
13include cfg/boot-live.scc
14include features/logbuf/size-normal.scc
15include features/latencytop/latencytop.scc
16include features/profiling/profiling.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc
index ecb0f01e2f..5819dce1c4 100644
--- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc
+++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc
@@ -6,3 +6,10 @@ define KARCH x86_64
6include ktypes/preempt-rt 6include ktypes/preempt-rt
7 7
8include {{=machine}}.scc 8include {{=machine}}.scc
9
10# default policy for preempt-rt kernels
11include cfg/usb-mass-storage.scc
12include cfg/boot-live.scc
13include features/logbuf/size-normal.scc
14include features/latencytop/latencytop.scc
15include features/profiling/profiling.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
index 3253133ee2..9e5cf13e07 100644
--- 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
@@ -7,3 +7,10 @@ include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)
7branch {{=machine}} 7branch {{=machine}}
8 8
9include {{=machine}}.scc 9include {{=machine}}.scc
10
11# default policy for standard kernels
12include cfg/usb-mass-storage.scc
13include cfg/boot-live.scc
14include features/logbuf/size-normal.scc
15include features/latencytop/latencytop.scc
16include features/profiling/profiling.scc