Skip to content

Supports building the Swift configuration on top of an op-build repository

License

Notifications You must be signed in to change notification settings

op-jenkins/swift-config-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swift-config-wrapper

This repository creates the latest configuration files necessary to build OpenPower code for a Swift system:

  • swift_defconfig (used by 'op-build' repo)
  • swift.config (used by 'hostboot' repo)

Building a Swift Image

To build an image for a Swift system from scratch:

git clone --recursive  https://github.com/ibm-op-release/swift-config-wrapper.git
cd swift-config-wrapper
./setup_swift
cd op-build
. op-build-env && op-build swift_defconfig && op-build

To build an image for a Swift system from an existing op-build:

git clone --recursive  https://github.com/ibm-op-release/swift-config-wrapper.git
cd swift-config-wrapper
./setup_swift --op-build-dir=/<path>/<to>/<existing>/op-build
cd /<path>/<to>/<existing>/op-build
. op-build-env && op-build swift_defconfig && op-build

NOTES:

About

Supports building the Swift configuration on top of an op-build repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%