-
Notifications
You must be signed in to change notification settings - Fork 204
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
Conversation
The PSP header files are located in fsw/shared/inc, not fsw/shared. This corrects the reference.
CCB:2021-01-13 APPROVED Once this is merged will open PR to merge 6.8.x into Caelum. |
@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. |
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.