diff mbox series

genericx86: remove redundant assignments

Message ID 20231128114333.1591098-1-ross.burton@arm.com
State New
Headers show
Series genericx86: remove redundant assignments | expand

Commit Message

Ross Burton Nov. 28, 2023, 11:43 a.m. UTC
From: Ross Burton <ross.burton@arm.com>

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.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 4 ----
 1 file changed, 4 deletions(-)

Comments

Ross Burton Nov. 28, 2023, 11:44 a.m. UTC | #1
Wrong list, sorry.

Ross

> On 28 Nov 2023, at 11:43, Ross Burton via lists.openembedded.org <ross.burton=arm.com@lists.openembedded.org> wrote:
> 
> From: Ross Burton <ross.burton@arm.com>
> 
> 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.
> 
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
> meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 4 ----
> 1 file changed, 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 e0cb7157135..f6a030b1844 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} \
> 
> MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware"
> 
> -GLIBC_ADDONS = "nptl"
> -
> -EXTRA_OECONF:append:pn-matchbox-panel-2 = " --with-battery=acpi"
> -
> IMAGE_FSTYPES += "wic wic.bmap"
> WKS_FILE ?= "mkefidisk.wks.in"
> EFI_PROVIDER ??= "grub-efi"
> -- 
> 2.34.1
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#191361): https://lists.openembedded.org/g/openembedded-core/message/191361
> Mute This Topic: https://lists.openembedded.org/mt/102848837/6875888
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ross.burton@arm.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
index e0cb7157135..f6a030b1844 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} \
 
 MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware"
 
-GLIBC_ADDONS = "nptl"
-
-EXTRA_OECONF:append:pn-matchbox-panel-2 = " --with-battery=acpi"
-
 IMAGE_FSTYPES += "wic wic.bmap"
 WKS_FILE ?= "mkefidisk.wks.in"
 EFI_PROVIDER ??= "grub-efi"