aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/mkits.sh: fix remaining shellcheck warningPetr Štetiar2020-07-111-1/+1
* scripts/mkits.sh: switch from bash to shRosen Penev2020-07-111-1/+1
* scripts/mkits.sh: fix improper string and array concatenationRosen Penev2020-07-111-1/+1
* scripts/mkits.sh: add missing quotesRosen Penev2020-07-111-2/+2
* scripts/mkits.sh: replace echo -e with printfRosen Penev2020-07-111-12/+12
* scripts/gen_image_generic.sh: fix more shellcheck warningsPetr Štetiar2020-07-111-4/+3
* scripts/gen_image_generic.sh: use /bin/shRosen Penev2020-07-111-1/+1
* scripts/gen_image_generic.sh: replace -o with if/&&Rosen Penev2020-07-111-2/+2
* scripts/env: fix remaining shellcheck warningPetr Štetiar2020-07-111-1/+1
* scripts/env: use read -r instead of readRosen Penev2020-07-111-1/+1
* scripts/env: exit in case of failure to cdRosen Penev2020-07-111-1/+1
* scripts/env: replace \! with !Rosen Penev2020-07-111-2/+2
* scripts/env: use command -v instead of whichRosen Penev2020-07-111-1/+1
* build: fix compatibility with python 3.6Huangbin Zhan2020-07-071-3/+4
* build: mconf readme updateSergio E. Nemirowski2020-07-071-3/+6
* build: add nconfigSergio E. Nemirowski2020-07-076-2/+2390
* build,json: fix build failure in case no data is foundDaniel Golle2020-07-031-18/+16
* build,json: store arch_packages in profiles.jsonPaul Spooren2020-07-031-2/+5
* build: store default/device packages in JSONPaul Spooren2020-06-302-2/+19
* scripts: config: remove accidentally added fileÁlvaro Fernández Rojas2020-06-022-0/+1
* scripts: support Sercomm load tagsÁlvaro Fernández Rojas2020-06-022-0/+56
* scripts: support Sercomm cryptoÁlvaro Fernández Rojas2020-06-021-0/+86
* scripts: support Sercomm partition tagsÁlvaro Fernández Rojas2020-06-021-0/+81
* scripts/flashing/flash.sh: remove trailing whitespacesRosen Penev2020-05-241-4/+4
* scripts/flashing/flash.sh: Add missing quotesRosen Penev2020-05-241-5/+5
* scripts: add CFE Partition Tags supportÁlvaro Fernández Rojas2020-05-211-0/+191
* build: have config-clean deal with old temp filesEneas U de Queiroz2020-05-202-1/+11
* build: scripts/config - update to kconfig-v5.6Eneas U de Queiroz2020-05-2038-4952/+7765
* scripts: cfe-wfi-tag: fix shebangÁlvaro Fernández Rojas2020-05-191-1/+1
* scripts: cfe-bin-header: fix shebangÁlvaro Fernández Rojas2020-05-191-1/+1
* scripts: support CFE WFI imagesÁlvaro Fernández Rojas2020-05-181-0/+200
* scripts: support tags for CFE binariesÁlvaro Fernández Rojas2020-05-181-0/+72
* scripts/download: add sources CDN as first mirrorPaul Spooren2020-04-141-0/+1
* scripts: JSON merge don't crash if no JSON foundPaul Spooren2020-04-141-2/+0
* Revert "build: scripts/config - update to kconfig-v5.6"Jo-Philipp Wich2020-04-1238-7752/+4951
* Revert "build: add option to warn on recursive dependency"Jo-Philipp Wich2020-04-122-9/+0
* Revert "build: config: allow bool to select a module pkg"Jo-Philipp Wich2020-04-122-4/+2
* build: config: allow bool to select a module pkgEneas U de Queiroz2020-04-112-2/+4
* build: add option to warn on recursive dependencyEneas U de Queiroz2020-04-092-0/+9
* build: scripts/config - update to kconfig-v5.6Eneas U de Queiroz2020-04-0938-4951/+7752
* build: simplify building *config targetsEneas U de Queiroz2020-04-091-14/+9
* build: refactor JSON info files to `profiles.json`Paul Spooren2020-04-032-33/+80
* x86: generate EFI platform bootable images李国2020-03-311-2/+8
* scripts: fixup qemustart for new x86 image namesPaul Spooren2020-03-211-1/+1
* build: Fix directory symlinks not removed when cleaning STAGING_DIRJeffery To2020-03-011-1/+1
* scripts/arm-magic.sh: switch to /bin/shRosen Penev2020-01-021-1/+1
* scripts/env: replace -a and -o with &&/||Rosen Penev2020-01-021-5/+5
* scripts/env: use explicit find locationRosen Penev2020-01-021-1/+1
* scripts/gen-dependencies.sh: use /bin/shRosen Penev2020-01-011-1/+1
* scripts/gen-dependencies.sh: replace backticks with $()Rosen Penev2020-01-011-2/+2