Skip to content

Instantly share code, notes, and snippets.

@marineam
Created November 24, 2015 20:11
Show Gist options
  • Save marineam/dffed1d3b6a7d41f790b to your computer and use it in GitHub Desktop.
Save marineam/dffed1d3b6a7d41f790b to your computer and use it in GitHub Desktop.
# 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