scripts/build_distro.sh : fix typo setting ROOTFS_DIR
Just a curly brace leftover typo
Is ROOTFS_DIR used anymore? Could just delete this whole line.
Is
ROOTFS_DIRused anymore? Could just delete this whole line.
true, not used in ti-bdebstrap. my intent was to have at least the script functional/without errors. feel free to reject/close this MR and fix it in another way
Please update your commit message to include it!
Feel free to add the tag:
Signed-off-by: Antoine <[email protected]>
Is
ROOTFS_DIRused anymore? Could just delete this whole line.true, not used in ti-bdebstrap. my intent was to have at least the script functional/without errors. feel free to reject/close this MR and fix it in another way
Fair enough, we can take this current patch then remove the line ourselves later if needed.
We are investigating moving away from all this custom scripting towards a more community supported solution, such as https://github.com/ilbers/isar. So these scripts might not be around at all much longer..
We are investigating moving away from all this custom scripting towards a more community supported
well noted that you might be moving to openembedded/yocto with isar "vendoring" thanks for this info! Is there any timed (even aproximately) roadmap for it ?