summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-bsp
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2021-09-29 09:53:36 +0300
committerJayanth Othayoth <ojayanth@in.ibm.com>2021-09-29 09:53:36 +0300
commit934d28d603988c0e55771d1cb4574384ee86f17f (patch)
tree055ff9ca77c288c63a8b341908191f22937c6656 /meta-openpower/recipes-bsp
parent830b10a82cd089ef144de7684c47540bb08b06e2 (diff)
downloadopenbmc-934d28d603988c0e55771d1cb4574384ee86f17f.tar.xz
openpower: phal utility library support
phal(power hardware abstraction layer) utility library Utility library functions for PHAL repository provided APIs. This is mainly intended for advanced RAS support for phal provided APIs in a common place. Also provides c++ wrapper around some of libpdbg functionality. This commit enabled build support for libphal libarary source code is available here https://github.com/open-power/ipl/blob/main/libphal/ Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I976133727ae7b632baf5d1a38c6c433b9c8b641c
Diffstat (limited to 'meta-openpower/recipes-bsp')
-rw-r--r--meta-openpower/recipes-bsp/ipl/ipl_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openpower/recipes-bsp/ipl/ipl_git.bb b/meta-openpower/recipes-bsp/ipl/ipl_git.bb
index 7d6163dc8..61e32e9a4 100644
--- a/meta-openpower/recipes-bsp/ipl/ipl_git.bb
+++ b/meta-openpower/recipes-bsp/ipl/ipl_git.bb
@@ -20,4 +20,4 @@ DEPENDS = " \
RDEPENDS:${PN} = "phal-devtree"
-EXTRA_OECONF = "CHIP=p10"
+EXTRA_OECONF = "CHIP=p10 --enable-libphal"