#
12f60da0 |
| 12-May-2022 |
George Liu <liuxiwei@inspur.com> |
Remove compilation using autotools
The intent behind this commit is build P-I-M with meson, so need to remove files related to autotools.
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id:
Remove compilation using autotools
The intent behind this commit is build P-I-M with meson, so need to remove files related to autotools.
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I886726460fe46c69163d743cab5164d3774f2979
show more ...
|
#
99e66a03 |
| 06-Mar-2019 |
Matt Spinler <spinler@us.ibm.com> |
Load the associations definitions Parse the JSON file to load in the _associations data structures. Any failures will cause an exception to be thrown that will crash the app.
Load the associations definitions Parse the JSON file to load in the _associations data structures. Any failures will cause an exception to be thrown that will crash the app. The JSON looks like: [ { "path": "The relative path of the inventory object to create the org.openbmc.Associations interface on." "endpoints": [ { "types": { "fType": "The forward association type." "rType": "The reverse association type." }, "paths": [ "The list of association endpoints for this inventory path and association type." ] } ] } ] Change-Id: I098fdc607f0c3ab2861f9b33e3e0d46e4989bd7a Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
#
3bb98f29 |
| 10-Oct-2018 |
Matthew Barth <msbarth@us.ibm.com> |
Update .gitignore Change-Id: I116aaf2ccc4ce6a68cff19ee5ed785bcfacccad5 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
|
#
a6fcd567 |
| 03-Feb-2017 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
build: split app/test pimgen invocation Run pimgen twice, once for the application with the real YAML and once for the testcase with the example YAML so that the testcase can run and
build: split app/test pimgen invocation Run pimgen twice, once for the application with the real YAML and once for the testcase with the example YAML so that the testcase can run and build sucessfully when an alternate YAML tree is provided. Move extra interface rule generation from pimgen to a makefile generating script. Change-Id: Ib0c01bd2207007b815019232a466fa16889f2005 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
#
7cc13c3b |
| 22-Nov-2016 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
Add gitignore Change-Id: Id6bf8564ea4b99dbd80d0326359e2c3ad8e3ab7d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|