From 3f5a2ee01519be440e16c87992cc42d2d4d9b9be Mon Sep 17 00:00:00 2001 From: "Gromadzki, Tomasz" Date: Sat, 18 Mar 2023 22:19:37 +0100 Subject: [PATCH] Build procedure without manually setting permissions. Execute permission to all shell scripts in the base directory has already been stored on GitHub. Signed-off-by: Gromadzki, Tomasz --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cfc38455..b5f32777 100644 --- a/README.md +++ b/README.md @@ -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`