Hi @nehageorge!
How to add new app component in Flexbuild
1. Add "<app_name>: y" under CONFIG_APP and configure the new repo url/branch/tag in configs/sdk.yml, user can locally create the new component Git repository in components/apps/<subsystem>/<component> directory before the new Git
repo is ready to download from remote Git server.
2. Add makefile build object support for the new component in packages/apps/<subsystem>/<component>.mk.
3. Run 'flex-builder -c <component> -r <distro_type:distro_scale>' command to build new component against the specified target rootfs.
4. Run 'flex-builder -i merge-component -r <distro_type:distro_scale>' to merger new component package into the target rootfs.
5. Run 'flex-builder -i packrfs -r <distro_type:distro_scale>' to pack the target rootfs.
(Note: '-r ubuntu:main -a arm64' is used by default if unspecified