mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 03:41:26 +00:00
* Dockerfile: Fix uuidgen not found during build By adding uuid-runtime to the list of packages to install. Signed-off-by: Miouyouyou (Myy) <myy@miouyouyou.fr> * Refactor: Starting to remove duplicated code for list cleanup That way we can use ONE function that actually works for cleaning lists. This list cleanup function lets people format their packages lists like they want (spaces, tabs, carriage returns), making them easier to maintain. Signed-off-by: Miouyouyou (Myy) <myy@miouyouyou.fr> * Refactor: A bit more cleanup Now, the code should start to be "readable" in configuration.sh, while providing the abilities to setup packages files with tabs, spaces, carriages returns and anything that can be recognized as a "space" character. Signed-off-by: Miouyouyou (Myy) <myy@miouyouyou.fr> * configuration: coherent board subdirs paths for CLI and Deboostrap So now we have : * debootstrap * debootstrap/custom/boards/${BOARD} * debootstrap/config_${CONFIG_SELECTED} * debootstrap/config_${CONFIG_SELECTED}/custom/boards/${BOARD} * main * main/custom/boards/${BOARD} * main/config_${SELECTED_CONFIGURATION} * main/config_${SELECTED_CONFIGURATION}/custom/boards/${BOARD} Which is coherent with how board specific subdirs work with Desktop environments and appgroups. Signed-off-by: Miouyouyou (Myy) <myy@miouyouyou.fr> * configuration: Fixed Debootstrap packages concat and PACKAGE_LIST_RM The aggregation of Debootstrap packages list should not glue packages names together now. Also the PACKAGE_LIST_RM content will be added to the packages.remove files content, instead of being overwritten by them. Signed-off-by: Miouyouyou (Myy) <myy@miouyouyou.fr> |
||
---|---|---|
.. | ||
build-all-ng.sh | ||
chroot-buildpackages.sh | ||
compilation-prepare.sh | ||
compilation.sh | ||
configuration.sh | ||
debootstrap.sh | ||
desktop.sh | ||
distributions.sh | ||
fel-load.sh | ||
general.sh | ||
image-helpers.sh | ||
main.sh | ||
makeboarddeb.sh |