forked from armbian/build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docker: add docker shell support (armbian#1612)
This allows to enter the docker container in a shell by: ./compile.sh docker-shell BOARD=firefly-rk3399 BRANCH=dev RELEASE=bionic BUILD_DESKTOP=no Then you can build the whole thing in the docker shell with: ./compile.sh Once you need to build the U-Boot only for development purpose, you can run: # Optional: prepare the environment first if you had not run `./compile.sh` ./compile.sh 'prepare_host && compile_sunxi_tools && install_rkbin_tools' # build the U-Boot only ./compile.sh compile_uboot If you prefer to use profile, for example, `userpatches/config-my.conf`, try: ./compile.sh my 'prepare_host && compile_sunxi_tools && install_rkbin_tools' ./compile.sh my compile_uboot This commit also fixes armbian#1638.
- Loading branch information
1 parent
158e0f4
commit de4cb77
Showing
2 changed files
with
41 additions
and
20 deletions.
There are no files selected for viewing
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
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