]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
yocto-bsp: Drop GLIBC_ADDONS setting
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Jul 2014 08:09:54 +0000 (08:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Jul 2014 08:11:48 +0000 (09:11 +0100)
This has been copied and pasted around and is not needed, simply drop it.
The defaults in the recipe work just fine.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf
scripts/lib/bsp/substrate/target/arch/x86_64/conf/machine/{{=machine}}.conf

index 932fd79bb9d7fd956c8f757d61975d6e2937733e..0df4dc20352aeba5fb5783a0bb42b8ee8c024948 100644 (file)
@@ -60,8 +60,6 @@ XSERVER ?= "${XSERVER_X86_BASE} \
 
 MACHINE_EXTRA_RRECOMMENDS += "linux-firmware v86d"
 
-GLIBC_ADDONS = "nptl"
-
 EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
 
 {{ if xserver == "y" and xserver_choice == "xserver_vesa": }}
index 53e8e92e6deb26bd591b077e17e2bf69eca7908b..0780af90da7b6c15bb1b3b4085ded22d793b7bcd 100644 (file)
@@ -50,8 +50,6 @@ XSERVER ?= "${XSERVER_X86_BASE} \
 
 MACHINE_EXTRA_RRECOMMENDS += "linux-firmware v86d"
 
-GLIBC_ADDONS = "nptl"
-
 EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
 
 {{ if xserver == "y" and xserver_choice == "xserver_vesa": }}