diff options
Diffstat (limited to 'scripts')
21 files changed, 42 insertions, 21 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-preempt-rt.scc b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-preempt-rt.scc index ca5f3b5be9..ea6966ca4d 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-preempt-rt.scc +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-preempt-rt.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-preempt-rt.scc | 1 | # yocto-bsp-filename {{=machine}}-preempt-rt.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE preempt-rt | 3 | |
4 | define KARCH arm | 4 | define KARCH arm |
5 | 5 | ||
6 | include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-standard.scc b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-standard.scc index 9014c2c97e..405972d98a 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-standard.scc +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-standard.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-standard.scc | 1 | # yocto-bsp-filename {{=machine}}-standard.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE standard | 3 | |
4 | define KARCH arm | 4 | define KARCH arm |
5 | 5 | ||
6 | include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-tiny.scc b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-tiny.scc index 3f1c252232..921b7e7e92 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-tiny.scc +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-tiny.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-tiny.scc | 1 | # yocto-bsp-filename {{=machine}}-tiny.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE tiny | 3 | |
4 | define KARCH arm | 4 | define KARCH arm |
5 | 5 | ||
6 | include {{=map_tiny_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_tiny_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
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 619ee3f367..7146e235a2 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 | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-preempt-rt.scc | 1 | # yocto-bsp-filename {{=machine}}-preempt-rt.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE preempt-rt | 3 | |
4 | define KARCH i386 | 4 | define KARCH i386 |
5 | 5 | ||
6 | include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.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 682012fafc..67a54be874 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 | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-standard.scc | 1 | # yocto-bsp-filename {{=machine}}-standard.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE standard | 3 | |
4 | define KARCH i386 | 4 | define KARCH i386 |
5 | 5 | ||
6 | include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-tiny.scc b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-tiny.scc index cc7519699a..91373b3a5d 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-tiny.scc +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-tiny.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-tiny.scc | 1 | # yocto-bsp-filename {{=machine}}-tiny.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE tiny | 3 | |
4 | define KARCH i386 | 4 | define KARCH i386 |
5 | 5 | ||
6 | include {{=map_tiny_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_tiny_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-preempt-rt.scc b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-preempt-rt.scc index 176190cd2e..a128255b38 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-preempt-rt.scc +++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-preempt-rt.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-preempt-rt.scc | 1 | # yocto-bsp-filename {{=machine}}-preempt-rt.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE preempt-rt | 3 | |
4 | define KARCH mips | 4 | define KARCH mips |
5 | 5 | ||
6 | include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-standard.scc b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-standard.scc index f05dd851d2..7c9dc52d22 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-standard.scc +++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-standard.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-standard.scc | 1 | # yocto-bsp-filename {{=machine}}-standard.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE standard | 3 | |
4 | define KARCH mips | 4 | define KARCH mips |
5 | 5 | ||
6 | include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-tiny.scc b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-tiny.scc index f71c775397..64f395bbc4 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-tiny.scc +++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-tiny.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-tiny.scc | 1 | # yocto-bsp-filename {{=machine}}-tiny.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE tiny | 3 | |
4 | define KARCH mips | 4 | define KARCH mips |
5 | 5 | ||
6 | include {{=map_tiny_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_tiny_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-preempt-rt.scc b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-preempt-rt.scc index 176190cd2e..a128255b38 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-preempt-rt.scc +++ b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-preempt-rt.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-preempt-rt.scc | 1 | # yocto-bsp-filename {{=machine}}-preempt-rt.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE preempt-rt | 3 | |
4 | define KARCH mips | 4 | define KARCH mips |
5 | 5 | ||
6 | include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-standard.scc b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-standard.scc index f05dd851d2..7c9dc52d22 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-standard.scc +++ b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-standard.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-standard.scc | 1 | # yocto-bsp-filename {{=machine}}-standard.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE standard | 3 | |
4 | define KARCH mips | 4 | define KARCH mips |
5 | 5 | ||
6 | include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-tiny.scc b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-tiny.scc index f71c775397..64f395bbc4 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-tiny.scc +++ b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-tiny.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-tiny.scc | 1 | # yocto-bsp-filename {{=machine}}-tiny.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE tiny | 3 | |
4 | define KARCH mips | 4 | define KARCH mips |
5 | 5 | ||
6 | include {{=map_tiny_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_tiny_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-preempt-rt.scc b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-preempt-rt.scc index 40c9267831..91ccfb8302 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-preempt-rt.scc +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-preempt-rt.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-preempt-rt.scc | 1 | # yocto-bsp-filename {{=machine}}-preempt-rt.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE preempt-rt | 3 | |
4 | define KARCH powerpc | 4 | define KARCH powerpc |
5 | 5 | ||
6 | include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-standard.scc b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-standard.scc index 7a1d35be1e..89b344feab 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-standard.scc +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-standard.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-standard.scc | 1 | # yocto-bsp-filename {{=machine}}-standard.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE standard | 3 | |
4 | define KARCH powerpc | 4 | define KARCH powerpc |
5 | 5 | ||
6 | include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-tiny.scc b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-tiny.scc index 1bf94b2d05..2701fd8b50 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-tiny.scc +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-tiny.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-tiny.scc | 1 | # yocto-bsp-filename {{=machine}}-tiny.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE tiny | 3 | |
4 | define KARCH powerpc | 4 | define KARCH powerpc |
5 | 5 | ||
6 | include {{=map_tiny_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_tiny_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-preempt-rt.scc b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-preempt-rt.scc index 6aaffb8184..a81b858c03 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-preempt-rt.scc +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-preempt-rt.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-preempt-rt.scc | 1 | # yocto-bsp-filename {{=machine}}-preempt-rt.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE preempt-rt | 3 | |
4 | define KARCH {{=qemuarch}} | 4 | define KARCH {{=qemuarch}} |
5 | 5 | ||
6 | include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-standard.scc b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-standard.scc index d2a03ec209..14554da285 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-standard.scc +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-standard.scc | |||
@@ -1,6 +1,6 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-standard.scc | 1 | # yocto-bsp-filename {{=machine}}-standard.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE standard | 3 | |
4 | define KARCH {{=qemuarch}} | 4 | define KARCH {{=qemuarch}} |
5 | 5 | ||
6 | {{ if qemuarch == "i386" or qemuarch == "x86_64": }} | 6 | {{ if qemuarch == "i386" or qemuarch == "x86_64": }} |
@@ -14,6 +14,7 @@ include bsp/mti-malta32/mti-malta32-be-standard | |||
14 | {{ if qemuarch == "mips64": }} | 14 | {{ if qemuarch == "mips64": }} |
15 | include bsp/mti-malta64/mti-malta64-be-standard | 15 | include bsp/mti-malta64/mti-malta64-be-standard |
16 | {{ if need_new_kbranch == "y": }} | 16 | {{ if need_new_kbranch == "y": }} |
17 | define KTYPE {{=new_kbranch}} | ||
17 | branch {{=machine}} | 18 | branch {{=machine}} |
18 | 19 | ||
19 | include {{=machine}}.scc | 20 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-tiny.scc b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-tiny.scc index 6c098fed21..41d4c6f40f 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-tiny.scc +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-tiny.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-tiny.scc | 1 | # yocto-bsp-filename {{=machine}}-tiny.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE tiny | 3 | |
4 | define KARCH {{=qemuarch}} | 4 | define KARCH {{=qemuarch}} |
5 | 5 | ||
6 | include {{=map_tiny_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_tiny_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.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 fd5320ba1e..bbeeecd6be 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 | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-preempt-rt.scc | 1 | # yocto-bsp-filename {{=machine}}-preempt-rt.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE preempt-rt | 3 | |
4 | define KARCH x86_64 | 4 | define KARCH x86_64 |
5 | 5 | ||
6 | include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.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 569f967c6a..9c9cc90253 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 | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-standard.scc | 1 | # yocto-bsp-filename {{=machine}}-standard.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE standard | 3 | |
4 | define KARCH x86_64 | 4 | define KARCH x86_64 |
5 | 5 | ||
6 | include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-tiny.scc b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-tiny.scc index fb21432a4f..b53706f8c8 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-tiny.scc +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-tiny.scc | |||
@@ -1,10 +1,11 @@ | |||
1 | # yocto-bsp-filename {{=machine}}-tiny.scc | 1 | # yocto-bsp-filename {{=machine}}-tiny.scc |
2 | define KMACHINE {{=machine}} | 2 | define KMACHINE {{=machine}} |
3 | define KTYPE tiny | 3 | |
4 | define KARCH x86_64 | 4 | define KARCH x86_64 |
5 | 5 | ||
6 | include {{=map_tiny_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 6 | include {{=map_tiny_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
7 | {{ if need_new_kbranch == "y": }} | 7 | {{ if need_new_kbranch == "y": }} |
8 | define KTYPE {{=new_kbranch}} | ||
8 | branch {{=machine}} | 9 | branch {{=machine}} |
9 | 10 | ||
10 | include {{=machine}}.scc | 11 | include {{=machine}}.scc |