We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional target configuration and additions can be made in the targets directory
targets//rootfs_additions
Examples
targets/bbb/rootfs_additions/ etc/my_awesome_bbb.conf -> /etc/my_awesome_bbb.conf
Files added to the all target will be added to all targets
targets/all/rootfs_additions/ etc/all_targets.conf -> /etc/all_targets.conf
If you need to supply a custom fwup.conf to the assembler you can add a file at: targets//fwup.conf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Additional target configuration and additions can be made in the targets directory
Root FS Additions
targets//rootfs_additions
Examples
targets/bbb/rootfs_additions/
etc/my_awesome_bbb.conf -> /etc/my_awesome_bbb.conf
Files added to the all target will be added to all targets
targets/all/rootfs_additions/
etc/all_targets.conf -> /etc/all_targets.conf
fwup.conf
If you need to supply a custom fwup.conf to the assembler you can add a file at: targets//fwup.conf
The text was updated successfully, but these errors were encountered: