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

at least typo in tegra-storage-layout-base_35.5.0.bb #1684

Closed
wants to merge 1 commit into from

Conversation

tjhgit
Copy link

@tjhgit tjhgit commented Aug 30, 2024

bug report here

@dwalkes
Copy link
Member

dwalkes commented Aug 30, 2024

Thanks @tjhgit however I think rather than changing the BSP layer for this mender specific issue it would probably be better to either:

  1. Modify the mender layer to use the updated location in scarthgap (preferred) or
  2. Put this change in a bbappend within the mender layer.

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

@tjhgit
Copy link
Author

tjhgit commented Aug 30, 2024

ok @dwalkes . But there is still the typo in the meta-tegra code: PARTITION_LAYOUT_EXERNAL . It is missing a T.

@dwalkes
Copy link
Member

dwalkes commented Aug 30, 2024

@tjhgit thank you I see that now. Can you modify the commit to change only this single line?

@dwalkes
Copy link
Member

dwalkes commented Aug 30, 2024

You also need to sign off your commit per our contributor guidelines.

@tjhgit
Copy link
Author

tjhgit commented Aug 30, 2024

@dwalkes . Regarding changing the rest, I assume this would be here, right: ./meta-mender-tegra/recipes-bsp/tegra-binaries/tegra-storage-layout-base_%.bbappend ?

Sure will modify the commit to only the single line.

@dwalkes
Copy link
Member

dwalkes commented Aug 30, 2024

@dwalkes
Copy link
Member

dwalkes commented Aug 30, 2024

@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.

@tjhgit
Copy link
Author

tjhgit commented Aug 30, 2024

@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: do_install:append:tegra194()

dwalkes added a commit to Trellis-Logic/meta-tegra that referenced this pull request Aug 30, 2024
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]>
@dwalkes
Copy link
Member

dwalkes commented Aug 30, 2024

So kind that you offer to take over

No problem, thanks for reporting. I've opened #1685

I think this function is using the wrong location: do_install:append:tegra194()

Makes sense, so yes this is the change you could propose in that layer in a new PR.

@dwalkes dwalkes closed this Aug 30, 2024
madisongh pushed a commit that referenced this pull request Aug 31, 2024
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]>
madisongh pushed a commit that referenced this pull request Aug 31, 2024
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]>
madisongh pushed a commit that referenced this pull request Aug 31, 2024
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]>
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

Successfully merging this pull request may close these issues.

2 participants