summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-standard.scc
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>2015-11-05 22:43:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-25 07:45:20 +0000
commit9d585b5025187f059f75ffbdc01bda72d17e8a86 (patch)
tree79863c608f202f5ad31b09c41f694cfca73f9b40 /scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-standard.scc
parent1542c2ab72cd4bd7f429d4161b4c1e1a0a5841c6 (diff)
downloadpoky-9d585b5025187f059f75ffbdc01bda72d17e8a86.tar.gz
yocto-bsp: Set KTYPE to user selected base branch
Fixes the hardcode branch name set to KTYPE, where its value is used as a base branch when user decides to create a new branch. Tested on x86_64 architecture. [YOCTO #8630] (From meta-yocto rev: ab895be90a0cae7dfa77a8aab3b19e5571e7e7bc) Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-standard.scc')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-standard.scc3
1 files changed, 2 insertions, 1 deletions
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
2define KMACHINE {{=machine}} 2define KMACHINE {{=machine}}
3define KTYPE standard 3
4define KARCH arm 4define KARCH arm
5 5
6include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} 6include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
7{{ if need_new_kbranch == "y": }} 7{{ if need_new_kbranch == "y": }}
8define KTYPE {{=new_kbranch}}
8branch {{=machine}} 9branch {{=machine}}
9 10
10include {{=machine}}.scc 11include {{=machine}}.scc