Skip to content

Commit 10704a2

Browse files
committed
fix: Update the Yocto configuration file for J7200 Linux SDK
J7200 Linux SDK's yocto config file differs from that of AM67/AM68/AM69. Signed-off-by: Aniket Limaye <[email protected]>
1 parent 92f23db commit 10704a2

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

source/devices/J7_Family/linux/Release_Specific_Yocto_layer_Configuration.rst

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,21 @@ Use below in place of <Config File>, to setup the meta layers for the current re
3636

3737
.. ifconfig:: CONFIG_image_type in ('default')
3838

39-
+----------------------------------------------------+-------------------------------------+--------------------------------+
40-
| Description | Config File | Supported yocto build machine |
41-
+====================================================+=====================================+================================+
42-
| |__SDK_FULL_NAME__| : 10_01 Release | processor-sdk-linux-10_01_08_01.txt | |__SDK_BUILD_MACHINE__| |
43-
+----------------------------------------------------+-------------------------------------+--------------------------------+
39+
.. ifconfig:: CONFIG_part_variant in ('J7200')
40+
41+
+----------------------------------------------------+-------------------------------------+--------------------------------+
42+
| Description | Config File | Supported yocto build machine |
43+
+====================================================+=====================================+================================+
44+
| |__SDK_FULL_NAME__| : 10_01 Release | processor-sdk-gateway-10_01.txt | |__SDK_BUILD_MACHINE__| |
45+
+----------------------------------------------------+-------------------------------------+--------------------------------+
46+
47+
.. ifconfig:: CONFIG_part_variant not in ('J7200')
48+
49+
+----------------------------------------------------+-------------------------------------+--------------------------------+
50+
| Description | Config File | Supported yocto build machine |
51+
+====================================================+=====================================+================================+
52+
| |__SDK_FULL_NAME__| : 10_01 Release | processor-sdk-linux-10_01_08_01.txt | |__SDK_BUILD_MACHINE__| |
53+
+----------------------------------------------------+-------------------------------------+--------------------------------+
4454

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

0 commit comments

Comments
 (0)