From patchwork Fri Aug 11 09:57:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rahul T R X-Patchwork-Id: 28687 X-Patchwork-Delegate: reatmon@ti.com 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 5F156C04A6A for ; Fri, 11 Aug 2023 09:58:02 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by mx.groups.io with SMTP id smtpd.web10.39302.1691747879882214867 for ; Fri, 11 Aug 2023 02:58:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=e+u4A0tN; spf=pass (domain: ti.com, ip: 198.47.19.142, mailfrom: r-ravikumar@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 37B9vwJm067145 for ; Fri, 11 Aug 2023 04:57:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1691747878; bh=rl8e7g2ivdjYmWN5ikPmcX+MPs0qDYWUwDZhBWgxj44=; h=From:To:CC:Subject:Date; b=e+u4A0tNxAFJSNsZifJ3wG05gSCg6v5h/JGF+Y5dF/Q3MBkr81CJ4Lq//JalyLtYE 1PbBf+0sV/UGPhMPeYBwVCUID+RypqJqsKqbyO/c4WLSZ+NLwpYRPX7KgSv8XAQGPN eRseTAhNpJf+DcfOSrxIzEv9L6V+iBoM2Jmea3qs= Received: from DLEE100.ent.ti.com (dlee100.ent.ti.com [157.170.170.30]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 37B9vwIV081055 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 11 Aug 2023 04:57:58 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 11 Aug 2023 04:57:58 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE104.ent.ti.com (157.170.170.34) 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; Fri, 11 Aug 2023 04:57:58 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 37B9vvFu109336; Fri, 11 Aug 2023 04:57:58 -0500 From: Rahul T R To: CC: , Rahul T R Subject: [meta-arago][oe-layersetup][PATCH] configs: processor-sdk-analytics: Adding 9.0 release config Date: Fri, 11 Aug 2023 15:27:54 +0530 Message-ID: <20230811095754.339977-1-r-ravikumar@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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 ; Fri, 11 Aug 2023 09:58:02 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14834 9.0 onwards we are using yocto to build Analytics SDK for TDA4VM, AM68A, AM69A, and AM62A. Add this yocto config in a new folder Signed-off-by: Rahul T R --- .../processor-sdk-analytics-09.00.00-config.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 configs/processor-sdk-analytics/processor-sdk-analytics-09.00.00-config.txt diff --git a/configs/processor-sdk-analytics/processor-sdk-analytics-09.00.00-config.txt b/configs/processor-sdk-analytics/processor-sdk-analytics-09.00.00-config.txt new file mode 100644 index 0000000..feed4e7 --- /dev/null +++ b/configs/processor-sdk-analytics/processor-sdk-analytics-09.00.00-config.txt @@ -0,0 +1,16 @@ +# 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.0,907416ee1062f87f5844ab0638b54616abfc1a22 +meta-arago,https://git.yoctoproject.org/meta-arago,kirkstone,4d7741adb72c626d05b845867c72f157b64d5944,layers=meta-arago-distro:meta-arago-extras:meta-arago-demos +meta-qt5,https://github.com/meta-qt5/meta-qt5.git,kirkstone,bff5bd937f0776166e81a63f3dd39ede348ef758,layers= +meta-virtualization,https://git.yoctoproject.org/meta-virtualization,kirkstone,b3b3dbc67504e8cd498d6db202ddcf5a9dd26a9d,layers= +meta-openembedded,https://git.openembedded.org/meta-openembedded,kirkstone,346753705e49a2486867dc150181a1c7f4d69377,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems +meta-ti,https://git.yoctoproject.org/meta-ti,kirkstone,474af844b0e808f5401ab0b89e59d1ade39f3d16,layers=meta-ti-extras:meta-ti-bsp +meta-arm,https://git.yoctoproject.org/meta-arm,kirkstone,c39bb4ce3b60b73d35c5fb06af012432e70d6b38,layers=meta-arm:meta-arm-toolchain +oe-core,https://git.openembedded.org/openembedded-core,kirkstone,cef730284b8616ba07c1b062c992c36af730580e,layers=meta +meta-psdkla,https://git.ti.com/git/jacinto-linux/meta-psdkla.git,kirkstone,9c754ecda6f1019d0126dd4dc163e0ae01772eb0,layers= +meta-edgeai,https://git.ti.com/git/edgeai/meta-edgeai.git,kirkstone,c0acda7c6920b9f9f3ebccd5c9ce19f52934a51f,layers= +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-arago64-v2.conf.sample +BITBAKE_INCLUSIVE_VARS=yes