Message ID | 20250919051922.3101673-1-b-padhi@ti.com |
---|---|
State | Superseded |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,oe-layersetup] configs: processor-sdk-linux: Add 11.01.02.01 release config | expand |
Beleswar, oe-layersetup structure has changed... to support multiple layersetup tools, including the existing shell script. These various tools need this yocto layer config in diff formats like json, yml, etc. So there is a script to convert the yocto config .txt to all of those formats. Please run that script and resend the patch Refer https://git.ti.com/cgit/arago-project/oe-layersetup/tree/README#n62 You can find examples in recent release-config-addition-commits. Thanks, Aniket On 19/09/25 10:49, Beleswar Padhi wrote: > Add release config for SDK 11.01.02.01 which will be used by AM57x and > AM57x-HS platforms. > > Signed-off-by: Beleswar Padhi <b-padhi@ti.com> > --- > .../processor-sdk-linux-11_01_02_01.txt | 21 +++++++++++++++++++ > 1 file changed, 21 insertions(+) > create mode 100644 configs/processor-sdk-linux/processor-sdk-linux-11_01_02_01.txt > > diff --git a/configs/processor-sdk-linux/processor-sdk-linux-11_01_02_01.txt b/configs/processor-sdk-linux/processor-sdk-linux-11_01_02_01.txt > new file mode 100644 > index 0000000..9199dec > --- /dev/null > +++ b/configs/processor-sdk-linux/processor-sdk-linux-11_01_02_01.txt > @@ -0,0 +1,21 @@ > +# 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,982645110a19ebb94d519926a4e14c8a2a205cfd > +meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap,67c473bc6d88a2cce13b2e8c36fcb79cb0015339,layers=meta-arago-distro:meta-arago-extras:meta-arago-test > +#meta-browser,https://github.com/OSSystems/meta-browser.git,master,27ca52f635a31f5f9762813a8527dd31323549b7,layers=meta-chromium > +#meta-selinux,https://git.yoctoproject.org/meta-selinux,scarthgap,HEAD,layers= > +meta-qt6,https://code.qt.io/yocto/meta-qt6.git,6.9,ade45671712b72e988d622caab51774f5a069c32,layers= > +meta-virtualization,https://git.yoctoproject.org/meta-virtualization,scarthgap,af1db2042caf8021d767dce1b26c08b59b96f3d1,layers= > +meta-openembedded,https://git.openembedded.org/meta-openembedded,scarthgap,c29a18fa39ede952f3f6108ec007c1906e2d9a0d,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia > +meta-lts-mixins,https://git.yoctoproject.org/meta-lts-mixins,scarthgap/rust,a8046d5ec53b1856169ac795aa87cb0d5db84c04,layers= > +meta-ti,https://git.yoctoproject.org/meta-ti,scarthgap,0e2876e2ea7c28ddff5bc0052bdbc83dd07b7c98,layers=meta-ti-extras:meta-beagle:meta-ti-bsp > +meta-arm,https://git.yoctoproject.org/meta-arm,scarthgap,0f1e7bf92c89759f0ab74cfa5be4ee47b092ad46,layers=meta-arm:meta-arm-toolchain > +meta-clang,https://github.com/kraj/meta-clang,scarthgap,057ee563305e9484b29d02347aeafdadc5ea28ed,layers= > +#meta-flutter,https://github.com/meta-flutter/meta-flutter.git,scarthgap,HEAD,layers=.:meta-flutter-apps > +oe-core,https://git.openembedded.org/openembedded-core,scarthgap,baa5e7ea5f37f54c2a00080798ad7fb4c0664f69,layers=meta > +meta-tisdk,https://git.ti.com/git/ti-sdk-linux/meta-tisdk.git,am57x,982761ae3031c12ab7c270fb4e91b15198795299,layers=meta-ti-foundational > + > +OECORELAYERCONF=./sample-files/bblayers.conf.sample > +OECORELOCALCONF=./sample-files/local-arago64-v2.conf.sample > +BITBAKE_INCLUSIVE_VARS=yes
diff --git a/configs/processor-sdk-linux/processor-sdk-linux-11_01_02_01.txt b/configs/processor-sdk-linux/processor-sdk-linux-11_01_02_01.txt new file mode 100644 index 0000000..9199dec --- /dev/null +++ b/configs/processor-sdk-linux/processor-sdk-linux-11_01_02_01.txt @@ -0,0 +1,21 @@ +# 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,982645110a19ebb94d519926a4e14c8a2a205cfd +meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap,67c473bc6d88a2cce13b2e8c36fcb79cb0015339,layers=meta-arago-distro:meta-arago-extras:meta-arago-test +#meta-browser,https://github.com/OSSystems/meta-browser.git,master,27ca52f635a31f5f9762813a8527dd31323549b7,layers=meta-chromium +#meta-selinux,https://git.yoctoproject.org/meta-selinux,scarthgap,HEAD,layers= +meta-qt6,https://code.qt.io/yocto/meta-qt6.git,6.9,ade45671712b72e988d622caab51774f5a069c32,layers= +meta-virtualization,https://git.yoctoproject.org/meta-virtualization,scarthgap,af1db2042caf8021d767dce1b26c08b59b96f3d1,layers= +meta-openembedded,https://git.openembedded.org/meta-openembedded,scarthgap,c29a18fa39ede952f3f6108ec007c1906e2d9a0d,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia +meta-lts-mixins,https://git.yoctoproject.org/meta-lts-mixins,scarthgap/rust,a8046d5ec53b1856169ac795aa87cb0d5db84c04,layers= +meta-ti,https://git.yoctoproject.org/meta-ti,scarthgap,0e2876e2ea7c28ddff5bc0052bdbc83dd07b7c98,layers=meta-ti-extras:meta-beagle:meta-ti-bsp +meta-arm,https://git.yoctoproject.org/meta-arm,scarthgap,0f1e7bf92c89759f0ab74cfa5be4ee47b092ad46,layers=meta-arm:meta-arm-toolchain +meta-clang,https://github.com/kraj/meta-clang,scarthgap,057ee563305e9484b29d02347aeafdadc5ea28ed,layers= +#meta-flutter,https://github.com/meta-flutter/meta-flutter.git,scarthgap,HEAD,layers=.:meta-flutter-apps +oe-core,https://git.openembedded.org/openembedded-core,scarthgap,baa5e7ea5f37f54c2a00080798ad7fb4c0664f69,layers=meta +meta-tisdk,https://git.ti.com/git/ti-sdk-linux/meta-tisdk.git,am57x,982761ae3031c12ab7c270fb4e91b15198795299,layers=meta-ti-foundational + +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-arago64-v2.conf.sample +BITBAKE_INCLUSIVE_VARS=yes
Add release config for SDK 11.01.02.01 which will be used by AM57x and AM57x-HS platforms. Signed-off-by: Beleswar Padhi <b-padhi@ti.com> --- .../processor-sdk-linux-11_01_02_01.txt | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 configs/processor-sdk-linux/processor-sdk-linux-11_01_02_01.txt