mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
yocto-bsp: Update templates to 3.14 kernel
Add 3.14 kernel support, and remove support for 3.4. (From meta-yocto rev: 342dce5873a9f1844fd7ce52a1c2656dcfb43053) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
9eb52498f8
commit
bb20d3afbf
|
|
@ -1,5 +1,5 @@
|
|||
{{ if kernel_choice != "custom": }}
|
||||
{{ input type:"boolean" name:"use_default_kernel" prio:"10" msg:"Would you like to use the default (3.10) kernel? (y/n)" default:"y"}}
|
||||
{{ input type:"boolean" name:"use_default_kernel" prio:"10" msg:"Would you like to use the default (3.14) kernel? (y/n)" default:"y"}}
|
||||
|
||||
{{ if kernel_choice != "custom" and use_default_kernel == "n": }}
|
||||
{{ input type:"choicelist" name:"kernel_choice" gen:"bsp.kernel.kernels" prio:"10" msg:"Please choose the kernel to use in this BSP:" default:"linux-yocto_3.10"}}
|
||||
{{ input type:"choicelist" name:"kernel_choice" gen:"bsp.kernel.kernels" prio:"10" msg:"Please choose the kernel to use in this BSP:" default:"linux-yocto_3.14"}}
|
||||
|
|
|
|||
|
|
@ -1,32 +0,0 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
||||
COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}"
|
||||
|
||||
{{ input type:"boolean" name:"need_new_kbranch" prio:"20" msg:"Do you need a new machine branch for this BSP (the alternative is to re-use an existing branch)? [y/n]" default:"y" }}
|
||||
|
||||
{{ if need_new_kbranch == "y": }}
|
||||
{{ input type:"choicelist" name:"new_kbranch" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n": }}
|
||||
{{ input type:"choicelist" name:"existing_kbranch" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n": }}
|
||||
KBRANCH_{{=machine}} = "{{=existing_kbranch}}"
|
||||
|
||||
{{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}}
|
||||
{{ if smp == "y": }}
|
||||
KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-preempt-rt.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto-rt_{{=machine}} ?= "c3fa9782d3c6caabbca85d56fc4ace0ba97b9d9e"
|
||||
#SRCREV_meta_pn-linux-yocto-rt_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
|
|
@ -29,4 +29,4 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
#LINUX_VERSION = "3.14"
|
||||
|
|
@ -29,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
#LINUX_VERSION = "3.14"
|
||||
|
|
@ -2,22 +2,22 @@
|
|||
{{ input type:"boolean" name:"custom_kernel_remote" prio:"20" msg:"Is the custom kernel you'd like to use in a remote git repo? (y/n)" default:"y"}}
|
||||
|
||||
{{ if kernel_choice == "custom" and custom_kernel_remote == "y": }}
|
||||
{{ input type:"edit-git-repo" name:"custom_kernel_remote_path" prio:"20" msg:"Please enter the full URI to the remote git repo (the default corresponds to linux-stable v3.10.9)" default:"git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"}}
|
||||
{{ input type:"edit-git-repo" name:"custom_kernel_remote_path" prio:"20" msg:"Please enter the full URI to the remote git repo (the default corresponds to linux-stable v3.13.9)" default:"git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"}}
|
||||
|
||||
{{ if kernel_choice == "custom" and custom_kernel_remote == "n": }}
|
||||
{{ input type:"edit-git-repo" name:"custom_kernel_local_path" prio:"20" msg:"You've indicated that you're not using a remote git repo. Please enter the full path to the local git repo you want to use (the default assumes a local linux-stable v3.10.9)" default:"/home/trz/yocto/kernels/linux-stable.git"}}
|
||||
{{ input type:"edit-git-repo" name:"custom_kernel_local_path" prio:"20" msg:"You've indicated that you're not using a remote git repo. Please enter the full path to the local git repo you want to use (the default assumes a local linux-stable v3.13.9)" default:"/home/trz/yocto/kernels/linux-stable.git"}}
|
||||
|
||||
{{ if kernel_choice == "custom": }}
|
||||
{{ input type:"boolean" name:"custom_kernel_need_kbranch" prio:"20" msg:"Do you need to use a specific (non-master) branch? (y/n)" default:"n"}}
|
||||
|
||||
{{ if kernel_choice == "custom" and custom_kernel_need_kbranch == "y": }}
|
||||
{{ input type:"edit" name:"custom_kernel_kbranch" prio:"20" msg:"Please enter the branch you want to use (the default branch corresponds to the linux-stable 'linux-3.10.y' branch):" default:"linux-3.10.y"}}
|
||||
{{ input type:"edit" name:"custom_kernel_kbranch" prio:"20" msg:"Please enter the branch you want to use (the default branch corresponds to the linux-stable 'linux-3.13.y' branch):" default:"linux-3.13.y"}}
|
||||
|
||||
{{ if kernel_choice == "custom": }}
|
||||
{{ input type:"edit" name:"custom_kernel_srcrev" prio:"20" msg:"Please enter the SRCREV (commit id) you'd like to use (use '${AUTOREV}' to track the current HEAD):" default:"${AUTOREV}"}}
|
||||
|
||||
{{ if kernel_choice == "custom": }}
|
||||
{{ input type:"edit" name:"custom_kernel_linux_version" prio:"20" msg:"Please enter the Linux version of the kernel you've specified:" default:"3.10.9"}}
|
||||
{{ input type:"edit" name:"custom_kernel_linux_version" prio:"20" msg:"Please enter the Linux version of the kernel you've specified:" default:"3.13.9"}}
|
||||
|
||||
{{ if kernel_choice == "custom": }}
|
||||
{{ input type:"edit" name:"custom_kernel_linux_version_extension" prio:"20" msg:"Please enter a Linux version extension if you want (it will show up at the end of the kernel name shown by uname):" default:"-custom"}}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ MACHINE_FEATURES += "wifi efi pcbios"
|
|||
|
||||
{{ input type:"boolean" name:"xserver" prio:"50" msg:"Do you need support for X? (y/n)" default:"y" }}
|
||||
|
||||
{{ if xserver == "y" and (kernel_choice == "linux-yocto_3.4" or kernel_choice == "linux-yocto_3.10"): }}
|
||||
{{ if xserver == "y" and (kernel_choice == "linux-yocto_3.14" or kernel_choice == "linux-yocto_3.10"): }}
|
||||
{{ input type:"choicelist" name:"xserver_choice" prio:"50" msg:"Please select an xserver for this machine:" default:"xserver_i915" }}
|
||||
{{ input type:"choice" val:"xserver_vesa" msg:"VESA xserver support" }}
|
||||
{{ input type:"choice" val:"xserver_i915" msg:"i915 xserver support" }}
|
||||
|
|
@ -44,7 +44,7 @@ MACHINE_FEATURES += "wifi efi pcbios"
|
|||
{{ input type:"choice" val:"xserver_i915" msg:"i915 xserver support" }}
|
||||
{{ input type:"choice" val:"xserver_i965" msg:"i965 xserver support" }}
|
||||
|
||||
{{ if xserver == "y" and kernel_choice != "linux-yocto_3.4" and kernel_choice != "linux-yocto_3.10" and kernel_choice != "custom": xserver_choice = "xserver_i915" }}
|
||||
{{ if xserver == "y" and kernel_choice != "linux-yocto_3.14" and kernel_choice != "linux-yocto_3.10" and kernel_choice != "custom": xserver_choice = "xserver_i915" }}
|
||||
|
||||
{{ if xserver == "y": }}
|
||||
XSERVER ?= "${XSERVER_X86_BASE} \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{{ if kernel_choice != "custom": }}
|
||||
{{ input type:"boolean" name:"use_default_kernel" prio:"10" msg:"Would you like to use the default (3.10) kernel? (y/n)" default:"y"}}
|
||||
{{ input type:"boolean" name:"use_default_kernel" prio:"10" msg:"Would you like to use the default (3.14) kernel? (y/n)" default:"y"}}
|
||||
|
||||
{{ if kernel_choice != "custom" and use_default_kernel == "n": }}
|
||||
{{ input type:"choicelist" name:"kernel_choice" gen:"bsp.kernel.kernels" prio:"10" msg:"Please choose the kernel to use in this BSP:" default:"linux-yocto_3.10"}}
|
||||
{{ input type:"choicelist" name:"kernel_choice" gen:"bsp.kernel.kernels" prio:"10" msg:"Please choose the kernel to use in this BSP:" default:"linux-yocto_3.14"}}
|
||||
|
|
|
|||
|
|
@ -1,32 +0,0 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
||||
COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}"
|
||||
|
||||
{{ input type:"boolean" name:"need_new_kbranch" prio:"20" msg:"Do you need a new machine branch for this BSP (the alternative is to re-use an existing branch)? [y/n]" default:"y" }}
|
||||
|
||||
{{ if need_new_kbranch == "y": }}
|
||||
{{ input type:"choicelist" name:"new_kbranch" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n": }}
|
||||
{{ input type:"choicelist" name:"existing_kbranch" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n": }}
|
||||
KBRANCH_{{=machine}} = "{{=existing_kbranch}}"
|
||||
|
||||
{{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}}
|
||||
{{ if smp == "y": }}
|
||||
KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-preempt-rt.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto-rt_{{=machine}} ?= "c3fa9782d3c6caabbca85d56fc4ace0ba97b9d9e"
|
||||
#SRCREV_meta_pn-linux-yocto-rt_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
|
|
@ -29,4 +29,4 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
#LINUX_VERSION = "3.14"
|
||||
|
|
@ -29,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
#LINUX_VERSION = "3.14"
|
||||
|
|
@ -35,3 +35,4 @@ USE_VT ?= "0"
|
|||
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|
||||
|
||||
IMAGE_FSTYPES ?= "jffs2 tar.bz2"
|
||||
JFFS2_ERASEBLOCK = "0x10000"
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{{ if kernel_choice != "custom": }}
|
||||
{{ input type:"boolean" name:"use_default_kernel" prio:"10" msg:"Would you like to use the default (3.10) kernel? (y/n)" default:"y"}}
|
||||
{{ input type:"boolean" name:"use_default_kernel" prio:"10" msg:"Would you like to use the default (3.14) kernel? (y/n)" default:"y"}}
|
||||
|
||||
{{ if kernel_choice != "custom" and use_default_kernel == "n": }}
|
||||
{{ input type:"choicelist" name:"kernel_choice" gen:"bsp.kernel.kernels" prio:"10" msg:"Please choose the kernel to use in this BSP:" default:"linux-yocto_3.10"}}
|
||||
{{ input type:"choicelist" name:"kernel_choice" gen:"bsp.kernel.kernels" prio:"10" msg:"Please choose the kernel to use in this BSP:" default:"linux-yocto_3.14"}}
|
||||
|
|
|
|||
|
|
@ -1,32 +0,0 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
||||
COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}"
|
||||
|
||||
{{ input type:"boolean" name:"need_new_kbranch" prio:"20" msg:"Do you need a new machine branch for this BSP (the alternative is to re-use an existing branch)? [y/n]" default:"y" }}
|
||||
|
||||
{{ if need_new_kbranch == "y": }}
|
||||
{{ input type:"choicelist" name:"new_kbranch" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n": }}
|
||||
{{ input type:"choicelist" name:"existing_kbranch" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n": }}
|
||||
KBRANCH_{{=machine}} = "{{=existing_kbranch}}"
|
||||
|
||||
{{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}}
|
||||
{{ if smp == "y": }}
|
||||
KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-preempt-rt.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto-rt_{{=machine}} ?= "c3fa9782d3c6caabbca85d56fc4ace0ba97b9d9e"
|
||||
#SRCREV_meta_pn-linux-yocto-rt_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
|
|
@ -29,4 +29,4 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
#LINUX_VERSION = "3.14"
|
||||
|
|
@ -29,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
#LINUX_VERSION = "3.14"
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{{ if kernel_choice != "custom": }}
|
||||
{{ input type:"boolean" name:"use_default_kernel" prio:"10" msg:"Would you like to use the default (3.10) kernel? (y/n)" default:"y"}}
|
||||
{{ input type:"boolean" name:"use_default_kernel" prio:"10" msg:"Would you like to use the default (3.14) kernel? (y/n)" default:"y"}}
|
||||
|
||||
{{ if kernel_choice != "custom" and use_default_kernel == "n": }}
|
||||
{{ input type:"choicelist" name:"kernel_choice" gen:"bsp.kernel.kernels" prio:"10" msg:"Please choose the kernel to use in this BSP:" default:"linux-yocto_3.10"}}
|
||||
{{ input type:"choicelist" name:"kernel_choice" gen:"bsp.kernel.kernels" prio:"10" msg:"Please choose the kernel to use in this BSP:" default:"linux-yocto_3.14"}}
|
||||
|
|
|
|||
|
|
@ -1,32 +0,0 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
||||
COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}"
|
||||
|
||||
{{ input type:"boolean" name:"need_new_kbranch" prio:"20" msg:"Do you need a new machine branch for this BSP (the alternative is to re-use an existing branch)? [y/n]" default:"y" }}
|
||||
|
||||
{{ if need_new_kbranch == "y": }}
|
||||
{{ input type:"choicelist" name:"new_kbranch" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n": }}
|
||||
{{ input type:"choicelist" name:"existing_kbranch" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n": }}
|
||||
KBRANCH_{{=machine}} = "{{=existing_kbranch}}"
|
||||
|
||||
{{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}}
|
||||
{{ if smp == "y": }}
|
||||
KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-preempt-rt.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto-rt_{{=machine}} ?= "c3fa9782d3c6caabbca85d56fc4ace0ba97b9d9e"
|
||||
#SRCREV_meta_pn-linux-yocto-rt_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
|
|
@ -29,4 +29,4 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
#LINUX_VERSION = "3.14"
|
||||
|
|
@ -29,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
#LINUX_VERSION = "3.14"
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{{ if kernel_choice != "custom": }}
|
||||
{{ input type:"boolean" name:"use_default_kernel" prio:"10" msg:"Would you like to use the default (3.10) kernel? (y/n)" default:"y"}}
|
||||
{{ input type:"boolean" name:"use_default_kernel" prio:"10" msg:"Would you like to use the default (3.14) kernel? (y/n)" default:"y"}}
|
||||
|
||||
{{ if kernel_choice != "custom" and use_default_kernel == "n": }}
|
||||
{{ input type:"choicelist" name:"kernel_choice" gen:"bsp.kernel.kernels" prio:"10" msg:"Please choose the kernel to use in this BSP:" default:"linux-yocto_3.10"}}
|
||||
{{ input type:"choicelist" name:"kernel_choice" gen:"bsp.kernel.kernels" prio:"10" msg:"Please choose the kernel to use in this BSP:" default:"linux-yocto_3.14"}}
|
||||
|
|
|
|||
|
|
@ -52,4 +52,4 @@ SRC_URI += "file://{{=machine}}-preempt-rt.scc \
|
|||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto-rt_{{=machine}} ?= "f35992f80c81dc5fa1a97165dfd5cbb84661f7cb"
|
||||
#SRCREV_meta_pn-linux-yocto-rt_{{=machine}} ?= "1b534b2f8bbe9b8a773268cfa30a4850346f6f5f"
|
||||
#LINUX_VERSION = "3.10.9"
|
||||
#LINUX_VERSION = "3.10.35"
|
||||
|
|
|
|||
|
|
@ -1,55 +0,0 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
||||
COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}"
|
||||
{{ input type:"boolean" name:"need_new_kbranch" prio:"20" msg:"Do you need a new machine branch for this BSP (the alternative is to re-use an existing branch)? [y/n]" default:"y" }}
|
||||
|
||||
{{ if need_new_kbranch == "y" and qemuarch == "arm": }}
|
||||
{{ input type:"choicelist" name:"new_kbranch" nameappend:"arm" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n" and qemuarch == "arm": }}
|
||||
{{ input type:"choicelist" name:"existing_kbranch" nameappend:"arm" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "y" and qemuarch == "powerpc": }}
|
||||
{{ input type:"choicelist" name:"new_kbranch" nameappend:"powerpc" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n" and qemuarch == "powerpc": }}
|
||||
{{ input type:"choicelist" name:"existing_kbranch" nameappend:"powerpc" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/qemuppc" }}
|
||||
|
||||
{{ if need_new_kbranch == "y" and qemuarch == "i386": }}
|
||||
{{ input type:"choicelist" name:"new_kbranch" nameappend:"i386" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n" and qemuarch == "i386": }}
|
||||
{{ input type:"choicelist" name:"existing_kbranch" nameappend:"i386" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "y" and qemuarch == "x86_64": }}
|
||||
{{ input type:"choicelist" name:"new_kbranch" nameappend:"x86_64" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n" and qemuarch == "x86_64": }}
|
||||
{{ input type:"choicelist" name:"existing_kbranch" nameappend:"x86_64" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "y" and qemuarch == "mips": }}
|
||||
{{ input type:"choicelist" name:"new_kbranch" nameappend:"mips" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n" and qemuarch == "mips": }}
|
||||
{{ input type:"choicelist" name:"existing_kbranch" nameappend:"mips" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n": }}
|
||||
KBRANCH_{{=machine}} = "{{=existing_kbranch}}"
|
||||
|
||||
{{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}}
|
||||
{{ if smp == "y": }}
|
||||
KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-preempt-rt.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto-rt_{{=machine}} ?= "c3fa9782d3c6caabbca85d56fc4ace0ba97b9d9e"
|
||||
#SRCREV_meta_pn-linux-yocto-rt_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
|
|
@ -52,4 +52,4 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.10.9"
|
||||
#LINUX_VERSION = "3.10.35"
|
||||
|
|
|
|||
|
|
@ -50,6 +50,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "8f55bee2403176a50cc0dd41811aa60fcf07243c"
|
||||
#LINUX_VERSION = "3.14"
|
||||
|
|
@ -52,4 +52,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "c2ed0f16fdec628242a682897d5d86df4547cf24"
|
||||
#LINUX_VERSION = "3.10.9"
|
||||
#LINUX_VERSION = "3.10.35"
|
||||
|
|
|
|||
|
|
@ -50,6 +50,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "8f55bee2403176a50cc0dd41811aa60fcf07243c"
|
||||
#LINUX_VERSION = "3.14"
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{{ if kernel_choice != "custom": }}
|
||||
{{ input type:"boolean" name:"use_default_kernel" prio:"10" msg:"Would you like to use the default (3.10) kernel? (y/n)" default:"y"}}
|
||||
{{ input type:"boolean" name:"use_default_kernel" prio:"10" msg:"Would you like to use the default (3.14) kernel? (y/n)" default:"y"}}
|
||||
|
||||
{{ if kernel_choice != "custom" and use_default_kernel == "n": }}
|
||||
{{ input type:"choicelist" name:"kernel_choice" gen:"bsp.kernel.kernels" prio:"10" msg:"Please choose the kernel to use in this BSP:" default:"linux-yocto_3.10"}}
|
||||
{{ input type:"choicelist" name:"kernel_choice" gen:"bsp.kernel.kernels" prio:"10" msg:"Please choose the kernel to use in this BSP:" default:"linux-yocto_3.14"}}
|
||||
|
|
|
|||
|
|
@ -1,32 +0,0 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
||||
COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}"
|
||||
|
||||
{{ input type:"boolean" name:"need_new_kbranch" prio:"20" msg:"Do you need a new machine branch for this BSP (the alternative is to re-use an existing branch)? [y/n]" default:"y" }}
|
||||
|
||||
{{ if need_new_kbranch == "y": }}
|
||||
{{ input type:"choicelist" name:"new_kbranch" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n": }}
|
||||
{{ input type:"choicelist" name:"existing_kbranch" gen:"bsp.kernel.all_branches" branches_base:"standard/preempt-rt" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/preempt-rt/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n": }}
|
||||
KBRANCH_{{=machine}} = "{{=existing_kbranch}}"
|
||||
|
||||
{{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}}
|
||||
{{ if smp == "y": }}
|
||||
KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-preempt-rt.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto-rt_{{=machine}} ?= "c3fa9782d3c6caabbca85d56fc4ace0ba97b9d9e"
|
||||
#SRCREV_meta_pn-linux-yocto-rt_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
||||
COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}"
|
||||
|
||||
{{ input type:"boolean" name:"need_new_kbranch" prio:"20" msg:"Do you need a new machine branch for this BSP (the alternative is to re-use an existing branch)? [y/n]" default:"y" }}
|
||||
|
||||
{{ if need_new_kbranch == "y": }}
|
||||
{{ input type:"choicelist" name:"new_kbranch" gen:"bsp.kernel.all_branches" branches_base:"standard/tiny" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/tiny/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n": }}
|
||||
{{ input type:"choicelist" name:"existing_kbranch" gen:"bsp.kernel.all_branches" branches_base:"standard/tiny" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/tiny/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n": }}
|
||||
KBRANCH_{{=machine}} = "{{=existing_kbranch}}"
|
||||
|
||||
{{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}}
|
||||
{{ if smp == "y": }}
|
||||
KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-tiny.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.14"
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
||||
COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}"
|
||||
|
||||
{{ input type:"boolean" name:"need_new_kbranch" prio:"20" msg:"Do you need a new machine branch for this BSP (the alternative is to re-use an existing branch)? [y/n]" default:"y" }}
|
||||
|
||||
{{ if need_new_kbranch == "y": }}
|
||||
{{ input type:"choicelist" name:"new_kbranch" gen:"bsp.kernel.all_branches" branches_base:"standard/tiny" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/tiny/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n": }}
|
||||
{{ input type:"choicelist" name:"existing_kbranch" gen:"bsp.kernel.all_branches" branches_base:"standard/tiny" prio:"20" msg:"Please choose a machine branch to base this BSP on:" default:"standard/tiny/base" }}
|
||||
|
||||
{{ if need_new_kbranch == "n": }}
|
||||
KBRANCH_{{=machine}} = "{{=existing_kbranch}}"
|
||||
|
||||
{{ input type:"boolean" name:"smp" prio:"30" msg:"Do you need SMP support? (y/n)" default:"y"}}
|
||||
{{ if smp == "y": }}
|
||||
KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-tiny.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
|
|
@ -29,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.4.34"
|
||||
#LINUX_VERSION = "3.14"
|
||||
Loading…
Reference in New Issue
Block a user