Instructions for specifying the branch/tag of ofs-platform-afu-bbb when using OFS build scripts #52
badanur
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Target Designs
This discussion applies to the following OFS designs:
Background
As of OFS 2023.3, the build scripts clone the "master" branch of the ofs-platform-afu-bbb repository by default. The following instructions explain how to specify a different branch/tag of ofs-platform-afu-bbb to be used during FIM compilation. This is useful if you are using an older version of OFS, and you would like to use the branch/tag associated with a specific OFS release.
Instructions
Scenario 1: You have a newly cloned FIM repository, and the build script has not yet been run
export OFS_PLATFORM_AFU_BBB_REPO_BRANCH="ofs-2023.3-1-rc2"
Scenario 2: The build script has already been run without setting OFS_PLATFORM_AFU_BBB_REPO_BRANCH
cd $OFS_ROOTDIR/external/ofs-platform-afu-bbb
git checkout ofs-2023.3-1-rc2
Beta Was this translation helpful? Give feedback.
All reactions