Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ $(info DEVFAMILY is $(DEVFAMILY_UP))

ifeq ($(OS_LOW), android)
# For Android, AM67A and AM67 have their own device directories
ifeq ($(DEVFAMILY_UP), $(filter $(DEVFAMILY_UP), J721E J7200 J721S2 J784S4 AM68 AM69 J722S J742S2 AM68A AM69A TDA4VM))
ifeq ($(DEVFAMILY_UP), $(filter $(DEVFAMILY_UP), J721E J7200 J721S2 J784S4 AM68 AM69 J742S2 AM68A AM69A TDA4VM))
CONFDIR = source/devices/J7_Family/${OS_LOW}
else
CONFDIR = source/devices/$(DEVFAMILY_UP)/${OS_LOW}
endif
else
# For Linux and other OSes, use J7_Family grouping including AM67A and AM67
ifeq ($(DEVFAMILY_UP), $(filter $(DEVFAMILY_UP), J721E J7200 J721S2 J784S4 AM68 AM69 J722S AM67 J742S2 AM68A AM67A AM69A TDA4VM))
ifeq ($(DEVFAMILY_UP), $(filter $(DEVFAMILY_UP), J721E J7200 J721S2 J784S4 AM68 AM69 AM67 J742S2 AM68A AM67A AM69A TDA4VM))
CONFDIR = source/devices/J7_Family/${OS_LOW}
else
CONFDIR = source/devices/$(DEVFAMILY_UP)/${OS_LOW}
Expand Down
2 changes: 1 addition & 1 deletion configs/J722S/J722S_linux_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
html_title = 'Processor SDK J722S Documentation'

# The master toctree document.
master_doc = 'devices/J7_Family/linux/index'
master_doc = 'devices/J722S/linux/index'
14 changes: 7 additions & 7 deletions configs/J722S/J722S_linux_toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ linux/Overview/Download_and_Install_the_SDK
linux/Overview/Run_Setup_Scripts
linux/Overview/GCC_ToolChain
linux/Overview/Processor_SDK_Linux_create_SD_card
devices/J7_Family/linux/index
devices/J7_Family/linux/Release_Specific
devices/J7_Family/linux/Release_Specific_Release_Notes
devices/J7_Family/linux/Release_Specific_Yocto_layer_Configuration
devices/J7_Family/linux/Release_Specific_Migration_Guide
devices/J7_Family/linux/Release_Specific_Kernel_Performance_Guide
devices/J7_Family/linux/Release_Specific_Supported_Platforms_and_Versions
devices/J722S/linux/index
devices/J722S/linux/Release_Specific
devices/J722S/linux/Release_Specific_Release_Notes
devices/J722S/linux/Release_Specific_Yocto_layer_Configuration
devices/J722S/linux/Release_Specific_Migration_Guide
devices/J722S/linux/Release_Specific_Kernel_Performance_Guide
devices/J722S/linux/Release_Specific_Supported_Platforms_and_Versions
linux/Foundational_Components
linux/Foundational_Components_U-Boot
linux/Foundational_Components/U-Boot/Users-Guide
Expand Down
12 changes: 12 additions & 0 deletions source/devices/J722S/linux/Release_Specific.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
##################
Release Specific

Check warning on line 2 in source/devices/J722S/linux/Release_Specific.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Headings] Use sentence-style capitalization in 'Release Specific'. Raw Output: {"message": "[RedHat.Headings] Use sentence-style capitalization in 'Release Specific'.", "location": {"path": "source/devices/J722S/linux/Release_Specific.rst", "range": {"start": {"line": 2, "column": 1}}}, "severity": "INFO"}
##################

.. toctree::
:maxdepth: 5

Release_Specific_Release_Notes
Release_Specific_Kernel_Performance_Guide
Release_Specific_Yocto_layer_Configuration
Release_Specific_Supported_Platforms_and_Versions
Release_Specific_Migration_Guide
Loading
Loading