-
Notifications
You must be signed in to change notification settings - Fork 21
Support Multi-UBI Vols #14
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
base: master
Are you sure you want to change the base?
Conversation
|
Can one of the admins verify this patch? |
classes/ubi_multi_vol-chip.bbclass
Outdated
|
|
||
| # This variable is available to request which values are suitable for IMAGE_FSTYPES | ||
| IMAGE_TYPES = " \ | ||
| multiubivol \ No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @dlx, shouldn't this line be terminated with a double quote? Would it also be possible to make the indentation consistent?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@michal-mazurek Indentation should be better now.
classes/ubi_multi_vol-chip.bbclass
Outdated
| init_config_json ${WORKDIR} | ||
|
|
||
| cp ${WORKDIR}/config.json ${RESIN_BOOT_DIR}/config.json.init | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @dlx can you squash these 2 commits in 1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ping on this @dlx ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@floion Commits Squashed
e29f95e to
bf33663
Compare
4ed2c43 to
30d802e
Compare
No description provided.