From 10704a20bb7156ff13bcd7419c36a8bba94d618f Mon Sep 17 00:00:00 2001 From: Aniket Limaye Date: Wed, 11 Dec 2024 19:04:36 +0530 Subject: [PATCH] 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 --- ...ase_Specific_Yocto_layer_Configuration.rst | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/source/devices/J7_Family/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/devices/J7_Family/linux/Release_Specific_Yocto_layer_Configuration.rst index d25ea064a..198815554 100644 --- a/source/devices/J7_Family/linux/Release_Specific_Yocto_layer_Configuration.rst +++ b/source/devices/J7_Family/linux/Release_Specific_Yocto_layer_Configuration.rst @@ -36,11 +36,21 @@ Use below in place of , 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')