nicholasmello / arcade-builder

0 stars 0 forks source link

Local skeleton consolidation #26

Closed nicholasmello closed 1 year ago

nicholasmello commented 1 year ago

Parts of the skeleton are now in the skeleton directory and some are now in the board directory for the post scripts. The post build script should be updated to pull in a local skeleton, and a common post build script should be added that copies over the skeleton that is common.

nicholasmello commented 1 year ago

This could be implemented with with a custom rootfs but that can easily lead to duplicates between boards, I think it is better to do it in post build, at least for now.

nicholasmello commented 1 year ago

During testing I noticed this fixed the issues seen in #25

This is unexpected but might make the ticket unnecessary