Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Yocto Layer Configuration
.. ifconfig:: CONFIG_image_type in ( 'adas', 'edgeai')

|__SDK_FULL_NAME__| uses the 'oe-layersetup' tool to configure the meta layers. If you do not have the Linux SDK package installed:

.. code-block:: console

git clone https://git.ti.com/git/arago-project/oe-layersetup.git yocto-build
Expand All @@ -19,7 +19,7 @@ Yocto Layer Configuration
.. ifconfig:: CONFIG_image_type in ('default')

|__SDK_FULL_NAME__| uses the 'oe-layersetup' tool to configure the meta layers. If you do not have the Linux SDK package installed:

.. code-block:: console

git clone https://git.ti.com/git/arago-project/oe-layersetup.git yocto-build
Expand Down Expand Up @@ -48,5 +48,5 @@ Use below in place of <Config File>, to setup the meta layers for the current re
+----------------------------------------------------+------------------------------------------------+--------------------------------+
| Description | Config File | Supported yocto build machine |
+====================================================+================================================+================================+
| |__SDK_FULL_NAME__| : 11_02_01 Release | processor-sdk-analytics-11.02.01-config.txt | |__SDK_BUILD_MACHINE__| |
| |__SDK_FULL_NAME__| : 11_02_02 Release | processor-sdk-analytics-11.02.02-config.txt | |__SDK_BUILD_MACHINE__| |
Comment thread
Puyush45 marked this conversation as resolved.
+----------------------------------------------------+------------------------------------------------+--------------------------------+
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ U-Boot

.. note::

meta-edgeai Yocto layer contains additional patches for U-Boot `here <https://git.ti.com/cgit/edgeai/meta-edgeai/tree/recipes-bsp/u-boot?h=REL.PSDK.ANALYTICS.11.02.01.02>`__.
meta-edgeai Yocto layer contains additional patches for U-Boot `here <https://git.ti.com/cgit/edgeai/meta-edgeai/tree/recipes-bsp/u-boot?h=REL.PSDK.ANALYTICS.11.02.02.03>`__.

.. _kernel-release-notes:

Expand Down Expand Up @@ -131,7 +131,7 @@ Kernel

.. note::

meta-edgeai Yocto layer contains additional patches for Kernel `here <https://git.ti.com/cgit/edgeai/meta-edgeai/tree/recipes-kernel/linux?h=REL.PSDK.ANALYTICS.11.02.01.02>`__.
meta-edgeai Yocto layer contains additional patches for Kernel `here <https://git.ti.com/cgit/edgeai/meta-edgeai/tree/recipes-kernel/linux?h=REL.PSDK.ANALYTICS.11.02.02.03>`__.

TF-A
----
Expand Down Expand Up @@ -205,19 +205,19 @@ Yocto

| Repo: https://github.com/TexasInstruments/meta-tisdk.git
| Branch: scarthgap
| Release Tag: REL.PSDK.ANALYTICS.11.02.01.02
| Release Tag: REL.PSDK.ANALYTICS.11.02.02.03
|

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

.. rubric:: meta-edgeai

| Head Commit: 04db1a86f468b1072eaf72cb723b0d1b76a505ce tisdk-adas-image: Add edgeai-gst-plugins into ADAS_STACK
| Date: Sat June 27 01:38:24 2026 -0500
| Head Commit: 75f2d4860776bddb7c50c6de40480819167a0e6f [edgeai-gst-plugins]: Update the commit id to latest
| Date: Mon Sep 07 00:39:25 2026 -0500

| Clone: git://git.ti.com/edgeai/meta-edgeai.git
| Branch: scarthgap
| Release Tag: REL.PSDK.ANALYTICS.11.02.01.02
| Release Tag: REL.PSDK.ANALYTICS.11.02.02.03
|

Issues Tracker
Expand Down
Loading