<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/tmp/openbmc.git/meta-openpower, branch warrior</title>
<subtitle>OpenBMC Distribution (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/tmp/openbmc.git/atom?h=warrior</id>
<link rel='self' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/atom?h=warrior'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/'/>
<updated>2019-06-26T20:57:51+00:00</updated>
<entry>
<title>Avahi: Adding Asset interface in the script to generate unique hostname</title>
<updated>2019-06-26T20:57:51+00:00</updated>
<author>
<name>asmithakarun</name>
<email>asmithkr@in.ibm.com</email>
</author>
<published>2019-06-26T07:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=57f0a3e75b5f31b978a253ba486fa73d77245b38'/>
<id>urn:sha1:57f0a3e75b5f31b978a253ba486fa73d77245b38</id>
<content type='text'>
xyz.openbmc_project.Inventory.Item.Bmc is a null
interface where the SerialNumber is not present.
xyz.openbmc_project.Inventory.Decorator.Asset
interface contains the SerialNumber and is replaced
in place of the former interface.

Tested by:

1. Finding SerialNumber in Inventory interface
   - busctl introspect xyz.openbmc_project.Inventory.Manager /xyz/openbmc_project/inventory/system/chassis/motherboard/boxelder/bmc

output:
   [[0;1;39mxyz.openbmc_project.Inventory.Decorator.Asset      [[0m interface -         -                  -
   .BuildDate                                          property  s         ""                 emits-change writable
   .Manufacturer                                       property  s         "IPS             " emits-change writable
   .Model                                              property  s         ""                 emits-change writable
   .PartNumber                                         property  s         "01DH137         " emits-change writable
   .SerialNumber                                       property  s         "YL10UF76W015    " emits-change writable

2. Finding hostname
   - hostname

output:
   witherspoon

(From meta-openpower rev: cb0591457e1af5e79e8ac63770897ec1f25a1d51)

Signed-off-by: asmithakarun &lt;asmithkr@in.ibm.com&gt;
Change-Id: Ia7234471503562cfcbe14630e2e1352a3a84062e
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>meta-openpower: first-boot-set-mac: use BPN</title>
<updated>2019-06-26T14:07:26+00:00</updated>
<author>
<name>Brad Bishop</name>
<email>bradleyb@fuzziesquirrel.com</email>
</author>
<published>2019-06-21T13:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=558caeab44a47c4a715bb0cfb32a148bf533c425'/>
<id>urn:sha1:558caeab44a47c4a715bb0cfb32a148bf533c425</id>
<content type='text'>
Avoid a new QA warning:

SRC_URI uses PN not BPN [src-uri-bad]

(From meta-openpower rev: 3ba5cd5ddaa2536ed583ee5ad47732d82577623f)

Change-Id: I328253a3d1348bfde764a8a4b2485f09c62249cf
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>openpower-pnor-code-mgmt: srcrev bump 851bc064b2..10e915abf1</title>
<updated>2019-06-21T22:08:12+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2019-06-21T15:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=064059ad2a8991079d64bd1fa907084884873220'/>
<id>urn:sha1:064059ad2a8991079d64bd1fa907084884873220</id>
<content type='text'>
Adriana Kobylak (1):
      Move script and systemd service files into repo

(From meta-openpower rev: eeca4577ce2dc143bfb1c1de2710a26985d7ad2a)

Change-Id: Iff9cf0ec18112b6985c1522287858a772b323de5
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>Set RemainAfterExit for hostboot-settings service</title>
<updated>2019-06-21T22:08:12+00:00</updated>
<author>
<name>Lei YU</name>
<email>mine260309@gmail.com</email>
</author>
<published>2019-05-24T05:51:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=81172cc41a632513ddd4900c89836929a94e352a'/>
<id>urn:sha1:81172cc41a632513ddd4900c89836929a94e352a</id>
<content type='text'>
The service hostboot-settings is required by multi-user.target and
thus will be started by default. In case multi-user.target is started
for multiple times, this service will be startd for multiple times as
well, and eventually get start-limit-hit failure.

This commit adds RemainAfterExit=true so the service will be treated as
started and thus will not be started for multiple times.

Resolves openbmc/openbmc#3544

Tested: Reboot Romulus BMC when the host is on, and verify the BMC gets
        READY state after reboot, and verify the service is only started
        once.

(From meta-openpower rev: c55b7debc67b1cf863b6c171334015c0731613eb)

Change-Id: Ia253f7d2e038a2a2072f602115a613d86fa2d25a
Signed-off-by: Lei YU &lt;mine260309@gmail.com&gt;
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>Enable logging option in bmcweb</title>
<updated>2019-06-21T01:45:11+00:00</updated>
<author>
<name>Santosh Puranik</name>
<email>santosh.puranik@in.ibm.com</email>
</author>
<published>2019-06-18T10:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=48b1a11188184b0a63a6e27923bf4a5fb85e2b5b'/>
<id>urn:sha1:48b1a11188184b0a63a6e27923bf4a5fb85e2b5b</id>
<content type='text'>
This commit enables the BMCWEB_ENABLE_LOGGING_MW flag
in bmcweb compilation.

This turns ON REST and Redfish traffic logging.

The commit that enables this feature in bmcweb is:
https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/22699

(From meta-openpower rev: 6f454709e775d9708836383f7d54458b745192bd)

Change-Id: I578c6a5b0f7d9fe9e8f98a42199632ee164b980a
Signed-off-by: Santosh Puranik &lt;santosh.puranik@in.ibm.com&gt;
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>meta-openpower: startup order in first-boot-set-*</title>
<updated>2019-06-19T20:25:18+00:00</updated>
<author>
<name>Alexander Filippov</name>
<email>a.filippov@yadro.com</email>
</author>
<published>2019-06-10T16:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=d9d104174e7825967bdc321a4e786ffc2d695a1f'/>
<id>urn:sha1:d9d104174e7825967bdc321a4e786ffc2d695a1f</id>
<content type='text'>
Adds missing dependency to unit files for first-boot-set-mac and
first-boot-set-hostname services.

(From meta-openpower rev: 1c2db54d25f5cdf23cc8bf491c8e21195ff554a7)

Change-Id: I0e2c6c3597dff9dee290dc10b8ff994c35a8375d
Signed-off-by: Alexander Filippov &lt;a.filippov@yadro.com&gt;
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>meta-openpower: fix logging in first-boot-set-*</title>
<updated>2019-06-19T20:25:18+00:00</updated>
<author>
<name>Alexander Filippov</name>
<email>a.filippov@yadro.com</email>
</author>
<published>2019-06-10T15:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=c2102a416e874aaf612dd21d87c11d89a67c0da4'/>
<id>urn:sha1:c2102a416e874aaf612dd21d87c11d89a67c0da4</id>
<content type='text'>
Makes the showing of the warnings  in the first-boot-set-mac.sh and
first-boot-set-hostname.sh are same

If the script runs manually the warning messages are shown on STDERR.
If the script runs as a systemd unit the warning messages  are shown in
a system journal.

(From meta-openpower rev: f80fbdb15330f694e4f80992470605d46b998efd)

Change-Id: I44bdc5ff3ad6bee3bcae2d2a0e574cac3353cdde
Signed-off-by: Alexander Filippov &lt;a.filippov@yadro.com&gt;
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>openpower-pnor-code-mgmt: srcrev bump b8cb0cc9d9..851bc064b2</title>
<updated>2019-06-19T00:45:10+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2019-06-18T16:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=c7537e7c9f1306129bc0f793c217c6646191b45e'/>
<id>urn:sha1:c7537e7c9f1306129bc0f793c217c6646191b45e</id>
<content type='text'>
Adriana Kobylak (2):
      generate-tar: Always remove scratch dir
      generate-tar: Extract PNOR contents to a subdir

(From meta-openpower rev: 047f00ebe96fcb63358c550b53768513f9d835ee)

Change-Id: I4e63d19246afd059ec9ace38152b109a40cb3081
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>Fix bmcweb append in openpower</title>
<updated>2019-06-18T19:08:26+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>geissonator@yahoo.com</email>
</author>
<published>2019-06-18T13:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=e791d7e3247b6891f17eb40c474b4e64a07ac2ab'/>
<id>urn:sha1:e791d7e3247b6891f17eb40c474b4e64a07ac2ab</id>
<content type='text'>
Tested:
Booted up Romulus in QEMU and verified the following:
- bmcweb started without error
- Redfish command to view dbus event logs worked

(From meta-openpower rev: 3169d777af83bc2e8ede83d28168c20155924d2a)

Change-Id: I03828b46b83721e7e63d2a2670c113ffd08a51ce
Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>pdbg: Bump version to 2.1</title>
<updated>2019-06-14T12:18:43+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2019-06-13T07:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=6bf59f3f876d3a8b70f7acc8f1255f16f73450b8'/>
<id>urn:sha1:6bf59f3f876d3a8b70f7acc8f1255f16f73450b8</id>
<content type='text'>
Upstream changes:

 - libpdbg API clean-up
 - Path based targetting
 - POWER8 sreset fixes
 - gdbserver

(From meta-openpower rev: b04dd8356006348552b41a81994404299af52a4d)

Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
Change-Id: I625ef7adceb7b0086c424dfe764ed442528e6a16
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
</feed>
