Created
June 24, 2015 21:20
-
-
Save stresler/3eaadffe1e51c843d952 to your computer and use it in GitHub Desktop.
Bash for new SDK
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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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