summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-11-28 11:43:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-06 22:56:03 +0000
commit7d06e4e30b39a901a3d0b263d5de43f954c3270b (patch)
tree1ccddaec4511e376b4239293b4f9772f0af76ab7 /meta-yocto-bsp/conf/machine
parentfd2c5609971221414492c27014e6710c2bf09655 (diff)
downloadpoky-7d06e4e30b39a901a3d0b263d5de43f954c3270b.tar.gz
genericx86: remove redundant assignments
GLIBC_ADDONS was removed from the glibc recipe in 2018 (oe-core 9dc9983). matchbox-panel-2 uses the ACPI battery by default if the machine has the 'acpi' feature, which genericx86 has. (From meta-yocto rev: 0e50dbf558fda7595f5cb13667cbe0a01481a9f5) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine')
-rw-r--r--meta-yocto-bsp/conf/machine/include/genericx86-common.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
index e3badebf86..24d427a360 100644
--- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
+++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
@@ -16,10 +16,6 @@ XSERVER ?= "${XSERVER_X86_BASE} \
16 16
17MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware" 17MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware"
18 18
19GLIBC_ADDONS = "nptl"
20
21EXTRA_OECONF:append:pn-matchbox-panel-2 = " --with-battery=acpi"
22
23IMAGE_FSTYPES += "wic wic.bmap" 19IMAGE_FSTYPES += "wic wic.bmap"
24WKS_FILE ?= "genericx86.wks.in" 20WKS_FILE ?= "genericx86.wks.in"
25EFI_PROVIDER ??= "grub-efi" 21EFI_PROVIDER ??= "grub-efi"