From: Sam Bobroff <sam.bobroff@au1.ibm.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/2] Improve powerpc-utils with librtas
Date: Fri, 8 May 2015 14:27:47 +1000 [thread overview]
Message-ID: <cover.1431059241.git.sam.bobroff@au1.ibm.com> (raw)
Many useful functions are missing from powerpc-utils when built by
buildroot, because they depend on librtas which is not included.
This set adds the librtas package, a small patch to fix a problem with
it's make install target, and tweaks the powerpc-utils config
to include it. This makes the following additional programs available
from powerpc-utils:
* uesensor
* set_poweron_time
* drmgr
* lsslot
* activate_firmware
* rtas_ibm_get_vpd
* serv_config
* rtas_event_decode
* sys_ident
Sam Bobroff (2):
librtas: new package
powerpc-utils: remove --without-librtas
package/Config.in | 1 +
package/librtas/Config.in | 9 +++++++++
package/librtas/librtas.mk | 27 +++++++++++++++++++++++++++
package/librtas/missing-librtas.so.1.patch | 11 +++++++++++
package/powerpc-utils/Config.in | 1 +
package/powerpc-utils/powerpc-utils.mk | 3 +--
6 files changed, 50 insertions(+), 2 deletions(-)
create mode 100644 package/librtas/Config.in
create mode 100644 package/librtas/librtas.mk
create mode 100644 package/librtas/missing-librtas.so.1.patch
--
1.7.10.4
next reply other threads:[~2015-05-08 4:27 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-08 4:27 Sam Bobroff [this message]
2015-05-08 4:27 ` [Buildroot] [PATCH 1/2] librtas: new package Sam Bobroff
2015-05-08 4:52 ` Baruch Siach
2015-05-08 5:37 ` Sam Bobroff
2015-05-08 7:42 ` Peter Korsgaard
2015-05-10 23:58 ` Sam Bobroff
2015-05-11 9:31 ` Thomas Petazzoni
2015-05-08 4:27 ` [Buildroot] [PATCH 2/2] powerpc-utils: remove --without-librtas Sam Bobroff
2015-05-08 4:57 ` Baruch Siach
2015-05-11 0:43 ` Sam Bobroff
2015-05-11 4:34 ` Baruch Siach
2015-05-11 5:53 ` Sam Bobroff
2015-05-11 6:00 ` Baruch Siach
2015-05-11 7:56 ` Peter Korsgaard
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=cover.1431059241.git.sam.bobroff@au1.ibm.com \
--to=sam.bobroff@au1.ibm.com \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.