Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sbl3 #158

Merged
merged 2 commits into from
Aug 2, 2023
Merged

Sbl3 #158

merged 2 commits into from
Aug 2, 2023

Commits on Aug 2, 2023

  1. Remove release files to optimize compile speed and save storage

    Release files are mainly used for CIV host setup. They are useless for
    IVI target.
    
    Tracked-On: OAM-111035
    Signed-off-by: Chen, Gang G <gang.g.chen@intel.com>
    GangSecurity committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b316a0e View commit details
    Browse the repository at this point in the history
  2. Add iso_image option to enable/disable building of iso images

    make flashfiles takes long time.
    
    In order to reduce image generation time provided option to skip
    building of ISO image. If user wants to skip building of ISO image
    make command to use is "make flashfiles iso_image=false"
    
    Tracked-On: OAM-111036
    Signed-off-by: Chen, Gang G <gang.g.chen@intel.com>
    GangSecurity committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9730336 View commit details
    Browse the repository at this point in the history