diff options
Diffstat (limited to 'scripts/lib/bsp')
-rw-r--r-- | scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf | 2 | ||||
-rw-r--r-- | scripts/lib/bsp/substrate/target/arch/x86_64/conf/machine/{{=machine}}.conf | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf index 932fd79bb9..0df4dc2035 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf +++ b/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf | |||
@@ -60,8 +60,6 @@ XSERVER ?= "${XSERVER_X86_BASE} \ | |||
60 | 60 | ||
61 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware v86d" | 61 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware v86d" |
62 | 62 | ||
63 | GLIBC_ADDONS = "nptl" | ||
64 | |||
65 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" | 63 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" |
66 | 64 | ||
67 | {{ if xserver == "y" and xserver_choice == "xserver_vesa": }} | 65 | {{ if xserver == "y" and xserver_choice == "xserver_vesa": }} |
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 53e8e92e6d..0780af90da 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 | |||
@@ -50,8 +50,6 @@ XSERVER ?= "${XSERVER_X86_BASE} \ | |||
50 | 50 | ||
51 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware v86d" | 51 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware v86d" |
52 | 52 | ||
53 | GLIBC_ADDONS = "nptl" | ||
54 | |||
55 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" | 53 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" |
56 | 54 | ||
57 | {{ if xserver == "y" and xserver_choice == "xserver_vesa": }} | 55 | {{ if xserver == "y" and xserver_choice == "xserver_vesa": }} |