* Bump rockchip DEV 32b to 5.11.y
* Move mvebu64 DEV to 5.11.y
* Move Rockchip64 DEV to 5.11.y
Disabling general-rkvdec_nv15.patch - need more attention
* Add Meson DEV / Odroid C1
* Move OdroidXU4 DEV to tobetter's 5.11.y branch
* Bump sunxi DEV to 5.11.y
* Bump mvebu DEV to 5.11.y
* Apply a fix for lightdm-gtk-greeter bug
Applied at 1st run but can probably be moved to build
* Move fix rather to BSP so fix will be applied to upgrade
* 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>