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

Fix #1070, patch PSP include directory reference #1072

Merged
merged 1 commit into from
Jan 27, 2021

Conversation

jphickey
Copy link
Contributor

@jphickey jphickey commented Jan 6, 2021

Describe the contribution

The PSP header files are located in fsw/shared/inc, not fsw/shared.
This corrects the reference.

Fixes #1070

Testing performed
Modify local config to use "eeprom_stub" PSP module to implement eeprom functions, which reproduces the build failure - I confirmed the error with respect to #include "cfe_psp.h"

With this patch applied, the build succeeds again.

Expected behavior changes
None

System(s) tested on
Ubuntu 20.04

Additional context
This PR is based on Bootes RC2 as the bug exists there, recommend to patch it in prior to final release.
Should also merge this forward to main as the bug exists there too and this is the easiest short term fix.
Longer term fix should be #626 to prevent this type of issue from recurring.

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

The PSP header files are located in fsw/shared/inc, not fsw/shared.
This corrects the reference.
@jphickey jphickey added the CCB:Ready Ready for discussion at the Configuration Control Board (CCB) label Jan 6, 2021
@jphickey jphickey linked an issue Jan 6, 2021 that may be closed by this pull request
@astrogeco
Copy link
Contributor

astrogeco commented Jan 13, 2021

CCB:2021-01-13 APPROVED

Once this is merged will open PR to merge 6.8.x into Caelum.

@astrogeco astrogeco added CCB:2021-01-13 and removed CCB:Ready Ready for discussion at the Configuration Control Board (CCB) labels Jan 13, 2021
@skliper
Copy link
Contributor

skliper commented Jan 26, 2021

@astrogeco Is there something preventing this one from merge?

@astrogeco
Copy link
Contributor

@astrogeco Is there something preventing this one from merge?

Just time to sit down and update the Bootes bundle and tag stuff. I guess I should merge it and deal with that later

@astrogeco astrogeco merged commit ea20cb3 into nasa:6.8.x Jan 27, 2021
astrogeco added a commit to nasa/cFS that referenced this pull request Jan 27, 2021
astrogeco added a commit to astrogeco/cFS that referenced this pull request Jan 27, 2021
@skliper
Copy link
Contributor

skliper commented Jan 28, 2021

@astrogeco Is there something preventing this one from merge?

Just time to sit down and update the Bootes bundle and tag stuff. I guess I should merge it and deal with that later

Getting it into main is the higher priority on my side, it's broken in main which is being evaluated by numerous stakeholders.

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

Successfully merging this pull request may close these issues.

add_psp_module cmake include bug
3 participants