armbian-build/lib
Levin Du 77a2dba163 Support eval bash statement in ./compile.sh (#1616)
Currently, invoking compile.sh will run its mono task of building all the
components into a final image.

In some situation, especially when developing with Kernel or U-Boot, it is
handy to run a portion of that great task like:

    export BOARD=firefly-rk3399
    export BRANCH=dev
    # more to avoid the popup of dialog
    ./compile.sh 'fetch_from_repo "$BOOTSOURCE" "$BOOTDIR" "$BOOTBRANCH" "yes"'
    ./compile.sh 'compile_uboot'

or use a profile to keep things simple:

    ./compile.sh default BRANCH=dev 'compile_uboot'
2019-11-26 18:00:39 +01:00
..
build-all-ng.sh Remove K<4, change branches, new features (#1586) 2019-11-19 23:25:39 +01:00
chroot-buildpackages.sh Remove K<4, change branches, new features (#1586) 2019-11-19 23:25:39 +01:00
compilation-prepare.sh Remove K<4, change branches, new features (#1586) 2019-11-19 23:25:39 +01:00
compilation.sh Remove K<4, change branches, new features (#1586) 2019-11-19 23:25:39 +01:00
configuration.sh Remove K<4, change branches, new features (#1586) 2019-11-19 23:25:39 +01:00
debootstrap.sh Remove K<4, change branches, new features (#1586) 2019-11-19 23:25:39 +01:00
desktop.sh Remove K<4, change branches, new features (#1586) 2019-11-19 23:25:39 +01:00
distributions.sh Remove K<4, change branches, new features (#1586) 2019-11-19 23:25:39 +01:00
fel-load.sh Add USERPATCHES_PATH optional setting to config file. (#1450) 2019-07-09 22:50:49 -04:00
general.sh Create patches directory structure under USERPATCHES_PATH (#1628) 2019-11-24 19:57:57 +01:00
image-helpers.sh Build all targets RFC (#1515) 2019-09-01 22:13:13 +02:00
main.sh Support eval bash statement in ./compile.sh (#1616) 2019-11-26 18:00:39 +01:00
makeboarddeb.sh Remove K<4, change branches, new features (#1586) 2019-11-19 23:25:39 +01:00