Skip to content
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: Update the Yocto configuration file for J7200 Linux SDK #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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__| |
+----------------------------------------------------+-------------------------------------+--------------------------------+

Copy link
Collaborator

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

Copy link
Member

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.

Copy link
Collaborator Author

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

.. 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__| |
+----------------------------------------------------+-------------------------------------+--------------------------------+

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.. ifconfig:: CONFIG_image_type in ('edgeai', 'adas')

Expand Down
Loading