Skip to content

Instantly share code, notes, and snippets.

@stresler
Created June 24, 2015 21:20
Show Gist options
  • Save stresler/3eaadffe1e51c843d952 to your computer and use it in GitHub Desktop.
Save stresler/3eaadffe1e51c843d952 to your computer and use it in GitHub Desktop.
Bash for new SDK
mkdir <new_sdk>
cd <new_sdk>
repo init -u https://github.com/coreos/manifest.git
repo sync
./chromite/bin/cros_sdk
./set_shared_user_password.sh
./setup_board --default --board=amd64-usr
./build_packages
@stresler
Copy link
Author

add these two command before build_packages to workaround circular dependency issue:

USE="-systemd -udev" emerge-amd64-usr -gkav util-linux
USE="-systemd -udev" emerge-amd64-usr -gkav cryptsetup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment