-
Notifications
You must be signed in to change notification settings - Fork 72
Feature/no config #27
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
Feature/no config #27
Conversation
f06ad10 to
ad812d4
Compare
|
+1 |
|
@aniket-l FYI |
|
Just realized that README tells people to build RTOS for J721E, which is completely broken right now. Guess I need to change that to AM57. |
0cb0b52 to
482c5c9
Compare
cshilwant
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolve merge conflicts!
pylint: [unused-import] Unused import shlex [W0611] (W) Signed-off-by: Randolph Sapp <[email protected]>
Disable C0103 since sphinx conf variables must be in the global context and are lowercase. Disable W0622 since the sphinx copyright variable clashes with a python internal definition. Signed-off-by: Randolph Sapp <[email protected]>
The u prefix for strings is no longer necessary in Python >=3.0 [W1406] Signed-off-by: Randolph Sapp <[email protected]>
Move the sphinx config file to the root of the project to prepare for the dynamic config loader. Signed-off-by: Randolph Sapp <[email protected]>
Rename this directory to something that follows the python module naming convention so we can import these directly. Signed-off-by: Randolph Sapp <[email protected]>
Instead of using the config step to concatenate files, just use the running Python interpreter to set things up. Signed-off-by: Randolph Sapp <[email protected]>
Prune old variables that are no longer needed. Signed-off-by: Randolph Sapp <[email protected]>
Remove this stub file now. It's been integrated into the main conf file. Signed-off-by: Randolph Sapp <[email protected]>
Ignore the main replacement vars that all platforms should supply. We should probably centralize this list somewhere and provide some defaults later. Signed-off-by: Randolph Sapp <[email protected]>
Update build instructions for the new build process now that we skip the config step. Signed-off-by: Randolph Sapp <[email protected]>
I seem to have forgotten how test works. Just use the test exit code directly. Signed-off-by: Randolph Sapp <[email protected]>
482c5c9 to
75d9abb
Compare
There do not appear to be any conflicts
|
This is now blocking progress on #20 |
Agreed, but this would need a +1 from @uditkumarti @aniket-l @ravi-rahul since it updates the documentation build command & will affect their documentation building & syncing bots once they pull this changes in their fork. I'm reviewing these changes, give me a day or two to review & get back |
|
@praneethbajjuri @StaticRocket @cshilwant cc: @ravi-rahul |
Take a useful chunk out of my rewrite of the config system since that was never approved in it's complete form.
This eliminates the need for the config step.