summaryrefslogtreecommitdiffstats
path: root/core/bin/setup_target
Commit message (Collapse)AuthorAgeFilesLines
* This should never have workedSimon Rettberg2023-08-111-5/+5
|
* fix shitSimon Rettberg2023-08-101-5/+5
|
* Try to get versioned targets and modules under controlSimon Rettberg2023-08-101-17/+62
|
* Try to fix empty nvidia addon issueSimon Rettberg2023-08-101-7/+10
|
* setup_target: Modernize a tiny little bitSimon Rettberg2023-03-311-62/+64
|
* post_process_target: run glib-compile-schemasSimon Rettberg2023-02-011-0/+12
|
* setup_target: Only install packages of selected modulesSimon Rettberg2021-11-091-1/+1
| | | | | | Despite the according comment saying otherwise, mltk would always try to install all packages of all modules in a target, even when building just a single module from a target. Fixed now.
* setup_target: Honor dependency ordering when running module_initSimon Rettberg2021-11-091-3/+20
|
* [system-tweaks] Add module that sets desired sysctl optionsSimon Rettberg2021-10-201-1/+1
|
* [setup_target] Compile Gsettings schemas in a target's post processManuel Bentele2021-10-121-0/+3
|
* setup_target: Fix meta/ directory mysteriously vanishingSimon Rettberg2021-07-271-2/+2
|
* [xorg] Fix moveSimon Rettberg2021-07-231-1/+1
|
* [nvidia-libs/nvidia-kernel] Add module_init hook, rename load hookSimon Rettberg2021-07-161-8/+18
|
* Install mode: Check required directory existance tooSimon Rettberg2021-07-131-9/+13
|
* Remove COPYLIST boilerplate from every module; move to setup_targetSimon Rettberg2021-07-121-13/+38
|
* Cleanup, rename some variablesSimon Rettberg2021-07-091-2/+2
|
* Fix var nameSimon Rettberg2021-07-091-4/+4
|
* Store cloned repo information in target systemSimon Rettberg2021-07-091-16/+16
|
* Remove module size calculations. Never worked properly.Simon Rettberg2021-07-091-32/+0Star
|
* Add installer mode for stage4Simon Rettberg2021-07-081-6/+58
|
* setup_target: Don't try to install packages already installedSimon Rettberg2021-07-081-3/+7
|
* setup_target: Install all required packages at once at the startSimon Rettberg2021-07-071-6/+42
| | | | | | If we can't satisfy the requirements of all modules, bail out early instead of some time halfway through the module list. This is also faster than invoking apt for every single package.
* Add sub-target feature: Targets can contain other targetsSimon Rettberg2021-07-071-25/+57
| | | | | | Similar to module-links, you can now have symlinks to other targets in a target, and they will be recursively scanned for modules. Dependencies can be declared across targets.
* setup_target: Remove mystery overlay target featureSimon Rettberg2021-07-071-11/+1Star
|
* Change the mail address for feedback in file headersSteffen Ritter2021-04-291-1/+1
| | | | * old address will be disabled in the future
* setup_target: introduce @ prefix for optional REQUIRED_FILESJonathan Bauer2020-04-151-0/+7
|
* [*] run depmod in post_process_targetJonathan Bauer2019-08-011-0/+3
|
* Support multi-target targets with @ syntaxSimon Rettberg2019-04-261-10/+25
|
* [inc/setup_target] Unfuck module cleaningSimon Rettberg2018-12-061-61/+3Star
| | | | | Just get rid of the work_dir, no point in selectively deleting its contents. Leftover from pre-workdir split.
* [all] New license clauses as to ticket #3132: No more openSLX GmbHChristian Rößler2018-09-191-6/+7
|
* Do not strip binaries in /opt/openslx/s?binSimon Rettberg2018-05-221-1/+2
|
* setup_target: get_link_chain for REQUIRED_SYSTEM_FILESSimon Rettberg2018-05-041-1/+7
|
* Kill consolekit and ncpSimon Rettberg2018-03-131-3/+0Star
|
* [setup_target] fix missing module clean warningSimon Rettberg2018-02-151-1/+1
|
* setup_target: Print warning when trying to clean invalid moduleSimon Rettberg2018-01-311-1/+16
|
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-231-3/+5
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-251-0/+618