armbian-build/config
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
..
boards Move Mvebu64 / Espressobin dev kernel to 5.4.y (#1635) 2019-11-26 22:52:23 +01:00
bootenv Remove K<4, change branches, new features (#1586) 2019-11-19 23:25:39 +01:00
bootscripts Remove K<4, change branches, new features (#1586) 2019-11-19 23:25:39 +01:00
kernel [AR-84] Move Rockchip64 current to 5.4.y (#1642) 2019-11-27 17:42:47 +01:00
sources Merge branch 'master' of https://github.com/armbian/build 2019-11-27 11:59:43 -05:00
templates Docker: add docker shell support (#1612) 2019-11-28 15:24:22 +01:00
aptly-beta.conf Build all targets RFC (#1515) 2019-09-01 22:13:13 +02:00
aptly-temp.conf Small fixes 2016-07-21 23:20:45 +03:00
aptly.conf Build all targets RFC (#1515) 2019-09-01 22:13:13 +02:00
armbian.key Move more files to the packages directory 2017-07-23 15:05:16 +03:00
targets.conf Move Lafrite under supported and add desktop image creation https://forum.armbian.com/topic/12245-libre-computer-la-frite 2019-11-24 10:24:29 +01:00