From patchwork Wed May 21 15:23:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shreyash Sinha X-Patchwork-Id: 63476 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04509C2D0CD for ; Wed, 21 May 2025 15:23:23 +0000 (UTC) Received: from fllvem-ot04.ext.ti.com (fllvem-ot04.ext.ti.com [198.47.19.246]) by mx.groups.io with SMTP id smtpd.web10.1905.1747841001442930570 for ; Wed, 21 May 2025 08:23:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=IVpesvQ+; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: s-sinha@ti.com) Received: from fllvem-sh04.itg.ti.com ([10.64.41.54]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTP id 54LFNK1v371384 for ; Wed, 21 May 2025 10:23:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1747841000; bh=6IAuqSA3RsNXYXmgfp4rF98uCU7HovbB/3l72INR5r4=; h=From:To:CC:Subject:Date; b=IVpesvQ+dFs9Iv/+ErZX4LLeefVj5CeW1h1BZCtdwIKwJJdlFqarm5Y+3echP1V7M NuEzSIx+eIol//I/hnk/Y2MDuayDJiPDXmWjpgC217f22QqnMYIsHTwFtk84PcJliC opVhfs0CqBdOT3F3T5/AJyoCHYS9YKA72TbbhsKU= Received: from DLEE107.ent.ti.com (dlee107.ent.ti.com [157.170.170.37]) by fllvem-sh04.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 54LFNJr62820185 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL) for ; Wed, 21 May 2025 10:23:20 -0500 Received: from DLEE112.ent.ti.com (157.170.170.23) by DLEE107.ent.ti.com (157.170.170.37) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 21 May 2025 10:23:19 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 21 May 2025 10:23:19 -0500 Received: from localhost (robotics.dhcp.ti.com [10.24.69.145]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 54LFNIWu006922; Wed, 21 May 2025 10:23:19 -0500 From: Shreyash Sinha To: CC: , Shreyash Sinha Subject: [meta-arago][oe-layersetup][PATCH v2] configs: processor-sdk-analytics: Add 11.0 release config Date: Wed, 21 May 2025 20:53:16 +0530 Message-ID: <20250521152316.1639080-1-s-sinha@ti.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 21 May 2025 15:23:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16236 Signed-off-by: Shreyash Sinha --- ...ocessor-sdk-analytics-11.00.00-config.json | 147 +++++++++++++++ .../bblayers.conf.sample | 32 ++++ .../conf-notes.txt | 22 +++ .../conf-summary.txt | 1 + .../local.conf.sample | 175 ++++++++++++++++++ ...rocessor-sdk-analytics-11.00.00-config.txt | 17 ++ ...rocessor-sdk-analytics-11.00.00-config.yml | 80 ++++++++ ...rocessor-sdk-analytics-11.00.00-config.xml | 70 +++++++ 8 files changed, 544 insertions(+) create mode 100644 bitbake-setup/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config.json create mode 100644 conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/bblayers.conf.sample create mode 100644 conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/conf-notes.txt create mode 100644 conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/conf-summary.txt create mode 100644 conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/local.conf.sample create mode 100644 configs/processor-sdk-analytics/processor-sdk-analytics-11.00.00-config.txt create mode 100644 kas/processor-sdk-analytics/processor-sdk-analytics-11.00.00-config.yml create mode 100644 src/configs/processor-sdk-analytics/processor-sdk-analytics-11.00.00-config.xml diff --git a/bitbake-setup/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config.json b/bitbake-setup/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config.json new file mode 100644 index 0000000..d4ca6ae --- /dev/null +++ b/bitbake-setup/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config.json @@ -0,0 +1,147 @@ +{ + "version": "1.0", + "description": "TI Processor SDK Analytics v11.00.00", + "sources": { + "oe-layersetup": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.ti.com/git/arago-project/oe-layersetup.git" + } + }, + "rev": "master" + }, + "path": "oe-layersetup" + }, + "bitbake": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.openembedded.org/bitbake" + } + }, + "rev": "2.8" + }, + "path": "bitbake" + }, + "meta-arago": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-arago" + } + }, + "rev": "scarthgap" + }, + "path": "meta-arago" + }, + "meta-qt6": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://code.qt.io/yocto/meta-qt6.git" + } + }, + "rev": "6.9" + }, + "path": "meta-qt6" + }, + "meta-virtualization": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-virtualization" + } + }, + "rev": "scarthgap" + }, + "path": "meta-virtualization" + }, + "meta-openembedded": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.openembedded.org/meta-openembedded" + } + }, + "rev": "scarthgap" + }, + "path": "meta-openembedded" + }, + "meta-ti": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-ti" + } + }, + "rev": "scarthgap" + }, + "path": "meta-ti" + }, + "meta-arm": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-arm" + } + }, + "rev": "scarthgap" + }, + "path": "meta-arm" + }, + "meta-clang": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/kraj/meta-clang" + } + }, + "rev": "scarthgap" + }, + "path": "meta-clang" + }, + "oe-core": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.openembedded.org/openembedded-core" + } + }, + "rev": "scarthgap" + }, + "path": "oe-core" + }, + "meta-tisdk": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.ti.com/git/ti-sdk-linux/meta-tisdk.git" + } + }, + "rev": "scarthgap" + }, + "path": "meta-tisdk" + }, + "meta-edgeai": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.ti.com/git/edgeai/meta-edgeai.git" + } + }, + "rev": "scarthgap" + }, + "path": "meta-edgeai" + } + }, + "configuration": { + "bitbake-setup": { + "default": { + "description": "Default build configuration", + "template": "oe-layersetup-processor-sdk-analytics_processor-sdk-analytics-11.00.00-config", + "targets": [ "bitbake -k tisdk-default-image" ] + } + } + } +} diff --git a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/bblayers.conf.sample b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/bblayers.conf.sample new file mode 100644 index 0000000..51640e0 --- /dev/null +++ b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/bblayers.conf.sample @@ -0,0 +1,32 @@ +# This template file was created by taking the oe-core/meta/conf/bblayers.conf +# file and removing the BBLAYERS section at the end. + +# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf +# changes incompatibly +LCONF_VERSION = "5" + +BBPATH = "${TOPDIR}" +BBFILES ?= "" + +BBLAYERS ?= " \ + ##OEROOT##/../meta-arago/meta-arago-distro + ##OEROOT##/../meta-arago/meta-arago-extras + ##OEROOT##/../meta-arago/meta-arago-test + ##OEROOT##/../meta-qt6 + ##OEROOT##/../meta-virtualization + ##OEROOT##/../meta-openembedded/meta-networking + ##OEROOT##/../meta-openembedded/meta-python + ##OEROOT##/../meta-openembedded/meta-oe + ##OEROOT##/../meta-openembedded/meta-gnome + ##OEROOT##/../meta-openembedded/meta-filesystems + ##OEROOT##/../meta-openembedded/meta-multimedia + ##OEROOT##/../meta-ti/meta-ti-extras + ##OEROOT##/../meta-ti/meta-ti-bsp + ##OEROOT##/../meta-arm/meta-arm + ##OEROOT##/../meta-arm/meta-arm-toolchain + ##OEROOT##/../meta-clang + ##OEROOT##/../oe-core/meta + ##OEROOT##/../meta-tisdk/meta-ti-foundational + ##OEROOT##/../meta-edgeai + ##OEROOT##/../oe-layersetup +" diff --git a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/conf-notes.txt b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/conf-notes.txt new file mode 100644 index 0000000..1880460 --- /dev/null +++ b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/conf-notes.txt @@ -0,0 +1,22 @@ + +### Shell environment set up for builds. ### + +You can now run 'bitbake ' + +If you have not set MACHINE in your local.conf you can run +'MACHINE=xxxxx bitbake ' + +Common targets are: + tisdk-default-image + tisdk-base-image + tisdk-bootstrap-base-image + tisdk-bootstrap-image + tisdk-thinlinux-image + tisdk-tiny-image + +You can also run generated qemu images with a command like 'runqemu qemux86-64'. + +Other commonly useful commands are: + - 'devtool' and 'recipetool' handle common recipe tasks + - 'bitbake-layers' handles common layer tasks + - 'oe-pkgdata-util' handles common target package tasks diff --git a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/conf-summary.txt b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/conf-summary.txt new file mode 100644 index 0000000..fce6b63 --- /dev/null +++ b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/conf-summary.txt @@ -0,0 +1 @@ +TI Processor SDK Analytics v11.00.00 diff --git a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/local.conf.sample b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/local.conf.sample new file mode 100644 index 0000000..8ad6f26 --- /dev/null +++ b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-11.00.00-config/local.conf.sample @@ -0,0 +1,175 @@ +# CONF_VERSION is increased each time build/conf/ changes incompatibly +CONF_VERSION = "2" + +# +# Where to place downloads +# +# During a first build the system will download many different source code +# tarballs from various upstream projects. This can take a while, particularly +# if your network connection is slow. These are all stored in DL_DIR. When +# wiping and rebuilding you can preserve this directory to speed up this part +# of subsequent builds. This directory is safe to share between multiple builds +# on the same machine too. +DL_DIR = "${TOPDIR}/../downloads" + +# +# Where to place shared-state files +# +# BitBake has the capability to accelerate builds based on previously built +# output. This is done using "shared state" files which can be thought of as +# cache objects and this option determines where those files are placed. +# +# You can wipe out TMPDIR leaving this directory intact and the build would +# regenerate from these files if no changes were made to the configuration. +# If changes were made to the configuration, only shared state files where the +# state was still valid would be used (done using checksums). +SSTATE_DIR = "${TOPDIR}/sstate-cache" + +# +# Shared-state files from other locations +# +# As mentioned above, shared state files are prebuilt cache data objects which +# can be used to accelerate build time. This variable can be used to configure +# the system to search other mirror locations for these objects before it +# builds the data itself. +# +# This can be a filesystem directory, or a remote url such as http or ftp. +# These would contain the sstate-cache results from previous builds (possibly +# from other machines). This variable works like fetcher MIRRORS/PREMIRRORS +# and points to the cache locations to check for the shared objects. +#SSTATE_MIRRORS ?= "\ +#file://.* http://someserver.tld/share/sstate/ \n \ +#file://.* file:///some/local/dir/sstate/" + +# +# Where to place the build output +# +# This option specifies where the bulk of the building work should be done and +# where BitBake should place its temporary files and output. Keep in mind that +# this includes the extraction and compilation of many applications and the toolchain +# which can use Gigabytes of hard disk space. +TMPDIR = "${TOPDIR}/arago-tmp" + +# By default, DEPLOY_DIR is inside TMPDIR, but can be changed here to be outside +#DEPLOY_DIR = "${TOPDIR}/deploy" + +# +# Machine Selection +# +# You need to select a specific machine to target the build with. There are a selection +# of emulated machines available which can boot and run in the QEMU emulator: +# +#MACHINE ?= "arago" + +# +# Package Management configuration +# +# This variable lists which packaging formats to enable. Multiple package backends +# can be enabled at once and the first item listed in the variable will be used +# to generate the root filesystems. +# Options are: +# - 'package_deb' for debian style deb files +# - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) +# - 'package_rpm' for rpm style packages +# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" +# We default to ipk: +PACKAGE_CLASSES ?= "package_ipk" + +# +# SDK/ADT target architecture +# +# This variable specified the architecture to build SDK/ADT items for and means +# you can build the SDK packages for architectures other than the machine you are +# running the build on (i.e. building i686 packages on an x86_64 host._ +# Supported values are i686 and x86_64 +SDKMACHINE ?= "x86_64" + +# +# Extra image configuration defaults +# +# The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated +# images. Some of these options are added to certain image types automatically. The +# variable can contain the following options: +# "dbg-pkgs" - add -dbg packages for all installed packages +# (adds symbol information for debugging/profiling) +# "dev-pkgs" - add -dev packages for all installed packages +# (useful if you want to develop against libs in the image) +# "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) +# "tools-debug" - add debugging tools (gdb, strace) +# "tools-profile" - add profiling tools (oprofile, exmap, lttng valgrind (x86 only)) +# "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) +# "debug-tweaks" - make an image suitable for development +# e.g. ssh root access has a blank password +# There are other application targets that can be used here too, see +# meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. +# We default to enabling the debugging tweaks. +EXTRA_IMAGE_FEATURES = "debug-tweaks" + +# +# Additional image features +# +# The following is a list of additional classes to use when building images which +# enable extra features. Some available options which can be included in this variable +# are: +# - 'buildstats' collect build statistics +# - 'image-swab' to perform host system intrusion detection +# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended +USER_CLASSES ?= "buildstats" + +# By default disable interactive patch resolution (tasks will just fail instead): +PATCHRESOLVE = "noop" + +# By default the machine configuration file sets the IMAGE_FSTYPES. But if you +# would like to add additional file system types you can uncomment the +# following line and add the additional IMAGE_FSTYPES you want created +# as part of the build flow. Some common types are listed below and you +# can remove the ones you do not want. +# IMAGE_FSTYPES += "jffs2 cramfs ext2.gz ext3.gz squashfs ubi tar.gz tar.bz2 cpio" + +# +# Parallelism Options +# +# These two options control how much parallelism BitBake should use. The first +# option determines how many tasks bitbake should run in parallel: +# +# BB_NUMBER_THREADS ?= "1" +# +# The second option controls how many processes make should run in parallel when +# running compile tasks: +# +# PARALLEL_MAKE ?= "-j 1" +# +# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would +# be appropriate for example +# +# NOTE: By default, bitbake will choose the number of processeors on your host +# so you should not need to set this unless you are wanting to lower the number +# allowed. +# + +DISTRO = "arago" + +# Set terminal types by default it expects gnome-terminal +# but we chose xterm +TERMCMD = "${XTERM_TERMCMD}" +TERMCMDRUN = "${XTERM_TERMCMDRUN}" + +# Don't generate the mirror tarball for SCM repos, the snapshot is enough +BB_GENERATE_MIRROR_TARBALLS = "0" + +# Uncomment this to remove work directory after packaging to save disk space +#INHERIT += "rm_work" + +# Keep one set of images by default +RM_OLD_IMAGE = "1" + +# Enable local PR service for binary feeds +PRSERV_HOST = "localhost:0" + +# Enable hash equiv server +BB_SIGNATURE_HANDLER = "OEEquivHash" +BB_HASHSERVE = "auto" + +# It is recommended to activate "buildhistory" for testing the PR service +INHERIT += "buildhistory" +BUILDHISTORY_COMMIT = "1" diff --git a/configs/processor-sdk-analytics/processor-sdk-analytics-11.00.00-config.txt b/configs/processor-sdk-analytics/processor-sdk-analytics-11.00.00-config.txt new file mode 100644 index 0000000..976047c --- /dev/null +++ b/configs/processor-sdk-analytics/processor-sdk-analytics-11.00.00-config.txt @@ -0,0 +1,17 @@ +# This file takes repo entries in the format +# repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern] + +bitbake,https://git.openembedded.org/bitbake,2.8,696c2c1ef095f8b11c7d2eff36fae50f58c62e5e +meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap,c04e85dd207dd24387edac10526b9ec971df9496,layers=meta-arago-distro:meta-arago-extras:meta-arago-test +meta-qt6,https://code.qt.io/yocto/meta-qt6.git,6.9,fce7cf8c3aa54b3650a30a79dce705838c32f3c3,layers= +meta-virtualization,https://git.yoctoproject.org/meta-virtualization,scarthgap,9e040ee8dd6025558ea60ac9db60c41bfeddf221,layers= +meta-openembedded,https://git.openembedded.org/meta-openembedded,scarthgap,e92d0173a80ea7592c866618ef5293203c50544c,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia +meta-ti,https://git.yoctoproject.org/meta-ti,scarthgap,a98a2e1029870b25e117d4c9410e75bfd955f35a,layers=meta-ti-extras:meta-ti-bsp +meta-arm,https://git.yoctoproject.org/meta-arm,scarthgap,8e0f8af90fefb03f08cd2228cde7a89902a6b37c,layers=meta-arm:meta-arm-toolchain +meta-clang,https://github.com/kraj/meta-clang,scarthgap,eaa08939eaec9f620b14742ff3ac568553683034,layers= +oe-core,https://git.openembedded.org/openembedded-core,scarthgap,b214cc84a922f7a3fb7ebbc501189ce25e8bd2bd,layers=meta +meta-tisdk,https://git.ti.com/git/ti-sdk-linux/meta-tisdk.git,scarthgap,1f96dccc01f10c73295e0bac6a15a97d3d4562fd,layers=meta-ti-foundational +meta-edgeai,https://git.ti.com/git/edgeai/meta-edgeai.git,scarthgap,81d1b80b2a314814c6d900e82ea2da93eee3f57d,layers= +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-arago64-v2.conf.sample +BITBAKE_INCLUSIVE_VARS=yes diff --git a/kas/processor-sdk-analytics/processor-sdk-analytics-11.00.00-config.yml b/kas/processor-sdk-analytics/processor-sdk-analytics-11.00.00-config.yml new file mode 100644 index 0000000..5e5c085 --- /dev/null +++ b/kas/processor-sdk-analytics/processor-sdk-analytics-11.00.00-config.yml @@ -0,0 +1,80 @@ +header: + version: 17 + includes: + - ../templates/bblayers.conf.yml + - ../templates/local-arago64-v2.conf.yml + +target: tisdk-default-image + +repos: + meta-arago: + url: "https://git.yoctoproject.org/meta-arago" + branch: "scarthgap" + commit: "c04e85dd207dd24387edac10526b9ec971df9496" + layers: + meta-arago-distro: + meta-arago-extras: + meta-arago-test: + + meta-qt6: + url: "https://code.qt.io/yocto/meta-qt6.git" + branch: "6.9" + commit: "fce7cf8c3aa54b3650a30a79dce705838c32f3c3" + + meta-virtualization: + url: "https://git.yoctoproject.org/meta-virtualization" + branch: "scarthgap" + commit: "9e040ee8dd6025558ea60ac9db60c41bfeddf221" + + meta-openembedded: + url: "https://git.openembedded.org/meta-openembedded" + branch: "scarthgap" + commit: "e92d0173a80ea7592c866618ef5293203c50544c" + layers: + meta-networking: + meta-python: + meta-oe: + meta-gnome: + meta-filesystems: + meta-multimedia: + + meta-ti: + url: "https://git.yoctoproject.org/meta-ti" + branch: "scarthgap" + commit: "a98a2e1029870b25e117d4c9410e75bfd955f35a" + layers: + meta-ti-extras: + meta-ti-bsp: + + meta-arm: + url: "https://git.yoctoproject.org/meta-arm" + branch: "scarthgap" + commit: "8e0f8af90fefb03f08cd2228cde7a89902a6b37c" + layers: + meta-arm: + meta-arm-toolchain: + + meta-clang: + url: "https://github.com/kraj/meta-clang" + branch: "scarthgap" + commit: "eaa08939eaec9f620b14742ff3ac568553683034" + + oe-core: + url: "https://git.openembedded.org/openembedded-core" + branch: "scarthgap" + commit: "b214cc84a922f7a3fb7ebbc501189ce25e8bd2bd" + layers: + meta: + + meta-tisdk: + url: "https://git.ti.com/git/ti-sdk-linux/meta-tisdk.git" + branch: "scarthgap" + commit: "1f96dccc01f10c73295e0bac6a15a97d3d4562fd" + layers: + meta-ti-foundational: + + meta-edgeai: + url: "https://git.ti.com/git/edgeai/meta-edgeai.git" + branch: "scarthgap" + commit: "81d1b80b2a314814c6d900e82ea2da93eee3f57d" + diff --git a/src/configs/processor-sdk-analytics/processor-sdk-analytics-11.00.00-config.xml b/src/configs/processor-sdk-analytics/processor-sdk-analytics-11.00.00-config.xml new file mode 100644 index 0000000..23b1a1e --- /dev/null +++ b/src/configs/processor-sdk-analytics/processor-sdk-analytics-11.00.00-config.xml @@ -0,0 +1,70 @@ + + + TI Processor SDK Analytics v11.00.00 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-test + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + meta-ti-foundational + + + + + + + + + + + + +