-
Notifications
You must be signed in to change notification settings - Fork 1
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
add a simple description on how to add a new platform #176
base: main
Are you sure you want to change the base?
Conversation
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.
Just a few wording suggestions. I will try the guide next to see if I can add a platform myself
developer_guide.md
Outdated
|
||
## Adding new platform support | ||
|
||
To add support for a plaform, there are three places that need to be changed: |
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.
To add support for a plaform, there are three places that need to be changed: | |
To add support for a plaform, changes will have to be made in three places: |
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.
You changed the sentence but didn't even fix the "plaform" ;P
Also you didn't notice that it says three changes, but actually lists four.
Anyway, rewrote the sentence to active voice as well.
``` | ||
|
||
Using this, create a new file named `platform.conf`in a directory named like the | ||
ONIE machine name [here](https://github.com/bisdn/meta-switch/tree/main/scripts/installer/machine). |
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.
So we want platform.conf to be located in ../installer/machine/<ONIE machine name>/platform.conf
?
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.
Yes.
Add a small manual on how to add support for a new platform, under the assumption that the platform is supported by ONL and SONIC. Signed-off-by: Jonas Gorski <[email protected]>
3718c9f
to
4f7213d
Compare
* extend the intro, point to Yocto docs * reword and extend steps * fix typos * add testing changes step * add documenation step * add pull requests step Signed-off-by: Jonas Gorski <[email protected]>
Signed-off-by: Jonas Gorski <[email protected]>
Signed-off-by: Jonas Gorski <[email protected]>
Add a small manual on how to add support for a new platform, under the assumption that the platform is supported by ONL and SONIC.