-
Notifications
You must be signed in to change notification settings - Fork 72
fix: Update the Yocto configuration file for J7200 Linux SDK #98
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,11 +36,21 @@ Use below in place of <Config File>, to setup the meta layers for the current re | |
|
|
||
| .. ifconfig:: CONFIG_image_type in ('default') | ||
|
|
||
| +----------------------------------------------------+-------------------------------------+--------------------------------+ | ||
| | Description | Config File | Supported yocto build machine | | ||
| +====================================================+=====================================+================================+ | ||
| | |__SDK_FULL_NAME__| : 10_01 Release | processor-sdk-linux-10_01_08_01.txt | |__SDK_BUILD_MACHINE__| | | ||
| +----------------------------------------------------+-------------------------------------+--------------------------------+ | ||
| .. ifconfig:: CONFIG_part_variant in ('J7200') | ||
|
|
||
| +----------------------------------------------------+-------------------------------------+--------------------------------+ | ||
| | Description | Config File | Supported yocto build machine | | ||
| +====================================================+=====================================+================================+ | ||
| | |__SDK_FULL_NAME__| : 10_01 Release | processor-sdk-gateway-10_01.txt | |__SDK_BUILD_MACHINE__| | | ||
| +----------------------------------------------------+-------------------------------------+--------------------------------+ | ||
|
|
||
| .. ifconfig:: CONFIG_part_variant not in ('J7200') | ||
|
|
||
| +----------------------------------------------------+-------------------------------------+--------------------------------+ | ||
| | Description | Config File | Supported yocto build machine | | ||
| +====================================================+=====================================+================================+ | ||
| | |__SDK_FULL_NAME__| : 10_01 Release | processor-sdk-linux-10_01_08_01.txt | |__SDK_BUILD_MACHINE__| | | ||
| +----------------------------------------------------+-------------------------------------+--------------------------------+ | ||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @aniket-l can you comment and close on this dependency . |
||
| .. ifconfig:: CONFIG_image_type in ('edgeai', 'adas') | ||
|
|
||
|
|
||
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.
A new config (gateway) is now present that is not shown before. Can you be more descriptive on new changes w.r.t this patch in commitmsg
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.
Agreed. Already got a few people internally asking about this change, why it was done, etc.
Doubt anyone outside of TI will have a clue why this platform is different.
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.
Okay will update commit msg