From: Dixit Parmar <dixitparmar19@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Dixit Parmar <dixitparmar19@gmail.com>
Subject: [PATCH 1/1] matchbox-panel-2: add sysfs support
Date: Sun, 20 Oct 2024 17:09:42 +0530 [thread overview]
Message-ID: <20241020113942.452797-1-dixitparmar19@gmail.com> (raw)
This configures matchbox-panel-2 to use sysfs based
mechanism to retrieve power_supply information.
Kept previous options(acpi, apm) as it is because the
configure.ac allows only single configuration at a time.
Signed-off-by: Dixit Parmar <dixitparmar19@gmail.com>
---
meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb
index 3dec68b963..a0e7110534 100644
--- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb
+++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb
@@ -30,6 +30,7 @@ SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master \
EXTRA_OECONF = "--enable-startup-notification --enable-dbus"
EXTRA_OECONF += " ${@bb.utils.contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}"
EXTRA_OECONF += " ${@bb.utils.contains("MACHINE_FEATURES", "apm", "--with-battery=apm", "",d)}"
+EXTRA_OECONF += "--with-battery=sysfs"
S = "${WORKDIR}/git"
--
2.43.0
next reply other threads:[~2024-10-20 11:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-20 11:39 Dixit Parmar [this message]
2024-10-21 10:31 ` [OE-core] [PATCH 1/1] matchbox-panel-2: add sysfs support Alexander Kanavin
2024-10-21 11:58 ` Dixit Parmar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241020113942.452797-1-dixitparmar19@gmail.com \
--to=dixitparmar19@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox