Skip to content

Commit

Permalink
meta-ampere: ipmid: Support User Mgmt headers
Browse files Browse the repository at this point in the history
Add the user_mgmt.hpp to Makefile.am file for access from external.

Signed-off-by: Hieu Huynh <[email protected]>
  • Loading branch information
hieuhuynh-ampere authored and thangqn-ampere committed Jun 30, 2021
1 parent eb0522e commit 7156af1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
From 0440cef8a5901290608dfa36614ab4bf226cf62c Mon Sep 17 00:00:00 2001
From: Hieu Huynh <[email protected]>
Date: Tue, 25 May 2021 10:07:17 +0000
Subject: [PATCH] Add the user_mgmt.hpp to Makefile.am file for access from
external

This commit adds the user_mgmt.hpp to Makefile.am file for access
from external.

Signed-off-by: Hieu Huynh <[email protected]>
---
Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 82fdd5d..e7f64dc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -181,7 +181,8 @@ endif

nobase_include_HEADERS = \
user_channel/channel_layer.hpp \
- user_channel/user_layer.hpp
+ user_channel/user_layer.hpp \
+ user_channel/user_mgmt.hpp

# Forcing the build of self and then subdir
SUBDIRS = include libipmid libipmid-host user_channel . test softoff
--
2.17.1

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ EXTRA_OECONF_mtjade = " \
SRC_URI += "file://0001-mtjade-FRU-Updated-the-phosphor-host-ipmid-to-handle.patch \
file://0002-Implement-the-set-get-system-boot-option-parameters.patch \
file://0003-Correct-ipmitool-get-system-guid.patch \
file://0004-Add-the-user_mgmt.hpp-to-Makefile.am-file-for-access.patch \
file://0005-correct-the-hard-reset-command.patch \
"

do_install_append_mtjade(){
Expand Down

0 comments on commit 7156af1

Please sign in to comment.