summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/x86_64/conf/machine/{{=machine}}.conf
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/x86_64/conf/machine/{{=machine}}.conf')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/x86_64/conf/machine/{{=machine}}.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/x86_64/conf/machine/{{=machine}}.conf
index 0780af90da..230c2fcfc0 100644
--- a/scripts/lib/bsp/substrate/target/arch/x86_64/conf/machine/{{=machine}}.conf
+++ b/scripts/lib/bsp/substrate/target/arch/x86_64/conf/machine/{{=machine}}.conf
@@ -36,6 +36,8 @@ MACHINE_FEATURES += "wifi efi pcbios"
36{{ input type:"choice" val:"xserver_vesa" msg:"VESA xserver support" }} 36{{ input type:"choice" val:"xserver_vesa" msg:"VESA xserver support" }}
37{{ input type:"choice" val:"xserver_i915" msg:"i915 xserver support" }} 37{{ input type:"choice" val:"xserver_i915" msg:"i915 xserver support" }}
38{{ input type:"choice" val:"xserver_i965" msg:"i965 xserver support" }} 38{{ input type:"choice" val:"xserver_i965" msg:"i965 xserver support" }}
39{{ input type:"choice" val:"xserver_fbdev" msg:"fbdev xserver support" }}
40{{ input type:"choice" val:"xserver_modesetting" msg:"modesetting xserver support" }}
39{{ if xserver == "y": }} 41{{ if xserver == "y": }}
40XSERVER ?= "${XSERVER_X86_BASE} \ 42XSERVER ?= "${XSERVER_X86_BASE} \
41 ${XSERVER_X86_EXT} \ 43 ${XSERVER_X86_EXT} \
@@ -45,12 +47,18 @@ XSERVER ?= "${XSERVER_X86_BASE} \
45 ${XSERVER_X86_I915} \ 47 ${XSERVER_X86_I915} \
46{{ if xserver == "y" and xserver_choice == "xserver_i965": }} 48{{ if xserver == "y" and xserver_choice == "xserver_i965": }}
47 ${XSERVER_X86_I965} \ 49 ${XSERVER_X86_I965} \
50{{ if xserver == "y" and xserver_choice == "xserver_fbdev": }}
51 ${XSERVER_X86_FBDEV} \
52{{ if xserver == "y" and xserver_choice == "xserver_modesetting": }}
53 ${XSERVER_X86_MODESETTING} \
48{{ if xserver == "y": }} 54{{ if xserver == "y": }}
49 " 55 "
50 56
51MACHINE_EXTRA_RRECOMMENDS += "linux-firmware v86d" 57MACHINE_EXTRA_RRECOMMENDS += "linux-firmware v86d eee-acpi-scripts"
52 58
53EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" 59EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
54 60
61GLIBC_ADDONS = "nptl"
62
55{{ if xserver == "y" and xserver_choice == "xserver_vesa": }} 63{{ if xserver == "y" and xserver_choice == "xserver_vesa": }}
56APPEND += "video=vesafb vga=0x318" 64APPEND += "video=vesafb vga=0x318"