ipmi: fix broken asset tag function

The Asset Tag command was implemented via
https://github.com/openbmc/openbmc/commit/8af3309b, but broke via
https://github.com/openbmc/openbmc/commit/b1009126. The latter commit
did do the right thing though, the former commit had to use an append
operator instead of a weak default value, when specifying a value other
than "". The weak default value will not be set at all, when a
previously assigned value is found.

Resolves openbmc/openbmc#2867.

Change-Id: Iddfff7d894e587875898777e3ab272d55654f833
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
1 file changed
tree: cf27aa7a977be04c785bc56ce9eab40bc0fb4a51
  1. classes/
  2. common/
  3. conf/
  4. COPYING.apache-2.0
  5. COPYING.MIT
  6. LICENSE
  7. README.md
README.md

OpenBMC

meta-phosphor is the OpenBMC layer. This layer should be included for all OpenBMC systems. The OpenBMC layer contains content which is shared between all OpenBMC systems.