commit | 2a3d9f5c2be91c370225e8547f62466f49b50025 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed May 06 10:46:32 2020 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Wed May 06 11:42:45 2020 -0500 |
tree | 21f573d9c223953334e0ca11e9c302f98d94f02b | |
parent | 1bb6dcb4a1ea8dca818d17fec834aa9e2482c4b4 [diff] |
version: getBMCVersion: Support value without quotes Yocto upstream has removed the quotes from the VERSION_ID value in os-release[1]. Update getBMCVersion() to support unquoted values. [1]: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=4d98363d59cd422b6357148bc0862256ca2076cb Closes openbmc/phosphor-bmc-code-mgmt#4 Tested: Added unit test cases and verified on a witherspoon with and without quotes. Change-Id: I904a90a611e43722955fb31b1a4b673b1e6e725f Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
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`.