diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-11-28 11:43:48 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-06 22:56:03 +0000 |
| commit | 7d06e4e30b39a901a3d0b263d5de43f954c3270b (patch) | |
| tree | 1ccddaec4511e376b4239293b4f9772f0af76ab7 /meta-yocto-bsp/conf | |
| parent | fd2c5609971221414492c27014e6710c2bf09655 (diff) | |
| download | poky-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')
| -rw-r--r-- | meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 4 |
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 | ||
| 17 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware" | 17 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware" |
| 18 | 18 | ||
| 19 | GLIBC_ADDONS = "nptl" | ||
| 20 | |||
| 21 | EXTRA_OECONF:append:pn-matchbox-panel-2 = " --with-battery=acpi" | ||
| 22 | |||
| 23 | IMAGE_FSTYPES += "wic wic.bmap" | 19 | IMAGE_FSTYPES += "wic wic.bmap" |
| 24 | WKS_FILE ?= "genericx86.wks.in" | 20 | WKS_FILE ?= "genericx86.wks.in" |
| 25 | EFI_PROVIDER ??= "grub-efi" | 21 | EFI_PROVIDER ??= "grub-efi" |
