From f35a641434e274943d82ad5d700516c54a3571f1 Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Thu, 15 May 2025 17:15:59 -0500 Subject: [PATCH 1/2] chore(configs): prune unused sdk_product This was an old def only used for a little bit, but it was inherited by all of the devices added later. Signed-off-by: Randolph Sapp --- configs/AM335X/AM335X_linux_tags.py | 1 - configs/AM437X/AM437X_linux_tags.py | 1 - configs/AM57X/AM57X_linux_tags.py | 1 - configs/AM62AX/AM62AX_linux_tags.py | 2 -- configs/AM62LX/AM62LX_buildroot_tags.py | 2 -- configs/AM62LX/AM62LX_debian_tags.py | 2 -- configs/AM62LX/AM62LX_linux_tags.py | 2 -- configs/AM62PX/AM62PX_android_tags.py | 2 -- configs/AM62PX/AM62PX_debian_tags.py | 2 -- configs/AM62PX/AM62PX_linux_tags.py | 2 -- configs/AM62X/AM62X_android_tags.py | 2 -- configs/AM62X/AM62X_buildroot_tags.py | 2 -- configs/AM62X/AM62X_debian_tags.py | 2 -- configs/AM62X/AM62X_linux_tags.py | 2 -- configs/AM64X/AM64X_debian_tags.py | 2 -- configs/AM64X/AM64X_linux_tags.py | 2 -- configs/AM65X/AM65X_linux_tags.py | 1 - configs/AM67/AM67_linux_tags.py | 1 - configs/AM67A/AM67A_linux_tags.py | 2 -- configs/AM68/AM68_linux_tags.py | 1 - configs/AM68A/AM68A_linux_tags.py | 1 - configs/AM69/AM69_linux_tags.py | 1 - configs/AM69A/AM69A_linux_tags.py | 1 - configs/CORESDK/CORESDK_linux_tags.py | 3 --- configs/DRA821A/DRA821A_linux_tags.py | 1 - configs/GEN/GEN_android_tags.py | 3 +-- configs/GEN/GEN_linux_tags.py | 3 +-- configs/GEN/GEN_tags.py | 2 -- configs/J7200/J7200_linux_tags.py | 1 - configs/J721E/J721E_linux_tags.py | 1 - configs/J721S2/J721S2_linux_tags.py | 1 - configs/J722S/J722S_linux_tags.py | 2 -- configs/J742S2/J742S2_linux_tags.py | 1 - configs/J784S4/J784S4_linux_tags.py | 1 - configs/TDA4VM/TDA4VM_linux_tags.py | 1 - 35 files changed, 2 insertions(+), 55 deletions(-) diff --git a/configs/AM335X/AM335X_linux_tags.py b/configs/AM335X/AM335X_linux_tags.py index 0b8246c2f..cc1db6136 100644 --- a/configs/AM335X/AM335X_linux_tags.py +++ b/configs/AM335X/AM335X_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'AM335X' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for AM335X' html_title = 'Processor SDK Linux for AM335X Documentation' diff --git a/configs/AM437X/AM437X_linux_tags.py b/configs/AM437X/AM437X_linux_tags.py index 28f7d8c5b..d867fc069 100644 --- a/configs/AM437X/AM437X_linux_tags.py +++ b/configs/AM437X/AM437X_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'AM437X' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for AM437X' html_title = 'Processor SDK Linux for AM437X Documentation' diff --git a/configs/AM57X/AM57X_linux_tags.py b/configs/AM57X/AM57X_linux_tags.py index fa73730a7..e1e1f7bca 100644 --- a/configs/AM57X/AM57X_linux_tags.py +++ b/configs/AM57X/AM57X_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'AM57X' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for AM57X' html_title = 'Processor SDK Linux for AM57X Documentation' diff --git a/configs/AM62AX/AM62AX_linux_tags.py b/configs/AM62AX/AM62AX_linux_tags.py index 9b4d730f9..9f9c47c27 100644 --- a/configs/AM62AX/AM62AX_linux_tags.py +++ b/configs/AM62AX/AM62AX_linux_tags.py @@ -2,8 +2,6 @@ fam_name = 'AM62AX' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families - project = u'Processor SDK Linux for AM62Ax' html_title = 'Processor SDK AM62Ax Documentation' diff --git a/configs/AM62LX/AM62LX_buildroot_tags.py b/configs/AM62LX/AM62LX_buildroot_tags.py index 670d0d04a..259f7c21d 100644 --- a/configs/AM62LX/AM62LX_buildroot_tags.py +++ b/configs/AM62LX/AM62LX_buildroot_tags.py @@ -2,8 +2,6 @@ fam_name = 'AM62L' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families - project = u'Buildroot for AM62L' html_title = 'Buildroot AM62L Documentation' diff --git a/configs/AM62LX/AM62LX_debian_tags.py b/configs/AM62LX/AM62LX_debian_tags.py index 3a5c7321a..9e77073c5 100644 --- a/configs/AM62LX/AM62LX_debian_tags.py +++ b/configs/AM62LX/AM62LX_debian_tags.py @@ -2,8 +2,6 @@ fam_name = 'AM62LX' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families - project = u'Debian for AM62LX' html_title = 'Debian AM62LX Documentation' diff --git a/configs/AM62LX/AM62LX_linux_tags.py b/configs/AM62LX/AM62LX_linux_tags.py index 7631a76dc..6e895d2cf 100644 --- a/configs/AM62LX/AM62LX_linux_tags.py +++ b/configs/AM62LX/AM62LX_linux_tags.py @@ -2,8 +2,6 @@ fam_name = 'AM62L' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families - project = u'Linux SDK for AM62L' html_title = 'Linux SDK for AM62L Documentation' diff --git a/configs/AM62PX/AM62PX_android_tags.py b/configs/AM62PX/AM62PX_android_tags.py index 541cee26d..10f753cdd 100644 --- a/configs/AM62PX/AM62PX_android_tags.py +++ b/configs/AM62PX/AM62PX_android_tags.py @@ -2,8 +2,6 @@ fam_name = 'AM62PX' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families - project = u'Processor SDK Android for AM62Px' html_title = 'Processor SDK AM62Px Documentation' diff --git a/configs/AM62PX/AM62PX_debian_tags.py b/configs/AM62PX/AM62PX_debian_tags.py index ac933d7af..d9160da5b 100644 --- a/configs/AM62PX/AM62PX_debian_tags.py +++ b/configs/AM62PX/AM62PX_debian_tags.py @@ -2,8 +2,6 @@ fam_name = 'AM62PX' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families - project = u'Debian for AM62Px' html_title = 'Debian AM62Px Documentation' diff --git a/configs/AM62PX/AM62PX_linux_tags.py b/configs/AM62PX/AM62PX_linux_tags.py index 19eaeeb9f..b520e070a 100644 --- a/configs/AM62PX/AM62PX_linux_tags.py +++ b/configs/AM62PX/AM62PX_linux_tags.py @@ -2,8 +2,6 @@ fam_name = 'AM62PX' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families - project = u'Processor SDK Linux for AM62Px' html_title = 'Processor SDK AM62Px Documentation' diff --git a/configs/AM62X/AM62X_android_tags.py b/configs/AM62X/AM62X_android_tags.py index c6a78f598..b5f4d7a5e 100644 --- a/configs/AM62X/AM62X_android_tags.py +++ b/configs/AM62X/AM62X_android_tags.py @@ -2,8 +2,6 @@ fam_name = 'AM62X' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families - project = u'Processor SDK Android for AM62x' html_title = 'Processor SDK AM62x Documentation' diff --git a/configs/AM62X/AM62X_buildroot_tags.py b/configs/AM62X/AM62X_buildroot_tags.py index 602107796..70e56ebe8 100644 --- a/configs/AM62X/AM62X_buildroot_tags.py +++ b/configs/AM62X/AM62X_buildroot_tags.py @@ -2,8 +2,6 @@ fam_name = 'AM62X' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families - project = u'Buildroot for AM62x' html_title = 'Buildroot AM62x Documentation' diff --git a/configs/AM62X/AM62X_debian_tags.py b/configs/AM62X/AM62X_debian_tags.py index 138e47bd8..2192958f0 100644 --- a/configs/AM62X/AM62X_debian_tags.py +++ b/configs/AM62X/AM62X_debian_tags.py @@ -2,8 +2,6 @@ fam_name = 'AM62X' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families - project = u'Debian for AM62x' html_title = 'Debian AM62x Documentation' diff --git a/configs/AM62X/AM62X_linux_tags.py b/configs/AM62X/AM62X_linux_tags.py index 6dddeaf37..ec97ec2f5 100644 --- a/configs/AM62X/AM62X_linux_tags.py +++ b/configs/AM62X/AM62X_linux_tags.py @@ -2,8 +2,6 @@ fam_name = 'AM62X' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families - project = u'Processor SDK Linux for AM62x' html_title = 'Processor SDK AM62x Documentation' diff --git a/configs/AM64X/AM64X_debian_tags.py b/configs/AM64X/AM64X_debian_tags.py index a9b24171f..9cb684f1f 100644 --- a/configs/AM64X/AM64X_debian_tags.py +++ b/configs/AM64X/AM64X_debian_tags.py @@ -2,8 +2,6 @@ fam_name = 'AM64X' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families - project = u'Debian for AM64x' html_title = 'Debian AM64x Documentation' diff --git a/configs/AM64X/AM64X_linux_tags.py b/configs/AM64X/AM64X_linux_tags.py index d7a4ce6e1..37fbcdd61 100644 --- a/configs/AM64X/AM64X_linux_tags.py +++ b/configs/AM64X/AM64X_linux_tags.py @@ -2,8 +2,6 @@ fam_name = 'AM64X' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families - project = u'Processor SDK Linux for AM64X' html_title = 'Processor SDK AM64X Documentation' diff --git a/configs/AM65X/AM65X_linux_tags.py b/configs/AM65X/AM65X_linux_tags.py index 2416e94f7..3003a2ade 100644 --- a/configs/AM65X/AM65X_linux_tags.py +++ b/configs/AM65X/AM65X_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'AM65X' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for AM65X' html_title = 'Processor SDK Linux for AM65X Documentation' diff --git a/configs/AM67/AM67_linux_tags.py b/configs/AM67/AM67_linux_tags.py index c015641e4..22abf62ee 100644 --- a/configs/AM67/AM67_linux_tags.py +++ b/configs/AM67/AM67_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'AM67' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for AM67' html_title = 'Processor SDK Linux for AM67 Documentation' diff --git a/configs/AM67A/AM67A_linux_tags.py b/configs/AM67A/AM67A_linux_tags.py index 7175d5a34..7f0dd4ea0 100644 --- a/configs/AM67A/AM67A_linux_tags.py +++ b/configs/AM67A/AM67A_linux_tags.py @@ -2,8 +2,6 @@ fam_name = 'AM67A' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families - project = u'Processor SDK Linux for AM67A' html_title = 'Processor SDK Linux for AM67A Documentation' diff --git a/configs/AM68/AM68_linux_tags.py b/configs/AM68/AM68_linux_tags.py index 8311f9f21..9e94d542c 100644 --- a/configs/AM68/AM68_linux_tags.py +++ b/configs/AM68/AM68_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'AM68' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for AM68' html_title = 'Processor SDK Linux for AM68 Documentation' diff --git a/configs/AM68A/AM68A_linux_tags.py b/configs/AM68A/AM68A_linux_tags.py index 2952eff7d..a497c39f4 100644 --- a/configs/AM68A/AM68A_linux_tags.py +++ b/configs/AM68A/AM68A_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'AM68A' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for AM68A' html_title = 'Processor SDK Linux for AM68A Documentation' diff --git a/configs/AM69/AM69_linux_tags.py b/configs/AM69/AM69_linux_tags.py index a92a31814..befe42228 100644 --- a/configs/AM69/AM69_linux_tags.py +++ b/configs/AM69/AM69_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'AM69' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for AM69' html_title = 'Processor SDK Linux for AM69 Documentation' diff --git a/configs/AM69A/AM69A_linux_tags.py b/configs/AM69A/AM69A_linux_tags.py index b80fcd32a..7b92c5745 100644 --- a/configs/AM69A/AM69A_linux_tags.py +++ b/configs/AM69A/AM69A_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'AM69A' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for AM69A' html_title = 'Processor SDK Linux for AM69A Documentation' diff --git a/configs/CORESDK/CORESDK_linux_tags.py b/configs/CORESDK/CORESDK_linux_tags.py index c2db11149..91a16f472 100644 --- a/configs/CORESDK/CORESDK_linux_tags.py +++ b/configs/CORESDK/CORESDK_linux_tags.py @@ -1,9 +1,6 @@ # Device Family is CORESDK = CORESDK family fam_name = 'CORESDK' -# This is coresdk specific information (i.e. not for specific sdk type) -sdk_product = 'general' - # Processor SDK Linux documentation build configuration file # The master toctree document. diff --git a/configs/DRA821A/DRA821A_linux_tags.py b/configs/DRA821A/DRA821A_linux_tags.py index f95972c9b..b24e47aa0 100644 --- a/configs/DRA821A/DRA821A_linux_tags.py +++ b/configs/DRA821A/DRA821A_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'DRA821A' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for DRA821A' html_title = 'Processor SDK Linux for DRA821A Documentation' diff --git a/configs/GEN/GEN_android_tags.py b/configs/GEN/GEN_android_tags.py index 96bc28eaf..ce593fa89 100644 --- a/configs/GEN/GEN_android_tags.py +++ b/configs/GEN/GEN_android_tags.py @@ -1,7 +1,6 @@ # Device Family is GEN = General family fam_name = 'GEN' -# SDK is general (i.e. not automotive) -sdk_product = 'general' + # Processor SDK Android documentation build configuration file # The master toctree document. diff --git a/configs/GEN/GEN_linux_tags.py b/configs/GEN/GEN_linux_tags.py index fe55286d3..913e95429 100644 --- a/configs/GEN/GEN_linux_tags.py +++ b/configs/GEN/GEN_linux_tags.py @@ -1,7 +1,6 @@ # Device Family is GEN = General family fam_name = 'GEN' -# SDK is general (i.e. not automotive) -sdk_product = 'general' + # Processor SDK Linux documentation build configuration file # The master toctree document. diff --git a/configs/GEN/GEN_tags.py b/configs/GEN/GEN_tags.py index d4a7305e8..265472393 100644 --- a/configs/GEN/GEN_tags.py +++ b/configs/GEN/GEN_tags.py @@ -1,4 +1,2 @@ # Device Family is GEN = General family fam_name = 'GEN' -# SDK is general (i.e. not automotive) -sdk_product = 'general' diff --git a/configs/J7200/J7200_linux_tags.py b/configs/J7200/J7200_linux_tags.py index ba62ec294..fb52c3ac5 100644 --- a/configs/J7200/J7200_linux_tags.py +++ b/configs/J7200/J7200_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'J7200' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for J7200' html_title = 'Processor SDK Linux for J7200 Documentation' diff --git a/configs/J721E/J721E_linux_tags.py b/configs/J721E/J721E_linux_tags.py index a6b2eb5f7..a6873dd8e 100644 --- a/configs/J721E/J721E_linux_tags.py +++ b/configs/J721E/J721E_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'J721E' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for J721e' html_title = 'Processor SDK Linux for J721e Documentation' diff --git a/configs/J721S2/J721S2_linux_tags.py b/configs/J721S2/J721S2_linux_tags.py index cfe9b9fc0..104fd3a3b 100644 --- a/configs/J721S2/J721S2_linux_tags.py +++ b/configs/J721S2/J721S2_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'J721S2' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for J721s2' html_title = 'Processor SDK Linux for J721s2 Documentation' diff --git a/configs/J722S/J722S_linux_tags.py b/configs/J722S/J722S_linux_tags.py index d5c01ab79..923590c1f 100644 --- a/configs/J722S/J722S_linux_tags.py +++ b/configs/J722S/J722S_linux_tags.py @@ -2,8 +2,6 @@ fam_name = 'J722S' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families - project = u'Processor SDK Linux for J722S' html_title = 'Processor SDK J722S Documentation' diff --git a/configs/J742S2/J742S2_linux_tags.py b/configs/J742S2/J742S2_linux_tags.py index b57e9b1b1..325e6dcc4 100644 --- a/configs/J742S2/J742S2_linux_tags.py +++ b/configs/J742S2/J742S2_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'J742S2' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for J742s2' html_title = 'Processor SDK Linux for J742s2 Documentation' diff --git a/configs/J784S4/J784S4_linux_tags.py b/configs/J784S4/J784S4_linux_tags.py index 39df77516..af2130c8f 100644 --- a/configs/J784S4/J784S4_linux_tags.py +++ b/configs/J784S4/J784S4_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'J784S4' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for J784s4' html_title = 'Processor SDK Linux for J784s4 Documentation' diff --git a/configs/TDA4VM/TDA4VM_linux_tags.py b/configs/TDA4VM/TDA4VM_linux_tags.py index cdfed8142..a499875d4 100644 --- a/configs/TDA4VM/TDA4VM_linux_tags.py +++ b/configs/TDA4VM/TDA4VM_linux_tags.py @@ -2,7 +2,6 @@ fam_name = 'TDA4VM' # Project name and HTML title -sdk_product = 'null' #todo: remove after the new structure is used for all device families project = u'Processor SDK Linux for TDA4VM' html_title = 'Processor SDK Linux for TDA4VM Documentation' From 358db7c724fe635809f70e2b5ff731be64d4f36c Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Thu, 15 May 2025 17:36:19 -0500 Subject: [PATCH 2/2] chore(configs): prune unused sdk_os This was an old def only used for a little bit, but it was inherited by all of the devices added later. Signed-off-by: Randolph Sapp --- configs/AM335X/AM335X_linux_tags.py | 3 --- configs/AM437X/AM437X_linux_tags.py | 3 --- configs/AM57X/AM57X_linux_tags.py | 3 --- configs/AM62AX/AM62AX_linux_tags.py | 3 --- configs/AM62LX/AM62LX_buildroot_tags.py | 5 ----- configs/AM62LX/AM62LX_debian_tags.py | 5 ----- configs/AM62LX/AM62LX_linux_tags.py | 5 ----- configs/AM62PX/AM62PX_android_tags.py | 5 ----- configs/AM62PX/AM62PX_debian_tags.py | 5 ----- configs/AM62PX/AM62PX_linux_tags.py | 5 ----- configs/AM62X/AM62X_android_tags.py | 5 ----- configs/AM62X/AM62X_buildroot_tags.py | 5 ----- configs/AM62X/AM62X_debian_tags.py | 5 ----- configs/AM62X/AM62X_linux_tags.py | 5 ----- configs/AM64X/AM64X_debian_tags.py | 5 ----- configs/AM64X/AM64X_linux_tags.py | 5 ----- configs/AM65X/AM65X_linux_tags.py | 3 --- configs/AM67/AM67_linux_tags.py | 3 --- configs/AM67A/AM67A_linux_tags.py | 5 ----- configs/AM68/AM68_linux_tags.py | 3 --- configs/AM68A/AM68A_linux_tags.py | 3 --- configs/AM69/AM69_linux_tags.py | 3 --- configs/AM69A/AM69A_linux_tags.py | 3 --- configs/CORESDK/CORESDK_linux_tags.py | 3 --- configs/DRA821A/DRA821A_linux_tags.py | 3 --- configs/GEN/GEN_android_tags.py | 3 --- configs/GEN/GEN_linux_tags.py | 3 --- configs/J7200/J7200_linux_tags.py | 3 --- configs/J721E/J721E_linux_tags.py | 3 --- configs/J721S2/J721S2_linux_tags.py | 3 --- configs/J722S/J722S_linux_tags.py | 5 ----- configs/J742S2/J742S2_linux_tags.py | 3 --- configs/J784S4/J784S4_linux_tags.py | 3 --- configs/TDA4VM/TDA4VM_linux_tags.py | 3 --- 34 files changed, 130 deletions(-) diff --git a/configs/AM335X/AM335X_linux_tags.py b/configs/AM335X/AM335X_linux_tags.py index cc1db6136..4d0dc680a 100644 --- a/configs/AM335X/AM335X_linux_tags.py +++ b/configs/AM335X/AM335X_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/AM335X/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/AM437X/AM437X_linux_tags.py b/configs/AM437X/AM437X_linux_tags.py index d867fc069..07ce7b898 100644 --- a/configs/AM437X/AM437X_linux_tags.py +++ b/configs/AM437X/AM437X_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/AM437X/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/AM57X/AM57X_linux_tags.py b/configs/AM57X/AM57X_linux_tags.py index e1e1f7bca..ecc665a9a 100644 --- a/configs/AM57X/AM57X_linux_tags.py +++ b/configs/AM57X/AM57X_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/AM57X/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/AM62AX/AM62AX_linux_tags.py b/configs/AM62AX/AM62AX_linux_tags.py index 9f9c47c27..7364f5651 100644 --- a/configs/AM62AX/AM62AX_linux_tags.py +++ b/configs/AM62AX/AM62AX_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/AM62AX/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/AM62LX/AM62LX_buildroot_tags.py b/configs/AM62LX/AM62LX_buildroot_tags.py index 259f7c21d..d6f4e66bb 100644 --- a/configs/AM62LX/AM62LX_buildroot_tags.py +++ b/configs/AM62LX/AM62LX_buildroot_tags.py @@ -7,8 +7,3 @@ # The master toctree document. master_doc = 'devices/AM62LX/buildroot/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'buildroot' - - diff --git a/configs/AM62LX/AM62LX_debian_tags.py b/configs/AM62LX/AM62LX_debian_tags.py index 9e77073c5..7fcbbb13e 100644 --- a/configs/AM62LX/AM62LX_debian_tags.py +++ b/configs/AM62LX/AM62LX_debian_tags.py @@ -7,8 +7,3 @@ # The master toctree document. master_doc = 'devices/AM62LX/debian/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'debian' - - diff --git a/configs/AM62LX/AM62LX_linux_tags.py b/configs/AM62LX/AM62LX_linux_tags.py index 6e895d2cf..c733093eb 100644 --- a/configs/AM62LX/AM62LX_linux_tags.py +++ b/configs/AM62LX/AM62LX_linux_tags.py @@ -7,8 +7,3 @@ # The master toctree document. master_doc = 'devices/AM62LX/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' - - diff --git a/configs/AM62PX/AM62PX_android_tags.py b/configs/AM62PX/AM62PX_android_tags.py index 10f753cdd..c1eb28673 100644 --- a/configs/AM62PX/AM62PX_android_tags.py +++ b/configs/AM62PX/AM62PX_android_tags.py @@ -7,8 +7,3 @@ # The master toctree document. master_doc = 'devices/AM62PX/android/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'android' - - diff --git a/configs/AM62PX/AM62PX_debian_tags.py b/configs/AM62PX/AM62PX_debian_tags.py index d9160da5b..246280929 100644 --- a/configs/AM62PX/AM62PX_debian_tags.py +++ b/configs/AM62PX/AM62PX_debian_tags.py @@ -7,8 +7,3 @@ # The master toctree document. master_doc = 'devices/AM62PX/debian/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'debian' - - diff --git a/configs/AM62PX/AM62PX_linux_tags.py b/configs/AM62PX/AM62PX_linux_tags.py index b520e070a..d2e0b0c12 100644 --- a/configs/AM62PX/AM62PX_linux_tags.py +++ b/configs/AM62PX/AM62PX_linux_tags.py @@ -7,8 +7,3 @@ # The master toctree document. master_doc = 'devices/AM62PX/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' - - diff --git a/configs/AM62X/AM62X_android_tags.py b/configs/AM62X/AM62X_android_tags.py index b5f4d7a5e..9b4bd1195 100644 --- a/configs/AM62X/AM62X_android_tags.py +++ b/configs/AM62X/AM62X_android_tags.py @@ -7,8 +7,3 @@ # The master toctree document. master_doc = 'devices/AM62X/android/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'android' - - diff --git a/configs/AM62X/AM62X_buildroot_tags.py b/configs/AM62X/AM62X_buildroot_tags.py index 70e56ebe8..e0052b38d 100644 --- a/configs/AM62X/AM62X_buildroot_tags.py +++ b/configs/AM62X/AM62X_buildroot_tags.py @@ -7,8 +7,3 @@ # The master toctree document. master_doc = 'devices/AM62X/buildroot/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'buildroot' - - diff --git a/configs/AM62X/AM62X_debian_tags.py b/configs/AM62X/AM62X_debian_tags.py index 2192958f0..5f119e6ab 100644 --- a/configs/AM62X/AM62X_debian_tags.py +++ b/configs/AM62X/AM62X_debian_tags.py @@ -7,8 +7,3 @@ # The master toctree document. master_doc = 'devices/AM62X/debian/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'debian' - - diff --git a/configs/AM62X/AM62X_linux_tags.py b/configs/AM62X/AM62X_linux_tags.py index ec97ec2f5..165b96ec6 100644 --- a/configs/AM62X/AM62X_linux_tags.py +++ b/configs/AM62X/AM62X_linux_tags.py @@ -7,8 +7,3 @@ # The master toctree document. master_doc = 'devices/AM62X/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' - - diff --git a/configs/AM64X/AM64X_debian_tags.py b/configs/AM64X/AM64X_debian_tags.py index 9cb684f1f..ffc1c0c0d 100644 --- a/configs/AM64X/AM64X_debian_tags.py +++ b/configs/AM64X/AM64X_debian_tags.py @@ -7,8 +7,3 @@ # The master toctree document. master_doc = 'devices/AM64X/debian/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'debian' - - diff --git a/configs/AM64X/AM64X_linux_tags.py b/configs/AM64X/AM64X_linux_tags.py index 37fbcdd61..870ada6dd 100644 --- a/configs/AM64X/AM64X_linux_tags.py +++ b/configs/AM64X/AM64X_linux_tags.py @@ -7,8 +7,3 @@ # The master toctree document. master_doc = 'devices/AM64X/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' - - diff --git a/configs/AM65X/AM65X_linux_tags.py b/configs/AM65X/AM65X_linux_tags.py index 3003a2ade..8e2e6d221 100644 --- a/configs/AM65X/AM65X_linux_tags.py +++ b/configs/AM65X/AM65X_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/AM65X/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/AM67/AM67_linux_tags.py b/configs/AM67/AM67_linux_tags.py index 22abf62ee..f44334e52 100644 --- a/configs/AM67/AM67_linux_tags.py +++ b/configs/AM67/AM67_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/J7_Family/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/AM67A/AM67A_linux_tags.py b/configs/AM67A/AM67A_linux_tags.py index 7f0dd4ea0..e5d1a1cc0 100644 --- a/configs/AM67A/AM67A_linux_tags.py +++ b/configs/AM67A/AM67A_linux_tags.py @@ -7,8 +7,3 @@ # The master toctree document. master_doc = 'devices/J7_Family/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' - - diff --git a/configs/AM68/AM68_linux_tags.py b/configs/AM68/AM68_linux_tags.py index 9e94d542c..aa99e19c9 100644 --- a/configs/AM68/AM68_linux_tags.py +++ b/configs/AM68/AM68_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/J7_Family/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/AM68A/AM68A_linux_tags.py b/configs/AM68A/AM68A_linux_tags.py index a497c39f4..ebb948353 100644 --- a/configs/AM68A/AM68A_linux_tags.py +++ b/configs/AM68A/AM68A_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/J7_Family/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/AM69/AM69_linux_tags.py b/configs/AM69/AM69_linux_tags.py index befe42228..3cf025ea1 100644 --- a/configs/AM69/AM69_linux_tags.py +++ b/configs/AM69/AM69_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/J7_Family/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/AM69A/AM69A_linux_tags.py b/configs/AM69A/AM69A_linux_tags.py index 7b92c5745..85990fa39 100644 --- a/configs/AM69A/AM69A_linux_tags.py +++ b/configs/AM69A/AM69A_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/J7_Family/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/CORESDK/CORESDK_linux_tags.py b/configs/CORESDK/CORESDK_linux_tags.py index 91a16f472..9058d5aa9 100644 --- a/configs/CORESDK/CORESDK_linux_tags.py +++ b/configs/CORESDK/CORESDK_linux_tags.py @@ -5,7 +5,6 @@ # The master toctree document. master_doc = 'linux/index' - # Output file base name for HTML help builder. htmlhelp_basename = 'ProcessorSDKLinuxdoc' @@ -41,5 +40,3 @@ 'Miscellaneous'), ] -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/DRA821A/DRA821A_linux_tags.py b/configs/DRA821A/DRA821A_linux_tags.py index b24e47aa0..ec3b6f6b8 100644 --- a/configs/DRA821A/DRA821A_linux_tags.py +++ b/configs/DRA821A/DRA821A_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/DRA821A/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/GEN/GEN_android_tags.py b/configs/GEN/GEN_android_tags.py index ce593fa89..ff5e7ee0d 100644 --- a/configs/GEN/GEN_android_tags.py +++ b/configs/GEN/GEN_android_tags.py @@ -40,6 +40,3 @@ 'Texas Instruments Incorporated', 'ProcessorSDKAndroid', 'One line description of project.', 'Miscellaneous'), ] - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'android' diff --git a/configs/GEN/GEN_linux_tags.py b/configs/GEN/GEN_linux_tags.py index 913e95429..b688bb6cf 100644 --- a/configs/GEN/GEN_linux_tags.py +++ b/configs/GEN/GEN_linux_tags.py @@ -40,6 +40,3 @@ 'Texas Instruments Incorporated', 'ProcessorSDKLinux', 'One line description of project.', 'Miscellaneous'), ] - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/J7200/J7200_linux_tags.py b/configs/J7200/J7200_linux_tags.py index fb52c3ac5..8f0931bb7 100644 --- a/configs/J7200/J7200_linux_tags.py +++ b/configs/J7200/J7200_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/J7_Family/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/J721E/J721E_linux_tags.py b/configs/J721E/J721E_linux_tags.py index a6873dd8e..9827ec8d2 100644 --- a/configs/J721E/J721E_linux_tags.py +++ b/configs/J721E/J721E_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/J7_Family/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/J721S2/J721S2_linux_tags.py b/configs/J721S2/J721S2_linux_tags.py index 104fd3a3b..d9967053a 100644 --- a/configs/J721S2/J721S2_linux_tags.py +++ b/configs/J721S2/J721S2_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/J7_Family/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/J722S/J722S_linux_tags.py b/configs/J722S/J722S_linux_tags.py index 923590c1f..220509a74 100644 --- a/configs/J722S/J722S_linux_tags.py +++ b/configs/J722S/J722S_linux_tags.py @@ -7,8 +7,3 @@ # The master toctree document. master_doc = 'devices/J7_Family/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' - - diff --git a/configs/J742S2/J742S2_linux_tags.py b/configs/J742S2/J742S2_linux_tags.py index 325e6dcc4..c89a07bc7 100644 --- a/configs/J742S2/J742S2_linux_tags.py +++ b/configs/J742S2/J742S2_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/J7_Family/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/J784S4/J784S4_linux_tags.py b/configs/J784S4/J784S4_linux_tags.py index af2130c8f..af3f43331 100644 --- a/configs/J784S4/J784S4_linux_tags.py +++ b/configs/J784S4/J784S4_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/J7_Family/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux' diff --git a/configs/TDA4VM/TDA4VM_linux_tags.py b/configs/TDA4VM/TDA4VM_linux_tags.py index a499875d4..89fce6d24 100644 --- a/configs/TDA4VM/TDA4VM_linux_tags.py +++ b/configs/TDA4VM/TDA4VM_linux_tags.py @@ -7,6 +7,3 @@ # The master toctree document. master_doc = 'devices/J7_Family/linux/index' - -# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs -sdk_os = 'linux'