diff options
Diffstat (limited to 'scripts/lib')
7 files changed, 7 insertions, 0 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-dev.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-dev.bbappend index 7e3ce5ba12..11105ebcc2 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-dev.bbappend | |||
@@ -45,6 +45,7 @@ COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}" | |||
45 | {{ if need_new_kbranch == "n": }} | 45 | {{ if need_new_kbranch == "n": }} |
46 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 46 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
47 | 47 | ||
48 | {{ if qemuarch != "arm": }} | ||
48 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Would you like SMP support? (y/n)" default:"y"}} | 49 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Would you like SMP support? (y/n)" default:"y"}} |
49 | {{ if smp == "y": }} | 50 | {{ if smp == "y": }} |
50 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend index 81392ce38a..ad77a66268 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | |||
@@ -45,6 +45,7 @@ COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}" | |||
45 | {{ if need_new_kbranch == "n": }} | 45 | {{ if need_new_kbranch == "n": }} |
46 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 46 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
47 | 47 | ||
48 | {{ if qemuarch != "arm": }} | ||
48 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 49 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
49 | {{ if smp == "y": }} | 50 | {{ if smp == "y": }} |
50 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend index 29ad17b200..9b5f801684 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend | |||
@@ -45,6 +45,7 @@ COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}" | |||
45 | {{ if need_new_kbranch == "n": }} | 45 | {{ if need_new_kbranch == "n": }} |
46 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 46 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
47 | 47 | ||
48 | {{ if qemuarch != "arm": }} | ||
48 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 49 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
49 | {{ if smp == "y": }} | 50 | {{ if smp == "y": }} |
50 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend index a73b1aa132..2fc992992c 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend | |||
@@ -45,6 +45,7 @@ COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}" | |||
45 | {{ if need_new_kbranch == "n": }} | 45 | {{ if need_new_kbranch == "n": }} |
46 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 46 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
47 | 47 | ||
48 | {{ if qemuarch != "arm": }} | ||
48 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} | 49 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}} |
49 | {{ if smp == "y": }} | 50 | {{ if smp == "y": }} |
50 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.1.bbappend index a9fd9ecff5..13450f4743 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.1.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.1.bbappend | |||
@@ -45,6 +45,7 @@ COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}" | |||
45 | {{ if need_new_kbranch == "n": }} | 45 | {{ if need_new_kbranch == "n": }} |
46 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 46 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
47 | 47 | ||
48 | {{ if qemuarch != "arm": }} | ||
48 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Would you like SMP support? (y/n)" default:"y"}} | 49 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Would you like SMP support? (y/n)" default:"y"}} |
49 | {{ if smp == "y": }} | 50 | {{ if smp == "y": }} |
50 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.10.bbappend index 5873da4245..e1af4976fc 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.10.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.10.bbappend | |||
@@ -45,6 +45,7 @@ COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}" | |||
45 | {{ if need_new_kbranch == "n": }} | 45 | {{ if need_new_kbranch == "n": }} |
46 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 46 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
47 | 47 | ||
48 | {{ if qemuarch != "arm": }} | ||
48 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Would you like SMP support? (y/n)" default:"y"}} | 49 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Would you like SMP support? (y/n)" default:"y"}} |
49 | {{ if smp == "y": }} | 50 | {{ if smp == "y": }} |
50 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.4.bbappend index cdee773798..a2511ba197 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.4.bbappend | |||
@@ -45,6 +45,7 @@ COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}" | |||
45 | {{ if need_new_kbranch == "n": }} | 45 | {{ if need_new_kbranch == "n": }} |
46 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | 46 | KBRANCH_{{=machine}} = "{{=existing_kbranch}}" |
47 | 47 | ||
48 | {{ if qemuarch != "arm": }} | ||
48 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Would you like SMP support? (y/n)" default:"y"}} | 49 | {{ input type:"boolean" name:"smp" prio:"30" msg:"Would you like SMP support? (y/n)" default:"y"}} |
49 | {{ if smp == "y": }} | 50 | {{ if smp == "y": }} |
50 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |