summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/libpldm
AgeCommit message (Collapse)AuthorFilesLines
2023-07-04meta-phosphor: libpldm: Rework ABI PACKAGECONFIG configurationAndrew Jeffery1-1/+1
Define three categories of ABI configuration via PACKAGECONFIG: 1. abi-production: Only deprecated and stable symbols are exposed 2. abi-maintenance: Only stable and testing symbols are exposed 3. abi-development: All deprecated, stable and testing symbols are exposed This makes it relatively straight-forward to perform broad testing for use of deprecated functions by setting `PACKAGECONFIG = "abi-maintenance"` in a `libpldm_%.bbappend` in the relevant meta layer. However, build for abi-production by default. Change-Id: I9df824e2543829dbe66a7203240e5367ffded3e3 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2022-09-30Add new libpldm recipeManojkiran Eda1-0/+1
This is a dummy recipe which points to the existing pldm repository but enables only building the libpldm shared library. This recipe would point to the libpldm.git once the migration is complete. Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I1aef3702b5b05f389c6a24e752e44daff57afd6e