Skip to content

Commit

Permalink
fix: Update the Yocto configuration file for J7200 Linux SDK
Browse files Browse the repository at this point in the history
J7200 Linux SDK's yocto config file differs from that of AM67/AM68/AM69.

Signed-off-by: Aniket Limaye <[email protected]>
  • Loading branch information
aniket-l committed Dec 11, 2024
1 parent 92f23db commit 10704a2
Showing 1 changed file with 15 additions and 5 deletions.
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__| |
+----------------------------------------------------+-------------------------------------+--------------------------------+

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

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

Expand Down

0 comments on commit 10704a2

Please sign in to comment.