summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf11
1 files changed, 6 insertions, 5 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
index 08bb9f193d..3856b38b13 100644
--- a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
+++ b/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
@@ -9,6 +9,7 @@ MACHINE_FEATURES = "screen keyboard pci usbhost ext2 ext3 serial"
9 9
10KERNEL_IMAGETYPE = "vmlinux" 10KERNEL_IMAGETYPE = "vmlinux"
11KERNEL_ALT_IMAGETYPE = "vmlinux.bin" 11KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
12KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment"
12 13
13{{ if kernel_choice == "custom": preferred_kernel = "linux-yocto-custom" }} 14{{ if kernel_choice == "custom": preferred_kernel = "linux-yocto-custom" }}
14{{ if kernel_choice == "linux-yocto-dev": preferred_kernel = "linux-yocto-dev" }} 15{{ if kernel_choice == "linux-yocto-dev": preferred_kernel = "linux-yocto-dev" }}
@@ -23,13 +24,13 @@ PREFERRED_VERSION_{{=preferred_kernel}} ?= "{{=preferred_kernel_version}}%"
23 24
24{{ input type:"boolean" name:"xserver" prio:"50" msg:"Do you need support for X? (y/n)" default:"y" }} 25{{ input type:"boolean" name:"xserver" prio:"50" msg:"Do you need support for X? (y/n)" default:"y" }}
25{{ if xserver == "y": }} 26{{ if xserver == "y": }}
26PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" 27PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
27XSERVER = "xserver-xorg \ 28XSERVER ?= "xserver-xorg \
28 xserver-xorg-extension-extmod \ 29 xf86-input-evdev \
29 xf86-input-evdev \ 30 xf86-video-fbdev"
30 xf86-video-fbdev"
31 31
32SERIAL_CONSOLE = "115200 ttyS0" 32SERIAL_CONSOLE = "115200 ttyS0"
33USE_VT ?= "0"
33 34
34MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 35MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
35 36