-
Notifications
You must be signed in to change notification settings - Fork 321
Demo Multi-Target Build System with All Apps in Bundle #874
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: main
Are you sure you want to change the base?
Conversation
Merge remote-tracking branch 'public-github-nasa/main' into techdev-multitarget-bundle
Also updates two new tools submodules to reflect the updated main branch
|
Damon mentioned that there might be some issues with MM on this branch. |
|
I pulled that MM feature (nasa/MM#99) and tested it with this code. Details |
|
the cfs_test_suite passed on cpu2: Details |
|
test on cpu1 passed, too: Details |
Checklist (Please check before submitting)
Describe the contribution
This PR brings in multiple changes for demonstration and consideration:
As noted in the
README.mdchanges, this new Makefile implements targets with the following format:Where:
<config>represents a pre-configured example target configuration:native_stdnative_edsosaledslibpc686_rtems5gr712_rtems5rpi_vxworks7rpi_linuxqemu_yocto_linux<goal>represents one of the build steps:prepcompileinstallruntestlcovdetaildesignusersguideosalguideimageSee the README for additional details about each
configandgoal.For example:
Testing performed
N/A
Expected behavior changes
N/A