Created
November 24, 2015 20:11
-
-
Save marineam/dffed1d3b6a7d41f790b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# TODO: respect SDK_VERSION in version.txt | |
V=master | |
S=/mnt/host/source/src/scripts | |
B=amd64-usr | |
./bin/cork create --replace --sdk-version=${V} --verbose | |
./bin/cork enter -- ${S}/update_chroot --toolchain_boards=${B} | |
./bin/cork enter -- ${S}/build_packages --board=${B} --skip_chroot_upgrade --getbinpkgver=master --toolchainpkgonly | |
./bin/cork enter -- ${S}/build_image --board=${B} prod | |
./bin/cork enter -- ${S}/prune_images |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment