commit | 3387b3ec573a8ffc622d30d58374cc053ab5485c | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sun Nov 08 10:10:19 2020 -0500 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Thu Nov 12 16:25:19 2020 +0000 |
tree | 2f5b1040e2ced9dc9632bb0cf0a2079d7653d765 | |
parent | a0fa15bbb1c8f395222b66b5072729ff41fb6ee4 [diff] |
systemd: avoid {BUSNAME} The idiomatic way to replace tokens is with autoconf or with the meson configure_file directive, so avoid relying on bitbake recipes to replace tokens. In this case, don't bother with a replaceable token because the service name is already hardcoded in a variety of other places and because, changing well-known DBus names is something to avoid anyway. Change-Id: I4341ec0e3d809153571cc70d3bc71153fd72f552 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.