From: Tom Zanussi <tom.zanu...@intel.com> Signed-off-by: Tom Zanussi <tom.zanu...@intel.com> --- .../linux/files/{{=machine}}-standard.scc | 2 +- .../linux/files/{{=machine}}-standard.scc | 4 ++-- .../linux/files/{{=machine}}-standard.scc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
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 28c353b..c7ba1fb 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 @@ -2,7 +2,7 @@ define KMACHINE {{=machine}} define KTYPE standard define KARCH i386 -include ktypes/standard +include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} branch {{=machine}} 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 9ed66c3..4def04a 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 @@ -12,10 +12,10 @@ define KARCH powerpc define KARCH mips {{ if qemuarch == "i386": }} -include bsp/common-pc/common-pc-standard +include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} branch {{=machine}} {{ if qemuarch == "x86_64": }} -include bsp/common-pc-64/common-pc-64-standard +include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} branch {{=machine}} {{ if qemuarch == "arm": }} include bsp/arm-versatile-926ejs/arm-versatile-926ejs-standard 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 2a32fea..4a034fa 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 @@ -2,7 +2,7 @@ define KMACHINE {{=machine}} define KTYPE standard define KARCH x86_64 -include bsp/common-pc-64/common-pc-64-standard +include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} branch {{=machine}} include {{=machine}}.scc -- 1.7.9.5 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto