Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,17 @@ It can be found here https://github.com/pmem/ndctl if not available as a package
### building latest (03.00.00.xxxx) on Linux
1. clone the ipmctl and edk2 repositories:

`git clone -b development https://github.com/intel/ipmctl.git`
`git clone -b master https://github.com/intel/ipmctl.git`

`git clone https://github.com/tianocore/edk2.git`

`cd ipmctl`

2. Give execution permissions to the .sh files:

`chmod +x *.sh`

4. Run updateedk.sh, this will copy relevant folders from edk2 into ipmctl
2. Run updateedk.sh, this will copy relevant folders from edk2 into ipmctl

`./updateedk.sh`

5. Build the ipmctl rpms specifying the version number to use
3. Build the ipmctl rpms specifying the version number to use

`./rpmbuild.sh 03.00.00.1234`

Expand Down