Skip to content
New issue

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

Adding single files is too tedious #63

Open
ConnorRigby opened this issue Jun 15, 2017 · 2 comments
Open

Adding single files is too tedious #63

ConnorRigby opened this issue Jun 15, 2017 · 2 comments

Comments

@ConnorRigby
Copy link

too add files to a partition you need to have steps like:

file-resource bootcode.bin {
    host-path = "${NERVES_SYSTEM}/images/rpi-firmware/bootcode.bin"
}

then in the each task you must:

on-resource bootcode.bin { fat_write(${BOOT_PART_OFFSET}, "bootcode.bin") }

This leads to a ton of duplicated lines. (especially when you have a part_a/part_b system)

It would be nice to just be able to specify a list of files you are concerned with

@fhunleth
Copy link
Collaborator

Agreed

@deblauwetom
Copy link

so true, after looking at the duplication, i was pretty sure someone had already reported this
(adding the overlay dir for rpi is a lot of work :) )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants