armbian-build/config/templates
Levin Du de4cb7722d Docker: add docker shell support (#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 #1638.
2019-11-28 15:24:22 +01:00
..
config-docker.conf Docker: add docker shell support (#1612) 2019-11-28 15:24:22 +01:00
config-example.conf Moving configs under userpatches (#1564) 2019-09-28 20:49:28 +02:00
config-vagrant.conf Moving configs under userpatches (#1564) 2019-09-28 20:49:28 +02:00
customize-image.sh.template Multiple bootloader creation options for rk3399 (#1614) 2019-11-24 22:07:46 +01:00
Dockerfile btrfs-tools were changed to btrfs-progs 2019-10-20 23:51:29 +02:00
example.deb Build all targets RFC (#1515) 2019-09-01 22:13:13 +02:00
fel-boot.cmd.template Refactor BSP directory structure 2017-07-24 16:38:00 +03:00
fel-hooks.sh.example Refactor BSP directory structure 2017-07-24 16:38:00 +03:00
nfs-boot.cmd.template Refactor BSP directory structure 2017-07-24 16:38:00 +03:00
Vagrantfile Moving configs under userpatches (#1564) 2019-09-28 20:49:28 +02:00