-
Notifications
You must be signed in to change notification settings - Fork 230
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
at least typo in tegra-storage-layout-base_35.5.0.bb #1684
Conversation
Thanks @tjhgit however I think rather than changing the BSP layer for this mender specific issue it would probably be better to either:
Note that I think scarthgap support for mender is still a work in progress, you may want to sync up with the PR at mendersoftware/meta-mender-community#402 |
ok @dwalkes . But there is still the typo in the meta-tegra code: PARTITION_LAYOUT_EXERNAL . It is missing a T. |
@tjhgit thank you I see that now. Can you modify the commit to change only this single line? |
You also need to sign off your commit per our contributor guidelines. |
@dwalkes . Regarding changing the rest, I assume this would be here, right: Sure will modify the commit to only the single line. |
@tjhgit correct, although it looks like there should be handling for this already at https://github.com/mendersoftware/meta-mender-community/blob/scarthgap/meta-mender-tegra/recipes-bsp/tegra-binaries/tegra-storage-layout-base_%25.bbappend#L4 |
@tjhgit still missing signoff and you should squash your commits. I can just propose a PR myself now that I understand the issue if you prefer. |
@dwalkes . Sorry I am not so good at this ... I issued a git commit -s ... So kind that you offer to take over. Regarding: https://github.com/mendersoftware/meta-mender-community/blob/scarthgap/meta-mender-tegra/recipes-bsp/tegra-binaries/tegra-storage-layout-base_%25.bbappend#L4 , I think this function is using the wrong location: |
only correcting typo
Fix typo and missing 'T' character in variable reference for `PARTITION_LAYOUT_EXTERNAL`. The current typo means if the name of the file referenced by PARTITION_FILE_EXTERNAL was different than the name PARTITION_LAYOUT_EXTERNAL, the wrong filename would be used in the l4t-storage-layout dir. Relates to #1 1: OE4T#1684 Signed-off-by: Dan Walkes <[email protected]>
No problem, thanks for reporting. I've opened #1685
Makes sense, so yes this is the change you could propose in that layer in a new PR. |
Fix typo and missing 'T' character in variable reference for `PARTITION_LAYOUT_EXTERNAL`. The current typo means if the name of the file referenced by PARTITION_FILE_EXTERNAL was different than the name PARTITION_LAYOUT_EXTERNAL, the wrong filename would be used in the l4t-storage-layout dir. Relates to #1 1: #1684 Signed-off-by: Dan Walkes <[email protected]>
Fix typo and missing 'T' character in variable reference for `PARTITION_LAYOUT_EXTERNAL`. The current typo means if the name of the file referenced by PARTITION_FILE_EXTERNAL was different than the name PARTITION_LAYOUT_EXTERNAL, the wrong filename would be used in the l4t-storage-layout dir. Relates to #1 1: #1684 Signed-off-by: Dan Walkes <[email protected]>
Fix typo and missing 'T' character in variable reference for `PARTITION_LAYOUT_EXTERNAL`. The current typo means if the name of the file referenced by PARTITION_FILE_EXTERNAL was different than the name PARTITION_LAYOUT_EXTERNAL, the wrong filename would be used in the l4t-storage-layout dir. Relates to #1 1: #1684 Signed-off-by: Dan Walkes <[email protected]>
bug report here