Skip to content

Commit 8d41a9d

Browse files
author
Tim Whisonant
authored
opae install guide: unrestricted RPM build (#14)
Add description of unrestricted mode for RPM build - fallback mode when distro uses non-standard package names. Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>
1 parent 5e5ce08 commit 8d41a9d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/sw/install_guide/installation_guide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,13 @@ $ cd opae-sdk/packaging/opae/rpm
151151
$ ./create fedora
152152
```
153153

154+
Note that if you find that your distribution has changed package names such that there is a conflict
155+
when building RPMs, you can install all of the build dependencies so that the SDK compiles and then
156+
build the RPMs in unrestricted mode:
157+
```console
158+
$ cd opae-sdk/packaging/opae/rpm
159+
$ ./create unrestricted
160+
```
154161

155162

156163
After a successful compile, there are 3 rpm packages generated (Fedora, Rocky, RHEL8.2). For example:

0 commit comments

Comments
 (0)