diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-08-08 10:29:04 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-25 14:47:06 +0100 |
commit | ebf7942b35380398544c0197c4662b8109009fbe (patch) | |
tree | 828dbee7f68b748c132c1359420b91dd892be1f9 /scripts/lib/bsp/substrate | |
parent | 4bb2e2f6b364ad05791810c5ecc8783c2cb777ce (diff) | |
download | poky-ebf7942b35380398544c0197c4662b8109009fbe.tar.gz |
yocto-bsp: remove YOCTO_KERNEL_EXTERNAL_BRANCH usage
YOCTO_KERNEL_EXTERNAL_BRANCH is now obsolete, so remove it from the
templates.
(From meta-yocto rev: 0c440984f3f429d5282559208313dfe7492b8b90)
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/lib/bsp/substrate')
24 files changed, 0 insertions, 82 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend index a2b4726a35..25b8ef9b38 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend | |||
@@ -17,9 +17,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
17 | {{ if need_new_kbranch == "n": }} | 17 | {{ if need_new_kbranch == "n": }} |
18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
19 | 19 | ||
20 | {{ if need_new_kbranch == "y": }} | ||
21 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
22 | |||
23 | KMACHINE_{{=machine}} = "{{=machine}}" | 20 | KMACHINE_{{=machine}} = "{{=machine}}" |
24 | 21 | ||
25 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 22 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend index f80989c11b..094cf5c90d 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend | |||
@@ -17,9 +17,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
17 | {{ if need_new_kbranch == "n": }} | 17 | {{ if need_new_kbranch == "n": }} |
18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
19 | 19 | ||
20 | {{ if need_new_kbranch == "y": }} | ||
21 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
22 | |||
23 | KMACHINE_{{=machine}} = "{{=machine}}" | 20 | KMACHINE_{{=machine}} = "{{=machine}}" |
24 | 21 | ||
25 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 22 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend index 87f6cf1c20..730b07a131 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend | |||
@@ -17,9 +17,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
17 | {{ if need_new_kbranch == "n": }} | 17 | {{ if need_new_kbranch == "n": }} |
18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
19 | 19 | ||
20 | {{ if need_new_kbranch == "y": }} | ||
21 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
22 | |||
23 | KMACHINE_{{=machine}} = "{{=machine}}" | 20 | KMACHINE_{{=machine}} = "{{=machine}}" |
24 | 21 | ||
25 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 22 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend index b2c842b4e4..bea555c33f 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend | |||
@@ -23,11 +23,6 @@ KMACHINE_{{=machine}} = "{{=machine}}" | |||
23 | {{ if smp == "y": }} | 23 | {{ if smp == "y": }} |
24 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 24 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
25 | 25 | ||
26 | {{ if need_new_kbranch == "y": }} | ||
27 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
28 | {{ if need_new_kbranch == "n": }} | ||
29 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=existing_kbranch}}" | ||
30 | |||
31 | SRC_URI += "file://{{=machine}}-standard.scc \ | 26 | SRC_URI += "file://{{=machine}}-standard.scc \ |
32 | file://{{=machine}}.scc \ | 27 | file://{{=machine}}.scc \ |
33 | file://{{=machine}}.cfg \ | 28 | file://{{=machine}}.cfg \ |
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend index 2b59803e25..e3085f5ec1 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend | |||
@@ -17,9 +17,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
17 | {{ if need_new_kbranch == "n": }} | 17 | {{ if need_new_kbranch == "n": }} |
18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
19 | 19 | ||
20 | {{ if need_new_kbranch == "y": }} | ||
21 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
22 | |||
23 | KMACHINE_{{=machine}} = "{{=machine}}" | 20 | KMACHINE_{{=machine}} = "{{=machine}}" |
24 | 21 | ||
25 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 22 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend index f80989c11b..094cf5c90d 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend | |||
@@ -17,9 +17,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
17 | {{ if need_new_kbranch == "n": }} | 17 | {{ if need_new_kbranch == "n": }} |
18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
19 | 19 | ||
20 | {{ if need_new_kbranch == "y": }} | ||
21 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
22 | |||
23 | KMACHINE_{{=machine}} = "{{=machine}}" | 20 | KMACHINE_{{=machine}} = "{{=machine}}" |
24 | 21 | ||
25 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 22 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend index f74a17e7cd..985a6a8092 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend | |||
@@ -17,9 +17,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
17 | {{ if need_new_kbranch == "n": }} | 17 | {{ if need_new_kbranch == "n": }} |
18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
19 | 19 | ||
20 | {{ if need_new_kbranch == "y": }} | ||
21 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
22 | |||
23 | KMACHINE_{{=machine}} = "{{=machine}}" | 20 | KMACHINE_{{=machine}} = "{{=machine}}" |
24 | 21 | ||
25 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 22 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend index 47b6dd5d1e..23147e9610 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend | |||
@@ -23,11 +23,6 @@ KMACHINE_{{=machine}} = "{{=machine}}" | |||
23 | {{ if smp == "y": }} | 23 | {{ if smp == "y": }} |
24 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 24 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
25 | 25 | ||
26 | {{ if need_new_kbranch == "y": }} | ||
27 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
28 | {{ if need_new_kbranch == "n": }} | ||
29 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=existing_kbranch}}" | ||
30 | |||
31 | SRC_URI += "file://{{=machine}}-standard.scc \ | 26 | SRC_URI += "file://{{=machine}}-standard.scc \ |
32 | file://{{=machine}}.scc \ | 27 | file://{{=machine}}.scc \ |
33 | file://{{=machine}}.cfg \ | 28 | file://{{=machine}}.cfg \ |
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend index 2b59803e25..e3085f5ec1 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend | |||
@@ -17,9 +17,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
17 | {{ if need_new_kbranch == "n": }} | 17 | {{ if need_new_kbranch == "n": }} |
18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
19 | 19 | ||
20 | {{ if need_new_kbranch == "y": }} | ||
21 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
22 | |||
23 | KMACHINE_{{=machine}} = "{{=machine}}" | 20 | KMACHINE_{{=machine}} = "{{=machine}}" |
24 | 21 | ||
25 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 22 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend index f80989c11b..094cf5c90d 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend | |||
@@ -17,9 +17,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
17 | {{ if need_new_kbranch == "n": }} | 17 | {{ if need_new_kbranch == "n": }} |
18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
19 | 19 | ||
20 | {{ if need_new_kbranch == "y": }} | ||
21 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
22 | |||
23 | KMACHINE_{{=machine}} = "{{=machine}}" | 20 | KMACHINE_{{=machine}} = "{{=machine}}" |
24 | 21 | ||
25 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 22 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend index 3251158a50..e1230c1a47 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend | |||
@@ -17,9 +17,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
17 | {{ if need_new_kbranch == "n": }} | 17 | {{ if need_new_kbranch == "n": }} |
18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
19 | 19 | ||
20 | {{ if need_new_kbranch == "y": }} | ||
21 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
22 | |||
23 | KMACHINE_{{=machine}} = "{{=machine}}" | 20 | KMACHINE_{{=machine}} = "{{=machine}}" |
24 | 21 | ||
25 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 22 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend index b2c842b4e4..bea555c33f 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend | |||
@@ -23,11 +23,6 @@ KMACHINE_{{=machine}} = "{{=machine}}" | |||
23 | {{ if smp == "y": }} | 23 | {{ if smp == "y": }} |
24 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 24 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
25 | 25 | ||
26 | {{ if need_new_kbranch == "y": }} | ||
27 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
28 | {{ if need_new_kbranch == "n": }} | ||
29 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=existing_kbranch}}" | ||
30 | |||
31 | SRC_URI += "file://{{=machine}}-standard.scc \ | 26 | SRC_URI += "file://{{=machine}}-standard.scc \ |
32 | file://{{=machine}}.scc \ | 27 | file://{{=machine}}.scc \ |
33 | file://{{=machine}}.cfg \ | 28 | file://{{=machine}}.cfg \ |
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend index 2b59803e25..e3085f5ec1 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend | |||
@@ -17,9 +17,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
17 | {{ if need_new_kbranch == "n": }} | 17 | {{ if need_new_kbranch == "n": }} |
18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
19 | 19 | ||
20 | {{ if need_new_kbranch == "y": }} | ||
21 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
22 | |||
23 | KMACHINE_{{=machine}} = "{{=machine}}" | 20 | KMACHINE_{{=machine}} = "{{=machine}}" |
24 | 21 | ||
25 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 22 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend index f80989c11b..094cf5c90d 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend | |||
@@ -17,9 +17,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
17 | {{ if need_new_kbranch == "n": }} | 17 | {{ if need_new_kbranch == "n": }} |
18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
19 | 19 | ||
20 | {{ if need_new_kbranch == "y": }} | ||
21 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
22 | |||
23 | KMACHINE_{{=machine}} = "{{=machine}}" | 20 | KMACHINE_{{=machine}} = "{{=machine}}" |
24 | 21 | ||
25 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 22 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend index 3251158a50..e1230c1a47 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend | |||
@@ -17,9 +17,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
17 | {{ if need_new_kbranch == "n": }} | 17 | {{ if need_new_kbranch == "n": }} |
18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
19 | 19 | ||
20 | {{ if need_new_kbranch == "y": }} | ||
21 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
22 | |||
23 | KMACHINE_{{=machine}} = "{{=machine}}" | 20 | KMACHINE_{{=machine}} = "{{=machine}}" |
24 | 21 | ||
25 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 22 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend index b2c842b4e4..bea555c33f 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend | |||
@@ -23,11 +23,6 @@ KMACHINE_{{=machine}} = "{{=machine}}" | |||
23 | {{ if smp == "y": }} | 23 | {{ if smp == "y": }} |
24 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 24 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
25 | 25 | ||
26 | {{ if need_new_kbranch == "y": }} | ||
27 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
28 | {{ if need_new_kbranch == "n": }} | ||
29 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=existing_kbranch}}" | ||
30 | |||
31 | SRC_URI += "file://{{=machine}}-standard.scc \ | 26 | SRC_URI += "file://{{=machine}}-standard.scc \ |
32 | file://{{=machine}}.scc \ | 27 | file://{{=machine}}.scc \ |
33 | file://{{=machine}}.cfg \ | 28 | file://{{=machine}}.cfg \ |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend index 590f50db5d..7bb3ee93db 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend | |||
@@ -41,9 +41,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
41 | {{ if need_new_kbranch == "n": }} | 41 | {{ if need_new_kbranch == "n": }} |
42 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 42 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
43 | 43 | ||
44 | {{ if need_new_kbranch == "y": }} | ||
45 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
46 | |||
47 | KMACHINE_{{=machine}} = "{{=machine}}" | 44 | KMACHINE_{{=machine}} = "{{=machine}}" |
48 | 45 | ||
49 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 46 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend index fad9103987..13e96adfbb 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend | |||
@@ -41,9 +41,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
41 | {{ if need_new_kbranch == "n": }} | 41 | {{ if need_new_kbranch == "n": }} |
42 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 42 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
43 | 43 | ||
44 | {{ if need_new_kbranch == "y": }} | ||
45 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
46 | |||
47 | KMACHINE_{{=machine}} = "{{=machine}}" | 44 | KMACHINE_{{=machine}} = "{{=machine}}" |
48 | 45 | ||
49 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 46 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend index 82bafd97ca..1f8ad71a62 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend | |||
@@ -41,9 +41,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
41 | {{ if need_new_kbranch == "n": }} | 41 | {{ if need_new_kbranch == "n": }} |
42 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 42 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
43 | 43 | ||
44 | {{ if need_new_kbranch == "y": }} | ||
45 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
46 | |||
47 | KMACHINE_{{=machine}} = "{{=machine}}" | 44 | KMACHINE_{{=machine}} = "{{=machine}}" |
48 | 45 | ||
49 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 46 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend index 7217713def..4bafac2513 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend | |||
@@ -41,9 +41,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
41 | {{ if need_new_kbranch == "n": }} | 41 | {{ if need_new_kbranch == "n": }} |
42 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 42 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
43 | 43 | ||
44 | {{ if need_new_kbranch == "y": }} | ||
45 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
46 | |||
47 | KMACHINE_{{=machine}} = "{{=machine}}" | 44 | KMACHINE_{{=machine}} = "{{=machine}}" |
48 | 45 | ||
49 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Would you like SMP support? (y/n)" default:"y"}} | 46 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Would you like SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend index 2b59803e25..e3085f5ec1 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.2": }} linux-yocto-rt_3.2.bbappend | |||
@@ -17,9 +17,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
17 | {{ if need_new_kbranch == "n": }} | 17 | {{ if need_new_kbranch == "n": }} |
18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
19 | 19 | ||
20 | {{ if need_new_kbranch == "y": }} | ||
21 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
22 | |||
23 | KMACHINE_{{=machine}} = "{{=machine}}" | 20 | KMACHINE_{{=machine}} = "{{=machine}}" |
24 | 21 | ||
25 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 22 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend index f80989c11b..094cf5c90d 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto-rt_3.4": }} linux-yocto-rt_3.4.bbappend | |||
@@ -17,9 +17,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
17 | {{ if need_new_kbranch == "n": }} | 17 | {{ if need_new_kbranch == "n": }} |
18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
19 | 19 | ||
20 | {{ if need_new_kbranch == "y": }} | ||
21 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
22 | |||
23 | KMACHINE_{{=machine}} = "{{=machine}}" | 20 | KMACHINE_{{=machine}} = "{{=machine}}" |
24 | 21 | ||
25 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 22 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend index d32cba3372..e3e0cc2714 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.2": }} linux-yocto_3.2.bbappend | |||
@@ -17,9 +17,6 @@ KBRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | |||
17 | {{ if need_new_kbranch == "n": }} | 17 | {{ if need_new_kbranch == "n": }} |
18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 18 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
19 | 19 | ||
20 | {{ if need_new_kbranch == "y": }} | ||
21 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
22 | |||
23 | KMACHINE_{{=machine}} = "{{=machine}}" | 20 | KMACHINE_{{=machine}} = "{{=machine}}" |
24 | 21 | ||
25 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 22 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend index bf5959cc8a..7db77a4b4c 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == "linux-yocto_3.4": }} linux-yocto_3.4.bbappend | |||
@@ -23,11 +23,6 @@ KMACHINE_{{=machine}} = "{{=machine}}" | |||
23 | {{ if smp == "y": }} | 23 | {{ if smp == "y": }} |
24 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 24 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
25 | 25 | ||
26 | {{ if need_new_kbranch == "y": }} | ||
27 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=strip_base(new_kbranch)}}/{{=machine}}" | ||
28 | {{ if need_new_kbranch == "n": }} | ||
29 | YOCTO_KERNEL_EXTERNAL_BRANCH_{{=machine}} = "{{=existing_kbranch}}" | ||
30 | |||
31 | SRC_URI += "file://{{=machine}}-standard.scc \ | 26 | SRC_URI += "file://{{=machine}}-standard.scc \ |
32 | file://{{=machine}}.scc \ | 27 | file://{{=machine}}.scc \ |
33 | file://{{=machine}}.cfg \ | 28 | file://{{=machine}}.cfg \ |