NAK. We have moved the configs over to an XML format so that we can support multiple layer setup tools. You need to convert this file into an appropriate XML file, run make to generate all of the correct setup files, and then submit all of those files in this patch.
More information can be found in the README at the top of the repository. On 1/7/2025 7:14 AM, Shreyash Sinha wrote:
Signed-off-by: Shreyash Sinha <[email protected]> --- .../processor-sdk-analytics-10.01.00-config.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 configs/processor-sdk-analytics/processor-sdk-analytics-10.01.00-config.txt diff --git a/configs/processor-sdk-analytics/processor-sdk-analytics-10.01.00-config.txt b/configs/processor-sdk-analytics/processor-sdk-analytics-10.01.00-config.txt new file mode 100644 index 0000000..df51b1b --- /dev/null +++ b/configs/processor-sdk-analytics/processor-sdk-analytics-10.01.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,f40a3a477d5241b697bf2fb030dd804c1ff5839f +meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap,b6349e47760397add572cc27468e0f30b40474c1,layers=meta-arago-distro:meta-arago-extras:meta-arago-demos:meta-arago-test +meta-qt5,https://github.com/meta-qt5/meta-qt5.git,scarthgap,a1af9bdf2bcf06df85aeac997bfbdcb414d8e0e0,layers= +meta-virtualization,https://git.yoctoproject.org/meta-virtualization,scarthgap,450941a1b6df96285691e8c23d4f332d3c88a994,layers= +meta-openembedded,https://git.openembedded.org/meta-openembedded,scarthgap,b8d1a14f7f3b76457c36752202ea7ae5881b6654,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia +meta-ti,https://git.yoctoproject.org/meta-ti,scarthgap,f06324bc1649e4f437686560cbd66f973ba920f5,layers=meta-ti-extras:meta-ti-bsp +meta-arm,https://git.yoctoproject.org/meta-arm,scarthgap,7088279c0ab00c7dabefdd4544951b4746b48476,layers=meta-arm:meta-arm-toolchain +meta-clang,https://github.com/kraj/meta-clang,scarthgap,9fbfa9db33131abdf3870a94f00199eb53e276e5,layers= +oe-core,https://git.openembedded.org/openembedded-core,scarthgap,92cb4641ff4ec8c1f681bca21cfeaf2ba6923ab7,layers=meta +meta-tisdk,https://git.ti.com/git/ti-sdk-linux/meta-tisdk.git,scarthgap,fcd7661087b0dd5b5b57d30ba0d45f2698e962f8,layers= +meta-edgeai,https://git.ti.com/git/edgeai/meta-edgeai.git,scarthgap,41499d7bcc8d37862b93c0d56cf782f9182d0be1,layers= +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-arago64-v2.conf.sample +BITBAKE_INCLUSIVE_VARS=yes
-- Ryan Eatmon [email protected] ----------------------------------------- Texas Instruments, Inc. - LCPD - MGTS -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15686): https://lists.yoctoproject.org/g/meta-arago/message/15686 Mute This Topic: https://lists.yoctoproject.org/mt/110477635/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
