commit | a1adb0777e370103ab9f3e7f8788f74975c69897 | [log] [tgz] |
---|---|---|
author | David Cobbley <david.j.cobbley@linux.intel.com> | Tue Nov 21 15:58:13 2017 -0800 |
committer | David Cobbley <david.j.cobbley@linux.intel.com> | Thu Jan 04 15:27:45 2018 -0800 |
tree | dca82cfd0f5fe7b06024c0b2a8fbf4bdeed8103f | |
parent | 5bfbde351aabe2096de99ee959a8a2e50edcf84c [diff] |
Get Device ID - JSON This reads in all the get device ID parameters via a JSON file in the rootfs. Using a file in the rootfs will give much more flexibility to consumers of openbmc. Each ODM can simply bbappend their dev_id.json with their own specific get device ID info in. Now you can compile in the required info at build time, or modify during run time if needed. It also does not require any additional compilers/scripts to generate a yaml file. Change-Id: I44dfda54fa1762f88973ad709bf7a50bf32e492d Signed-off-by: David Cobbley <david.j.cobbley@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To full clean the repository again run ./bootstrap.sh clean
.