openpower-software-manager-ubi: install obmc-flash-bios into bin

OpenBMC executables should be installed in bin, reference:
https://github.com/openbmc/docs/blob/master/anti-patterns.md#placement-of-applications-in-sbin-or-usrsbin

The systemd service files for the openpower updater still run:
"ExecStart=/usr/bin/env obmc-flash-bios" so this change does
not affect them. A subsequent commit will change them to point
to bin.

Tested: Verified obmc-flash-bios was in /usr/bin/ in the BMC and
        that a PNOR code update was successful.

Change-Id: Ie6a637c9223ea1f0c4b6920b70adae8c0667de3c
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
1 file changed
tree: 6547371a27d06907ce5ac71c336b21b78fd9bd4d
  1. classes/
  2. conf/
  3. recipes-bsp/
  4. recipes-phosphor/
  5. COPYING.apache-2.0
  6. COPYING.MIT
  7. LICENSE
  8. MAINTAINERS
  9. README.md
README.md

OpenPOWER

meta-openpower is the OpenPOWER layer and should be included in all OpenPOWER systems' bblayers.conf. More information on OpenPOWER can be found here.