[oe-layersetup][master][PATCH 1/2] processor-sdk: Add new configs for Sitara SDK wrynose 12.01.00.05.03 Release
Telukula Jeevan Kumar Sahu <[email protected]> Wed, 29 Jul 2026 18:54:07 +0530
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
Add processor-sdk-wrynose-12.01.00.05.03-config used for building AM62-SIP. Add processor-sdk-wrynose-chromium-12.01.00.05.03-config used for building AM62P, AM62x, AM62LP and Beagleplay. Add processor-sdk-wrynose-nongpu-12.01.00.05.03-config used for building AM62L and AM64x. Add processor-sdk-wrynose-selinux-12.01.00.05.03-config used for SELinux builds on AM62P, AM62x, AM62LP, AM64x and AM62L. Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]> --- ...dk-wrynose-12.01.00.05.03-config.conf.json | 136 ++++++++++++++ ...e-chromium-12.01.00.05.03-config.conf.json | 169 ++++++++++++++++++ ...ose-nongpu-12.01.00.05.03-config.conf.json | 147 +++++++++++++++ ...se-selinux-12.01.00.05.03-config.conf.json | 169 ++++++++++++++++++ ...wrynose-selinux-12.01.00.05.03-config.conf | 4 + ...ssor-sdk-wrynose-12.01.00.05.03-config.txt | 18 ++ ...wrynose-chromium-12.01.00.05.03-config.txt | 21 +++ ...k-wrynose-nongpu-12.01.00.05.03-config.txt | 18 ++ ...-wrynose-selinux-12.01.00.05.03-config.txt | 22 +++ ...ssor-sdk-wrynose-12.01.00.05.03-config.yml | 88 +++++++++ ...wrynose-chromium-12.01.00.05.03-config.yml | 108 +++++++++++ ...k-wrynose-nongpu-12.01.00.05.03-config.yml | 94 ++++++++++ ...-wrynose-selinux-12.01.00.05.03-config.yml | 110 ++++++++++++ ...ssor-sdk-wrynose-12.01.00.05.03-config.xml | 76 ++++++++ ...wrynose-chromium-12.01.00.05.03-config.xml | 87 +++++++++ ...k-wrynose-nongpu-12.01.00.05.03-config.xml | 73 ++++++++ ...-wrynose-selinux-12.01.00.05.03-config.xml | 83 +++++++++ 17 files changed, 1423 insertions(+) create mode 100644 bitbake-setup/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.conf.json create mode 100644 bitbake-setup/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.conf.json create mode 100644 bitbake-setup/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.conf.json create mode 100644 bitbake-setup/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.conf.json create mode 100644 conf/fragments/localconf/configs/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.conf create mode 100644 configs/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.txt create mode 100644 configs/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.txt create mode 100644 configs/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.txt create mode 100644 configs/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.txt create mode 100644 kas/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.yml create mode 100644 kas/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.yml create mode 100644 kas/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.yml create mode 100644 kas/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.yml create mode 100644 src/configs/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.xml diff --git a/bitbake-setup/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.conf.json b/bitbake-setup/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.conf.json new file mode 100644 index 0000000..97df637 --- /dev/null +++ b/bitbake-setup/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.conf.json @@ -0,0 +1,136 @@ +{ + "version": "1.0", + "description": "TI Processor SDK vwrynose-12.01.00.05.03", + "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.18" + }, + "path": "bitbake" + }, + "meta-tisdk": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/TexasInstruments/meta-tisdk.git" + } + }, + "rev": "wrynose" + }, + "path": "meta-tisdk" + }, + "meta-arago": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-arago" + } + }, + "rev": "wrynose" + }, + "path": "meta-arago" + }, + "meta-qt6": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://code.qt.io/yocto/meta-qt6.git" + } + }, + "rev": "6.11" + }, + "path": "meta-qt6" + }, + "meta-virtualization": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-virtualization" + } + }, + "rev": "wrynose" + }, + "path": "meta-virtualization" + }, + "meta-openembedded": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.openembedded.org/meta-openembedded" + } + }, + "rev": "wrynose" + }, + "path": "meta-openembedded" + }, + "meta-ti": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-ti" + } + }, + "rev": "wrynose" + }, + "path": "meta-ti" + }, + "meta-arm": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-arm" + } + }, + "rev": "wrynose" + }, + "path": "meta-arm" + }, + "oe-core": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.openembedded.org/openembedded-core" + } + }, + "rev": "wrynose" + }, + "path": "oe-core" + } + }, + "bitbake-setup": { + "configurations": [ + { + "name": "arago", + "description": "TI Arago distro build", + "bb-layers": [ "meta-tisdk/meta-ti-foundational","meta-tisdk/meta-ti-ml","meta-arago/meta-arago-distro","meta-arago/meta-arago-extras","meta-qt6","meta-virtualization","meta-openembedded/meta-networking","meta-openembedded/meta-python","meta-openembedded/meta-oe","meta-openembedded/meta-gnome","meta-openembedded/meta-filesystems","meta-openembedded/meta-multimedia","meta-ti/meta-ti-test","meta-ti/meta-ti-extras","meta-ti/meta-beagle","meta-ti/meta-ti-bsp","meta-arm/meta-arm","meta-arm/meta-arm-toolchain","oe-core/meta","oe-layersetup" ], + "oe-fragments": [ "oe-layersetup/localconf/local-arago64-v3" ], + "oe-fragments-one-of": { + "machine": { + "description": "Available target machines", + "options": [ "machine/am335x-evm","machine/am335x-hs-evm","machine/am437x-evm","machine/am437x-hs-evm","machine/am57xx-evm","machine/am57xx-hs-evm","machine/am62xx-evm","machine/am62xx-lp-evm","machine/am62xxsip-evm","machine/am62axx-evm","machine/am62dxx-evm","machine/am62lxx-evm","machine/am62pxx-evm","machine/am64xx-evm","machine/am65xx-evm","machine/am65xx-hs-evm","machine/am68-sk","machine/am69-sk","machine/beagle-x15","machine/beaglebone","machine/beaglebone-ai64","machine/beagleplay","machine/beagleplay-ti","machine/beagley-ai","machine/j7-evm","machine/j7-hs-evm","machine/j721e-evm","machine/j721e-sk","machine/j7200-evm","machine/j7200-hs-evm","machine/j721s2-evm","machine/j721s2-hs-evm","machine/j742s2-evm","machine/j784s4-evm","machine/j784s4-hs-evm","machine/j722s-evm","machine/pocketbeagle2" ] + }, + "distro": { + "description": "Available distributions", + "options": [ "distro/arago" ] + } + } + } + ] + } +} diff --git a/bitbake-setup/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.conf.json b/bitbake-setup/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.conf.json new file mode 100644 index 0000000..ef86305 --- /dev/null +++ b/bitbake-setup/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.conf.json @@ -0,0 +1,169 @@ +{ + "version": "1.0", + "description": "TI Processor SDK vwrynose-chromium-12.01.00.05.03", + "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.18" + }, + "path": "bitbake" + }, + "meta-tisdk": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/TexasInstruments/meta-tisdk.git" + } + }, + "rev": "wrynose" + }, + "path": "meta-tisdk" + }, + "meta-arago": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-arago" + } + }, + "rev": "wrynose" + }, + "path": "meta-arago" + }, + "meta-browser": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/OSSystems/meta-browser.git" + } + }, + "rev": "wrynose" + }, + "path": "meta-browser" + }, + "meta-qt6": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://code.qt.io/yocto/meta-qt6.git" + } + }, + "rev": "6.11" + }, + "path": "meta-qt6" + }, + "meta-virtualization": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-virtualization" + } + }, + "rev": "wrynose" + }, + "path": "meta-virtualization" + }, + "meta-openembedded": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.openembedded.org/meta-openembedded" + } + }, + "rev": "wrynose" + }, + "path": "meta-openembedded" + }, + "meta-ti": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-ti" + } + }, + "rev": "wrynose" + }, + "path": "meta-ti" + }, + "meta-arm": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-arm" + } + }, + "rev": "wrynose" + }, + "path": "meta-arm" + }, + "meta-rust-bin": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/rust-embedded/meta-rust-bin.git" + } + }, + "rev": "master" + }, + "path": "meta-rust-bin" + }, + "meta-slint": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/slint-ui/meta-slint.git" + } + }, + "rev": "main" + }, + "path": "meta-slint" + }, + "oe-core": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.openembedded.org/openembedded-core" + } + }, + "rev": "wrynose" + }, + "path": "oe-core" + } + }, + "bitbake-setup": { + "configurations": [ + { + "name": "arago", + "description": "TI Arago distro build", + "bb-layers": [ "meta-tisdk/meta-ti-foundational","meta-tisdk/meta-ti-ml","meta-arago/meta-arago-distro","meta-arago/meta-arago-extras","meta-browser/meta-chromium","meta-qt6","meta-virtualization","meta-openembedded/meta-networking","meta-openembedded/meta-python","meta-openembedded/meta-oe","meta-openembedded/meta-gnome","meta-openembedded/meta-filesystems","meta-openembedded/meta-multimedia","meta-ti/meta-ti-test","meta-ti/meta-ti-extras","meta-ti/meta-beagle","meta-ti/meta-ti-bsp","meta-arm/meta-arm","meta-arm/meta-arm-toolchain","meta-rust-bin","meta-slint","oe-core/meta","oe-layersetup" ], + "oe-fragments": [ "oe-layersetup/localconf/local-arago64-v3" ], + "oe-fragments-one-of": { + "machine": { + "description": "Available target machines", + "options": [ "machine/am335x-evm","machine/am335x-hs-evm","machine/am437x-evm","machine/am437x-hs-evm","machine/am57xx-evm","machine/am57xx-hs-evm","machine/am62xx-evm","machine/am62xx-lp-evm","machine/am62xxsip-evm","machine/am62axx-evm","machine/am62dxx-evm","machine/am62lxx-evm","machine/am62pxx-evm","machine/am64xx-evm","machine/am65xx-evm","machine/am65xx-hs-evm","machine/am68-sk","machine/am69-sk","machine/beagle-x15","machine/beaglebone","machine/beaglebone-ai64","machine/beagleplay","machine/beagleplay-ti","machine/beagley-ai","machine/j7-evm","machine/j7-hs-evm","machine/j721e-evm","machine/j721e-sk","machine/j7200-evm","machine/j7200-hs-evm","machine/j721s2-evm","machine/j721s2-hs-evm","machine/j742s2-evm","machine/j784s4-evm","machine/j784s4-hs-evm","machine/j722s-evm","machine/pocketbeagle2" ] + }, + "distro": { + "description": "Available distributions", + "options": [ "distro/arago" ] + } + } + } + ] + } +} diff --git a/bitbake-setup/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.conf.json b/bitbake-setup/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.conf.json new file mode 100644 index 0000000..74b33cf --- /dev/null +++ b/bitbake-setup/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.conf.json @@ -0,0 +1,147 @@ +{ + "version": "1.0", + "description": "TI Processor SDK vwrynose-nongpu-12.01.00.05.03", + "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.18" + }, + "path": "bitbake" + }, + "meta-tisdk": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/TexasInstruments/meta-tisdk.git" + } + }, + "rev": "wrynose" + }, + "path": "meta-tisdk" + }, + "meta-arago": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-arago" + } + }, + "rev": "wrynose" + }, + "path": "meta-arago" + }, + "meta-virtualization": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-virtualization" + } + }, + "rev": "wrynose" + }, + "path": "meta-virtualization" + }, + "meta-openembedded": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.openembedded.org/meta-openembedded" + } + }, + "rev": "wrynose" + }, + "path": "meta-openembedded" + }, + "meta-ti": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-ti" + } + }, + "rev": "wrynose" + }, + "path": "meta-ti" + }, + "meta-arm": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-arm" + } + }, + "rev": "wrynose" + }, + "path": "meta-arm" + }, + "meta-rust-bin": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/rust-embedded/meta-rust-bin.git" + } + }, + "rev": "master" + }, + "path": "meta-rust-bin" + }, + "meta-slint": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/slint-ui/meta-slint.git" + } + }, + "rev": "main" + }, + "path": "meta-slint" + }, + "oe-core": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.openembedded.org/openembedded-core" + } + }, + "rev": "wrynose" + }, + "path": "oe-core" + } + }, + "bitbake-setup": { + "configurations": [ + { + "name": "arago", + "description": "TI Arago distro build", + "bb-layers": [ "meta-tisdk/meta-ti-foundational","meta-tisdk/meta-ti-ml","meta-arago/meta-arago-distro","meta-arago/meta-arago-extras","meta-virtualization","meta-openembedded/meta-networking","meta-openembedded/meta-python","meta-openembedded/meta-oe","meta-openembedded/meta-gnome","meta-openembedded/meta-filesystems","meta-openembedded/meta-multimedia","meta-ti/meta-ti-test","meta-ti/meta-ti-extras","meta-ti/meta-beagle","meta-ti/meta-ti-bsp","meta-arm/meta-arm","meta-arm/meta-arm-toolchain","meta-rust-bin","meta-slint","oe-core/meta","oe-layersetup" ], + "oe-fragments": [ "oe-layersetup/localconf/local-arago64-v3" ], + "oe-fragments-one-of": { + "machine": { + "description": "Available target machines", + "options": [ "machine/am335x-evm","machine/am335x-hs-evm","machine/am437x-evm","machine/am437x-hs-evm","machine/am57xx-evm","machine/am57xx-hs-evm","machine/am62xx-evm","machine/am62xx-lp-evm","machine/am62xxsip-evm","machine/am62axx-evm","machine/am62dxx-evm","machine/am62lxx-evm","machine/am62pxx-evm","machine/am64xx-evm","machine/am65xx-evm","machine/am65xx-hs-evm","machine/am68-sk","machine/am69-sk","machine/beagle-x15","machine/beaglebone","machine/beaglebone-ai64","machine/beagleplay","machine/beagleplay-ti","machine/beagley-ai","machine/j7-evm","machine/j7-hs-evm","machine/j721e-evm","machine/j721e-sk","machine/j7200-evm","machine/j7200-hs-evm","machine/j721s2-evm","machine/j721s2-hs-evm","machine/j742s2-evm","machine/j784s4-evm","machine/j784s4-hs-evm","machine/j722s-evm","machine/pocketbeagle2" ] + }, + "distro": { + "description": "Available distributions", + "options": [ "distro/arago" ] + } + } + } + ] + } +} diff --git a/bitbake-setup/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.conf.json b/bitbake-setup/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.conf.json new file mode 100644 index 0000000..c75af49 --- /dev/null +++ b/bitbake-setup/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.conf.json @@ -0,0 +1,169 @@ +{ + "version": "1.0", + "description": "TI Processor SDK vwrynose-selinux-12.01.00.05.03", + "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.18" + }, + "path": "bitbake" + }, + "meta-tisdk": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/TexasInstruments/meta-tisdk.git" + } + }, + "rev": "wrynose" + }, + "path": "meta-tisdk" + }, + "meta-arago": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-arago" + } + }, + "rev": "wrynose" + }, + "path": "meta-arago" + }, + "meta-selinux": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-selinux" + } + }, + "rev": "wrynose" + }, + "path": "meta-selinux" + }, + "meta-qt6": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://code.qt.io/yocto/meta-qt6.git" + } + }, + "rev": "6.11" + }, + "path": "meta-qt6" + }, + "meta-virtualization": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-virtualization" + } + }, + "rev": "wrynose" + }, + "path": "meta-virtualization" + }, + "meta-openembedded": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.openembedded.org/meta-openembedded" + } + }, + "rev": "wrynose" + }, + "path": "meta-openembedded" + }, + "meta-ti": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-ti" + } + }, + "rev": "wrynose" + }, + "path": "meta-ti" + }, + "meta-arm": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-arm" + } + }, + "rev": "wrynose" + }, + "path": "meta-arm" + }, + "meta-rust-bin": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/rust-embedded/meta-rust-bin.git" + } + }, + "rev": "master" + }, + "path": "meta-rust-bin" + }, + "meta-slint": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/slint-ui/meta-slint.git" + } + }, + "rev": "main" + }, + "path": "meta-slint" + }, + "oe-core": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.openembedded.org/openembedded-core" + } + }, + "rev": "wrynose" + }, + "path": "oe-core" + } + }, + "bitbake-setup": { + "configurations": [ + { + "name": "arago", + "description": "TI Arago distro build", + "bb-layers": [ "meta-tisdk/meta-ti-foundational","meta-tisdk/meta-ti-ml","meta-arago/meta-arago-distro","meta-arago/meta-arago-extras","meta-selinux","meta-qt6","meta-virtualization","meta-openembedded/meta-networking","meta-openembedded/meta-python","meta-openembedded/meta-oe","meta-openembedded/meta-gnome","meta-openembedded/meta-filesystems","meta-openembedded/meta-multimedia","meta-ti/meta-ti-test","meta-ti/meta-ti-extras","meta-ti/meta-beagle","meta-ti/meta-ti-bsp","meta-arm/meta-arm","meta-arm/meta-arm-toolchain","meta-rust-bin","meta-slint","oe-core/meta","oe-layersetup" ], + "oe-fragments": [ "oe-layersetup/localconf/local-arago64-v3", "oe-layersetup/localconf/configs/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.conf" ], + "oe-fragments-one-of": { + "machine": { + "description": "Available target machines", + "options": [ "machine/am335x-evm","machine/am335x-hs-evm","machine/am437x-evm","machine/am437x-hs-evm","machine/am57xx-evm","machine/am57xx-hs-evm","machine/am62xx-evm","machine/am62xx-lp-evm","machine/am62xxsip-evm","machine/am62axx-evm","machine/am62dxx-evm","machine/am62lxx-evm","machine/am62pxx-evm","machine/am64xx-evm","machine/am65xx-evm","machine/am65xx-hs-evm","machine/am68-sk","machine/am69-sk","machine/beagle-x15","machine/beaglebone","machine/beaglebone-ai64","machine/beagleplay","machine/beagleplay-ti","machine/beagley-ai","machine/j7-evm","machine/j7-hs-evm","machine/j721e-evm","machine/j721e-sk","machine/j7200-evm","machine/j7200-hs-evm","machine/j721s2-evm","machine/j721s2-hs-evm","machine/j742s2-evm","machine/j784s4-evm","machine/j784s4-hs-evm","machine/j722s-evm","machine/pocketbeagle2" ] + }, + "distro": { + "description": "Available distributions", + "options": [ "distro/arago" ] + } + } + } + ] + } +} diff --git a/conf/fragments/localconf/configs/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.conf b/conf/fragments/localconf/configs/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.conf new file mode 100644 index 0000000..359c3d7 --- /dev/null +++ b/conf/fragments/localconf/configs/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.conf @@ -0,0 +1,4 @@ +BB_CONF_FRAGMENT_SUMMARY = "Config specific overrides for processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config" +BB_CONF_FRAGMENT_DESCRIPTION = "Config specific overrides for processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config" + +DISTRO_FEATURES:append = " acl xattr pam selinux" diff --git a/configs/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.txt b/configs/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.txt new file mode 100644 index 0000000..1ff3094 --- /dev/null +++ b/configs/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.txt @@ -0,0 +1,18 @@ +# 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.18,acfe02fa38b5da9e6a36c6cedcf91d4fcbefbfbd +meta-tisdk,https://github.com/TexasInstruments/meta-tisdk.git,wrynose,12.01.00.05.03,layers=meta-ti-foundational:meta-ti-ml +meta-arago,https://git.yoctoproject.org/meta-arago,wrynose,12.01.00.05,layers=meta-arago-distro:meta-arago-extras +#meta-flutter,https://github.com/meta-flutter/meta-flutter.git,wrynose,8ec316bc8fb45c182b5e0d9bb2402491c538f3db,layers=.:meta-flutter-apps +meta-qt6,https://code.qt.io/yocto/meta-qt6.git,6.11,ef0611a598fd7ba909804be0c6314ed7c85725b9,layers= +meta-virtualization,https://git.yoctoproject.org/meta-virtualization,wrynose,781735b97ae5013cacabbecd38e6da6b510cf3fb,layers= +meta-openembedded,https://git.openembedded.org/meta-openembedded,wrynose,100027977216601000cbefc42c2ff6cf667e7b5e,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia +meta-ti,https://git.yoctoproject.org/meta-ti,wrynose,12.01.00.05,layers=meta-ti-test:meta-ti-extras:meta-beagle:meta-ti-bsp +meta-arm,https://git.yoctoproject.org/meta-arm,wrynose,caa36c53f796beb25d9b9f58b1b7a492e9987e15,layers=meta-arm:meta-arm-toolchain +oe-core,https://git.openembedded.org/openembedded-core,wrynose,c2746a4a165fd99c2d1aafed17533555787f37ce,layers=meta +#meta-cyclonedx,https://github.com/iris-GmbH/meta-cyclonedx.git,wrynose,02ec3a875f2cb3ae6ed85981d09228409d25a108,layers= + +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-arago64-v3.conf.sample +BITBAKE_INCLUSIVE_VARS=yes diff --git a/configs/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.txt b/configs/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.txt new file mode 100644 index 0000000..289b574 --- /dev/null +++ b/configs/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.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.18,acfe02fa38b5da9e6a36c6cedcf91d4fcbefbfbd +meta-tisdk,https://github.com/TexasInstruments/meta-tisdk.git,wrynose,12.01.00.05.03,layers=meta-ti-foundational:meta-ti-ml +meta-arago,https://git.yoctoproject.org/meta-arago,wrynose,12.01.00.05,layers=meta-arago-distro:meta-arago-extras +#meta-flutter,https://github.com/meta-flutter/meta-flutter.git,wrynose,8ec316bc8fb45c182b5e0d9bb2402491c538f3db,layers=.:meta-flutter-apps +meta-browser,https://github.com/OSSystems/meta-browser.git,wrynose,e07817d8f8ada5340347c34f1ac6d5ee68eaa5ff,layers=meta-chromium +meta-qt6,https://code.qt.io/yocto/meta-qt6.git,6.11,ef0611a598fd7ba909804be0c6314ed7c85725b9,layers= +meta-virtualization,https://git.yoctoproject.org/meta-virtualization,wrynose,781735b97ae5013cacabbecd38e6da6b510cf3fb,layers= +meta-openembedded,https://git.openembedded.org/meta-openembedded,wrynose,100027977216601000cbefc42c2ff6cf667e7b5e,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia +meta-ti,https://git.yoctoproject.org/meta-ti,wrynose,12.01.00.05,layers=meta-ti-test:meta-ti-extras:meta-beagle:meta-ti-bsp +meta-arm,https://git.yoctoproject.org/meta-arm,wrynose,caa36c53f796beb25d9b9f58b1b7a492e9987e15,layers=meta-arm:meta-arm-toolchain +meta-rust-bin,https://github.com/rust-embedded/meta-rust-bin.git,master,54721fa1c7a4edaba7fb63cdbcaf0c6253c5fa3a,layers= +meta-slint,https://github.com/slint-ui/meta-slint.git,main,0b233ff476b391521e9fc3125ed97673fb2e898b,layers= +oe-core,https://git.openembedded.org/openembedded-core,wrynose,c2746a4a165fd99c2d1aafed17533555787f37ce,layers=meta +#meta-cyclonedx,https://github.com/iris-GmbH/meta-cyclonedx.git,wrynose,02ec3a875f2cb3ae6ed85981d09228409d25a108,layers= + +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-arago64-v3.conf.sample +BITBAKE_INCLUSIVE_VARS=yes diff --git a/configs/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.txt b/configs/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.txt new file mode 100644 index 0000000..9a86573 --- /dev/null +++ b/configs/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.txt @@ -0,0 +1,18 @@ +# 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.18,acfe02fa38b5da9e6a36c6cedcf91d4fcbefbfbd +meta-tisdk,https://github.com/TexasInstruments/meta-tisdk.git,wrynose,12.01.00.05.03,layers=meta-ti-foundational:meta-ti-ml +meta-arago,https://git.yoctoproject.org/meta-arago,wrynose,12.01.00.05,layers=meta-arago-distro:meta-arago-extras +meta-virtualization,https://git.yoctoproject.org/meta-virtualization,wrynose,781735b97ae5013cacabbecd38e6da6b510cf3fb,layers= +meta-openembedded,https://git.openembedded.org/meta-openembedded,wrynose,100027977216601000cbefc42c2ff6cf667e7b5e,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia +meta-ti,https://git.yoctoproject.org/meta-ti,wrynose,12.01.00.05,layers=meta-ti-test:meta-ti-extras:meta-beagle:meta-ti-bsp +meta-arm,https://git.yoctoproject.org/meta-arm,wrynose,caa36c53f796beb25d9b9f58b1b7a492e9987e15,layers=meta-arm:meta-arm-toolchain +meta-rust-bin,https://github.com/rust-embedded/meta-rust-bin.git,master,54721fa1c7a4edaba7fb63cdbcaf0c6253c5fa3a,layers= +meta-slint,https://github.com/slint-ui/meta-slint.git,main,0b233ff476b391521e9fc3125ed97673fb2e898b,layers= +oe-core,https://git.openembedded.org/openembedded-core,wrynose,c2746a4a165fd99c2d1aafed17533555787f37ce,layers=meta +#meta-cyclonedx,https://github.com/iris-GmbH/meta-cyclonedx.git,wrynose,02ec3a875f2cb3ae6ed85981d09228409d25a108,layers= + +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-arago64-v3.conf.sample +BITBAKE_INCLUSIVE_VARS=yes diff --git a/configs/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.txt b/configs/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.txt new file mode 100644 index 0000000..d63070c --- /dev/null +++ b/configs/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.txt @@ -0,0 +1,22 @@ +# 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.18,acfe02fa38b5da9e6a36c6cedcf91d4fcbefbfbd +meta-tisdk,https://github.com/TexasInstruments/meta-tisdk.git,wrynose,12.01.00.05.03,layers=meta-ti-foundational:meta-ti-ml +meta-arago,https://git.yoctoproject.org/meta-arago,wrynose,12.01.00.05,layers=meta-arago-distro:meta-arago-extras +meta-selinux,https://git.yoctoproject.org/meta-selinux,wrynose,1c3a699f363167571ab39fecb0fe6f56691a4e20,layers= +meta-qt6,https://code.qt.io/yocto/meta-qt6.git,6.11,ef0611a598fd7ba909804be0c6314ed7c85725b9,layers= +meta-virtualization,https://git.yoctoproject.org/meta-virtualization,wrynose,781735b97ae5013cacabbecd38e6da6b510cf3fb,layers= +meta-openembedded,https://git.openembedded.org/meta-openembedded,wrynose,100027977216601000cbefc42c2ff6cf667e7b5e,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia +meta-ti,https://git.yoctoproject.org/meta-ti,wrynose,12.01.00.05,layers=meta-ti-test:meta-ti-extras:meta-beagle:meta-ti-bsp +meta-arm,https://git.yoctoproject.org/meta-arm,wrynose,caa36c53f796beb25d9b9f58b1b7a492e9987e15,layers=meta-arm:meta-arm-toolchain +meta-rust-bin,https://github.com/rust-embedded/meta-rust-bin.git,master,54721fa1c7a4edaba7fb63cdbcaf0c6253c5fa3a,layers= +meta-slint,https://github.com/slint-ui/meta-slint.git,main,0b233ff476b391521e9fc3125ed97673fb2e898b,layers= +oe-core,https://git.openembedded.org/openembedded-core,wrynose,c2746a4a165fd99c2d1aafed17533555787f37ce,layers=meta +#meta-cyclonedx,https://github.com/iris-GmbH/meta-cyclonedx.git,wrynose,02ec3a875f2cb3ae6ed85981d09228409d25a108,layers= + +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-arago64-v3.conf.sample +BITBAKE_INCLUSIVE_VARS=yes + +LOCALCONF:DISTRO_FEATURES:append = " acl xattr pam selinux" diff --git a/kas/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.yml b/kas/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.yml new file mode 100644 index 0000000..2197de5 --- /dev/null +++ b/kas/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.yml @@ -0,0 +1,88 @@ +--- +header: + version: 17 + includes: + - kas/templates/bblayers.conf.yml + - kas/templates/local-arago64-v3.conf.yml + +target: tisdk-default-image + +repos: + bitbake: + url: "https://git.openembedded.org/bitbake" + branch: "2.18" + commit: "acfe02fa38b5da9e6a36c6cedcf91d4fcbefbfbd" + path: "sources/bitbake" + layers: + .: disabled + + meta-tisdk: + url: "https://github.com/TexasInstruments/meta-tisdk.git" + branch: "wrynose" + commit: "12.01.00.05.03" + path: "sources/meta-tisdk" + layers: + meta-ti-foundational: + meta-ti-ml: + + meta-arago: + url: "https://git.yoctoproject.org/meta-arago" + branch: "wrynose" + commit: "12.01.00.05" + path: "sources/meta-arago" + layers: + meta-arago-distro: + meta-arago-extras: + + meta-qt6: + url: "https://code.qt.io/yocto/meta-qt6.git" + branch: "6.11" + commit: "ef0611a598fd7ba909804be0c6314ed7c85725b9" + path: "sources/meta-qt6" + + meta-virtualization: + url: "https://git.yoctoproject.org/meta-virtualization" + branch: "wrynose" + commit: "781735b97ae5013cacabbecd38e6da6b510cf3fb" + path: "sources/meta-virtualization" + + meta-openembedded: + url: "https://git.openembedded.org/meta-openembedded" + branch: "wrynose" + commit: "100027977216601000cbefc42c2ff6cf667e7b5e" + path: "sources/meta-openembedded" + layers: + meta-networking: + meta-python: + meta-oe: + meta-gnome: + meta-filesystems: + meta-multimedia: + + meta-ti: + url: "https://git.yoctoproject.org/meta-ti" + branch: "wrynose" + commit: "12.01.00.05" + path: "sources/meta-ti" + layers: + meta-ti-test: + meta-ti-extras: + meta-beagle: + meta-ti-bsp: + + meta-arm: + url: "https://git.yoctoproject.org/meta-arm" + branch: "wrynose" + commit: "caa36c53f796beb25d9b9f58b1b7a492e9987e15" + path: "sources/meta-arm" + layers: + meta-arm: + meta-arm-toolchain: + + oe-core: + url: "https://git.openembedded.org/openembedded-core" + branch: "wrynose" + commit: "c2746a4a165fd99c2d1aafed17533555787f37ce" + path: "sources/oe-core" + layers: + meta: diff --git a/kas/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.yml b/kas/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.yml new file mode 100644 index 0000000..5bae52c --- /dev/null +++ b/kas/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.yml @@ -0,0 +1,108 @@ +--- +header: + version: 17 + includes: + - kas/templates/bblayers.conf.yml + - kas/templates/local-arago64-v3.conf.yml + +target: tisdk-default-image + +repos: + bitbake: + url: "https://git.openembedded.org/bitbake" + branch: "2.18" + commit: "acfe02fa38b5da9e6a36c6cedcf91d4fcbefbfbd" + path: "sources/bitbake" + layers: + .: disabled + + meta-tisdk: + url: "https://github.com/TexasInstruments/meta-tisdk.git" + branch: "wrynose" + commit: "12.01.00.05.03" + path: "sources/meta-tisdk" + layers: + meta-ti-foundational: + meta-ti-ml: + + meta-arago: + url: "https://git.yoctoproject.org/meta-arago" + branch: "wrynose" + commit: "12.01.00.05" + path: "sources/meta-arago" + layers: + meta-arago-distro: + meta-arago-extras: + + meta-browser: + url: "https://github.com/OSSystems/meta-browser.git" + branch: "wrynose" + commit: "e07817d8f8ada5340347c34f1ac6d5ee68eaa5ff" + path: "sources/meta-browser" + layers: + meta-chromium: + + meta-qt6: + url: "https://code.qt.io/yocto/meta-qt6.git" + branch: "6.11" + commit: "ef0611a598fd7ba909804be0c6314ed7c85725b9" + path: "sources/meta-qt6" + + meta-virtualization: + url: "https://git.yoctoproject.org/meta-virtualization" + branch: "wrynose" + commit: "781735b97ae5013cacabbecd38e6da6b510cf3fb" + path: "sources/meta-virtualization" + + meta-openembedded: + url: "https://git.openembedded.org/meta-openembedded" + branch: "wrynose" + commit: "100027977216601000cbefc42c2ff6cf667e7b5e" + path: "sources/meta-openembedded" + layers: + meta-networking: + meta-python: + meta-oe: + meta-gnome: + meta-filesystems: + meta-multimedia: + + meta-ti: + url: "https://git.yoctoproject.org/meta-ti" + branch: "wrynose" + commit: "12.01.00.05" + path: "sources/meta-ti" + layers: + meta-ti-test: + meta-ti-extras: + meta-beagle: + meta-ti-bsp: + + meta-arm: + url: "https://git.yoctoproject.org/meta-arm" + branch: "wrynose" + commit: "caa36c53f796beb25d9b9f58b1b7a492e9987e15" + path: "sources/meta-arm" + layers: + meta-arm: + meta-arm-toolchain: + + meta-rust-bin: + url: "https://github.com/rust-embedded/meta-rust-bin.git" + branch: "master" + commit: "54721fa1c7a4edaba7fb63cdbcaf0c6253c5fa3a" + path: "sources/meta-rust-bin" + + meta-slint: + url: "https://github.com/slint-ui/meta-slint.git" + branch: "main" + commit: "0b233ff476b391521e9fc3125ed97673fb2e898b" + path: "sources/meta-slint" + + oe-core: + url: "https://git.openembedded.org/openembedded-core" + branch: "wrynose" + commit: "c2746a4a165fd99c2d1aafed17533555787f37ce" + path: "sources/oe-core" + layers: + meta: diff --git a/kas/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.yml b/kas/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.yml new file mode 100644 index 0000000..7926514 --- /dev/null +++ b/kas/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.yml @@ -0,0 +1,94 @@ +--- +header: + version: 17 + includes: + - kas/templates/bblayers.conf.yml + - kas/templates/local-arago64-v3.conf.yml + +target: tisdk-default-image + +repos: + bitbake: + url: "https://git.openembedded.org/bitbake" + branch: "2.18" + commit: "acfe02fa38b5da9e6a36c6cedcf91d4fcbefbfbd" + path: "sources/bitbake" + layers: + .: disabled + + meta-tisdk: + url: "https://github.com/TexasInstruments/meta-tisdk.git" + branch: "wrynose" + commit: "12.01.00.05.03" + path: "sources/meta-tisdk" + layers: + meta-ti-foundational: + meta-ti-ml: + + meta-arago: + url: "https://git.yoctoproject.org/meta-arago" + branch: "wrynose" + commit: "12.01.00.05" + path: "sources/meta-arago" + layers: + meta-arago-distro: + meta-arago-extras: + + meta-virtualization: + url: "https://git.yoctoproject.org/meta-virtualization" + branch: "wrynose" + commit: "781735b97ae5013cacabbecd38e6da6b510cf3fb" + path: "sources/meta-virtualization" + + meta-openembedded: + url: "https://git.openembedded.org/meta-openembedded" + branch: "wrynose" + commit: "100027977216601000cbefc42c2ff6cf667e7b5e" + path: "sources/meta-openembedded" + layers: + meta-networking: + meta-python: + meta-oe: + meta-gnome: + meta-filesystems: + meta-multimedia: + + meta-ti: + url: "https://git.yoctoproject.org/meta-ti" + branch: "wrynose" + commit: "12.01.00.05" + path: "sources/meta-ti" + layers: + meta-ti-test: + meta-ti-extras: + meta-beagle: + meta-ti-bsp: + + meta-arm: + url: "https://git.yoctoproject.org/meta-arm" + branch: "wrynose" + commit: "caa36c53f796beb25d9b9f58b1b7a492e9987e15" + path: "sources/meta-arm" + layers: + meta-arm: + meta-arm-toolchain: + + meta-rust-bin: + url: "https://github.com/rust-embedded/meta-rust-bin.git" + branch: "master" + commit: "54721fa1c7a4edaba7fb63cdbcaf0c6253c5fa3a" + path: "sources/meta-rust-bin" + + meta-slint: + url: "https://github.com/slint-ui/meta-slint.git" + branch: "main" + commit: "0b233ff476b391521e9fc3125ed97673fb2e898b" + path: "sources/meta-slint" + + oe-core: + url: "https://git.openembedded.org/openembedded-core" + branch: "wrynose" + commit: "c2746a4a165fd99c2d1aafed17533555787f37ce" + path: "sources/oe-core" + layers: + meta: diff --git a/kas/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.yml b/kas/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.yml new file mode 100644 index 0000000..49ace11 --- /dev/null +++ b/kas/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.yml @@ -0,0 +1,110 @@ +--- +header: + version: 17 + includes: + - kas/templates/bblayers.conf.yml + - kas/templates/local-arago64-v3.conf.yml + +target: tisdk-default-image + +repos: + bitbake: + url: "https://git.openembedded.org/bitbake" + branch: "2.18" + commit: "acfe02fa38b5da9e6a36c6cedcf91d4fcbefbfbd" + path: "sources/bitbake" + layers: + .: disabled + + meta-tisdk: + url: "https://github.com/TexasInstruments/meta-tisdk.git" + branch: "wrynose" + commit: "12.01.00.05.03" + path: "sources/meta-tisdk" + layers: + meta-ti-foundational: + meta-ti-ml: + + meta-arago: + url: "https://git.yoctoproject.org/meta-arago" + branch: "wrynose" + commit: "12.01.00.05" + path: "sources/meta-arago" + layers: + meta-arago-distro: + meta-arago-extras: + + meta-selinux: + url: "https://git.yoctoproject.org/meta-selinux" + branch: "wrynose" + commit: "1c3a699f363167571ab39fecb0fe6f56691a4e20" + path: "sources/meta-selinux" + + meta-qt6: + url: "https://code.qt.io/yocto/meta-qt6.git" + branch: "6.11" + commit: "ef0611a598fd7ba909804be0c6314ed7c85725b9" + path: "sources/meta-qt6" + + meta-virtualization: + url: "https://git.yoctoproject.org/meta-virtualization" + branch: "wrynose" + commit: "781735b97ae5013cacabbecd38e6da6b510cf3fb" + path: "sources/meta-virtualization" + + meta-openembedded: + url: "https://git.openembedded.org/meta-openembedded" + branch: "wrynose" + commit: "100027977216601000cbefc42c2ff6cf667e7b5e" + path: "sources/meta-openembedded" + layers: + meta-networking: + meta-python: + meta-oe: + meta-gnome: + meta-filesystems: + meta-multimedia: + + meta-ti: + url: "https://git.yoctoproject.org/meta-ti" + branch: "wrynose" + commit: "12.01.00.05" + path: "sources/meta-ti" + layers: + meta-ti-test: + meta-ti-extras: + meta-beagle: + meta-ti-bsp: + + meta-arm: + url: "https://git.yoctoproject.org/meta-arm" + branch: "wrynose" + commit: "caa36c53f796beb25d9b9f58b1b7a492e9987e15" + path: "sources/meta-arm" + layers: + meta-arm: + meta-arm-toolchain: + + meta-rust-bin: + url: "https://github.com/rust-embedded/meta-rust-bin.git" + branch: "master" + commit: "54721fa1c7a4edaba7fb63cdbcaf0c6253c5fa3a" + path: "sources/meta-rust-bin" + + meta-slint: + url: "https://github.com/slint-ui/meta-slint.git" + branch: "main" + commit: "0b233ff476b391521e9fc3125ed97673fb2e898b" + path: "sources/meta-slint" + + oe-core: + url: "https://git.openembedded.org/openembedded-core" + branch: "wrynose" + commit: "c2746a4a165fd99c2d1aafed17533555787f37ce" + path: "sources/oe-core" + layers: + meta: + +local_conf_header: + oe-layersetup-local-conf-config-specific: | + DISTRO_FEATURES:append = " acl xattr pam selinux" diff --git a/src/configs/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.xml b/src/configs/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.xml new file mode 100644 index 0000000..784f2a7 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-wrynose-12.01.00.05.03-config.xml @@ -0,0 +1,76 @@ +<?xml version='1.0'?> +<config> + <description>TI Processor SDK vwrynose-12.01.00.05.03</description> + + <xi:include href='../../common/distro_arago.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + <xi:include href='../../common/machines.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + <xi:include href='../../templates/bblayers.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + <xi:include href='../../templates/local-arago64-v3.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + + <bitbake url='https://git.openembedded.org/bitbake' branch='2.18' commit='acfe02fa38b5da9e6a36c6cedcf91d4fcbefbfbd'/> + + <repos> + <repo name='meta-tisdk' url='https://github.com/TexasInstruments/meta-tisdk.git' branch='wrynose' commit='12.01.00.05.03'> + <layers> + <layer>meta-ti-foundational</layer> + <layer>meta-ti-ml</layer> + </layers> + </repo> + <repo name='meta-arago' url='https://git.yoctoproject.org/meta-arago' branch='wrynose' commit='12.01.00.05'> + <layers> + <layer>meta-arago-distro</layer> + <layer>meta-arago-extras</layer> + </layers> + </repo> + <repo name='meta-flutter' url='https://github.com/meta-flutter/meta-flutter.git' branch='wrynose' commit='8ec316bc8fb45c182b5e0d9bb2402491c538f3db' disabled='true'> + <layers> + <layer>.</layer> + <layer>meta-flutter-apps</layer> + </layers> + </repo> + <repo name='meta-qt6' url='https://code.qt.io/yocto/meta-qt6.git' branch='6.11' commit='ef0611a598fd7ba909804be0c6314ed7c85725b9'> + <layers/> + </repo> + <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='wrynose' commit='781735b97ae5013cacabbecd38e6da6b510cf3fb'> + <layers/> + </repo> + <repo name='meta-openembedded' url='https://git.openembedded.org/meta-openembedded' branch='wrynose' commit='100027977216601000cbefc42c2ff6cf667e7b5e'> + <layers> + <layer>meta-networking</layer> + <layer>meta-python</layer> + <layer>meta-oe</layer> + <layer>meta-gnome</layer> + <layer>meta-filesystems</layer> + <layer>meta-multimedia</layer> + </layers> + </repo> + <repo name='meta-ti' url='https://git.yoctoproject.org/meta-ti' branch='wrynose' commit='12.01.00.05'> + <layers> + <layer>meta-ti-test</layer> + <layer>meta-ti-extras</layer> + <layer>meta-beagle</layer> + <layer>meta-ti-bsp</layer> + </layers> + </repo> + <repo name='meta-arm' url='https://git.yoctoproject.org/meta-arm' branch='wrynose' commit='caa36c53f796beb25d9b9f58b1b7a492e9987e15'> + <layers> + <layer>meta-arm</layer> + <layer>meta-arm-toolchain</layer> + </layers> + </repo> + <repo name='oe-core' url='https://git.openembedded.org/openembedded-core' branch='wrynose' commit='c2746a4a165fd99c2d1aafed17533555787f37ce'> + <layers> + <layer>meta</layer> + </layers> + </repo> + <repo name='meta-cyclonedx' url='https://github.com/iris-GmbH/meta-cyclonedx.git' branch='wrynose' commit='02ec3a875f2cb3ae6ed85981d09228409d25a108' disabled='true'> + <layers/> + </repo> + </repos> + + <tools> + <tool type='oe-layersetup'> + <var name='BITBAKE_INCLUSIVE_VARS' value='yes'/> + </tool> + </tools> +</config> diff --git a/src/configs/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.xml b/src/configs/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.xml new file mode 100644 index 0000000..8d4cc53 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-wrynose-chromium-12.01.00.05.03-config.xml @@ -0,0 +1,87 @@ +<?xml version='1.0'?> +<config> + <description>TI Processor SDK vwrynose-chromium-12.01.00.05.03</description> + + <xi:include href='../../common/distro_arago.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + <xi:include href='../../common/machines.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + <xi:include href='../../templates/bblayers.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + <xi:include href='../../templates/local-arago64-v3.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + + <bitbake url='https://git.openembedded.org/bitbake' branch='2.18' commit='acfe02fa38b5da9e6a36c6cedcf91d4fcbefbfbd'/> + + <repos> + <repo name='meta-tisdk' url='https://github.com/TexasInstruments/meta-tisdk.git' branch='wrynose' commit='12.01.00.05.03'> + <layers> + <layer>meta-ti-foundational</layer> + <layer>meta-ti-ml</layer> + </layers> + </repo> + <repo name='meta-arago' url='https://git.yoctoproject.org/meta-arago' branch='wrynose' commit='12.01.00.05'> + <layers> + <layer>meta-arago-distro</layer> + <layer>meta-arago-extras</layer> + </layers> + </repo> + <repo name='meta-flutter' url='https://github.com/meta-flutter/meta-flutter.git' branch='wrynose' commit='8ec316bc8fb45c182b5e0d9bb2402491c538f3db' disabled='true'> + <layers> + <layer>.</layer> + <layer>meta-flutter-apps</layer> + </layers> + </repo> + <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='wrynose' commit='e07817d8f8ada5340347c34f1ac6d5ee68eaa5ff'> + <layers> + <layer>meta-chromium</layer> + </layers> + </repo> + <repo name='meta-qt6' url='https://code.qt.io/yocto/meta-qt6.git' branch='6.11' commit='ef0611a598fd7ba909804be0c6314ed7c85725b9'> + <layers/> + </repo> + <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='wrynose' commit='781735b97ae5013cacabbecd38e6da6b510cf3fb'> + <layers/> + </repo> + <repo name='meta-openembedded' url='https://git.openembedded.org/meta-openembedded' branch='wrynose' commit='100027977216601000cbefc42c2ff6cf667e7b5e'> + <layers> + <layer>meta-networking</layer> + <layer>meta-python</layer> + <layer>meta-oe</layer> + <layer>meta-gnome</layer> + <layer>meta-filesystems</layer> + <layer>meta-multimedia</layer> + </layers> + </repo> + <repo name='meta-ti' url='https://git.yoctoproject.org/meta-ti' branch='wrynose' commit='12.01.00.05'> + <layers> + <layer>meta-ti-test</layer> + <layer>meta-ti-extras</layer> + <layer>meta-beagle</layer> + <layer>meta-ti-bsp</layer> + </layers> + </repo> + <repo name='meta-arm' url='https://git.yoctoproject.org/meta-arm' branch='wrynose' commit='caa36c53f796beb25d9b9f58b1b7a492e9987e15'> + <layers> + <layer>meta-arm</layer> + <layer>meta-arm-toolchain</layer> + </layers> + </repo> + <repo name='meta-rust-bin' url='https://github.com/rust-embedded/meta-rust-bin.git' branch='master' commit='54721fa1c7a4edaba7fb63cdbcaf0c6253c5fa3a'> + <layers/> + </repo> + <repo name='meta-slint' url='https://github.com/slint-ui/meta-slint.git' branch='main' commit='0b233ff476b391521e9fc3125ed97673fb2e898b'> + <layers/> + </repo> + <repo name='oe-core' url='https://git.openembedded.org/openembedded-core' branch='wrynose' commit='c2746a4a165fd99c2d1aafed17533555787f37ce'> + <layers> + <layer>meta</layer> + </layers> + </repo> + <repo name='meta-cyclonedx' url='https://github.com/iris-GmbH/meta-cyclonedx.git' branch='wrynose' commit='02ec3a875f2cb3ae6ed85981d09228409d25a108' disabled='true'> + <layers/> + </repo> + </repos> + + <tools> + <tool type='oe-layersetup'> + <var name='BITBAKE_INCLUSIVE_VARS' value='yes'/> + </tool> + </tools> +</config> diff --git a/src/configs/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.xml b/src/configs/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.xml new file mode 100644 index 0000000..0bd4898 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-wrynose-nongpu-12.01.00.05.03-config.xml @@ -0,0 +1,73 @@ +<?xml version='1.0'?> +<config> + <description>TI Processor SDK vwrynose-nongpu-12.01.00.05.03</description> + + <xi:include href='../../common/distro_arago.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + <xi:include href='../../common/machines.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + <xi:include href='../../templates/bblayers.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + <xi:include href='../../templates/local-arago64-v3.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + + <bitbake url='https://git.openembedded.org/bitbake' branch='2.18' commit='acfe02fa38b5da9e6a36c6cedcf91d4fcbefbfbd'/> + + <repos> + <repo name='meta-tisdk' url='https://github.com/TexasInstruments/meta-tisdk.git' branch='wrynose' commit='12.01.00.05.03'> + <layers> + <layer>meta-ti-foundational</layer> + <layer>meta-ti-ml</layer> + </layers> + </repo> + <repo name='meta-arago' url='https://git.yoctoproject.org/meta-arago' branch='wrynose' commit='12.01.00.05'> + <layers> + <layer>meta-arago-distro</layer> + <layer>meta-arago-extras</layer> + </layers> + </repo> + <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='wrynose' commit='781735b97ae5013cacabbecd38e6da6b510cf3fb'> + <layers/> + </repo> + <repo name='meta-openembedded' url='https://git.openembedded.org/meta-openembedded' branch='wrynose' commit='100027977216601000cbefc42c2ff6cf667e7b5e'> + <layers> + <layer>meta-networking</layer> + <layer>meta-python</layer> + <layer>meta-oe</layer> + <layer>meta-gnome</layer> + <layer>meta-filesystems</layer> + <layer>meta-multimedia</layer> + </layers> + </repo> + <repo name='meta-ti' url='https://git.yoctoproject.org/meta-ti' branch='wrynose' commit='12.01.00.05'> + <layers> + <layer>meta-ti-test</layer> + <layer>meta-ti-extras</layer> + <layer>meta-beagle</layer> + <layer>meta-ti-bsp</layer> + </layers> + </repo> + <repo name='meta-arm' url='https://git.yoctoproject.org/meta-arm' branch='wrynose' commit='caa36c53f796beb25d9b9f58b1b7a492e9987e15'> + <layers> + <layer>meta-arm</layer> + <layer>meta-arm-toolchain</layer> + </layers> + </repo> + <repo name='meta-rust-bin' url='https://github.com/rust-embedded/meta-rust-bin.git' branch='master' commit='54721fa1c7a4edaba7fb63cdbcaf0c6253c5fa3a'> + <layers/> + </repo> + <repo name='meta-slint' url='https://github.com/slint-ui/meta-slint.git' branch='main' commit='0b233ff476b391521e9fc3125ed97673fb2e898b'> + <layers/> + </repo> + <repo name='oe-core' url='https://git.openembedded.org/openembedded-core' branch='wrynose' commit='c2746a4a165fd99c2d1aafed17533555787f37ce'> + <layers> + <layer>meta</layer> + </layers> + </repo> + <repo name='meta-cyclonedx' url='https://github.com/iris-GmbH/meta-cyclonedx.git' branch='wrynose' commit='02ec3a875f2cb3ae6ed85981d09228409d25a108' disabled='true'> + <layers/> + </repo> + </repos> + + <tools> + <tool type='oe-layersetup'> + <var name='BITBAKE_INCLUSIVE_VARS' value='yes'/> + </tool> + </tools> +</config> diff --git a/src/configs/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.xml b/src/configs/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.xml new file mode 100644 index 0000000..03ae8f6 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-wrynose-selinux-12.01.00.05.03-config.xml @@ -0,0 +1,83 @@ +<?xml version='1.0'?> +<config> + <description>TI Processor SDK vwrynose-selinux-12.01.00.05.03</description> + + <xi:include href='../../common/distro_arago.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + <xi:include href='../../common/machines.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + <xi:include href='../../templates/bblayers.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + <xi:include href='../../templates/local-arago64-v3.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + + <bitbake url='https://git.openembedded.org/bitbake' branch='2.18' commit='acfe02fa38b5da9e6a36c6cedcf91d4fcbefbfbd'/> + + <repos> + <repo name='meta-tisdk' url='https://github.com/TexasInstruments/meta-tisdk.git' branch='wrynose' commit='12.01.00.05.03'> + <layers> + <layer>meta-ti-foundational</layer> + <layer>meta-ti-ml</layer> + </layers> + </repo> + <repo name='meta-arago' url='https://git.yoctoproject.org/meta-arago' branch='wrynose' commit='12.01.00.05'> + <layers> + <layer>meta-arago-distro</layer> + <layer>meta-arago-extras</layer> + </layers> + </repo> + <repo name='meta-selinux' url='https://git.yoctoproject.org/meta-selinux' branch='wrynose' commit='1c3a699f363167571ab39fecb0fe6f56691a4e20'> + <layers/> + </repo> + <repo name='meta-qt6' url='https://code.qt.io/yocto/meta-qt6.git' branch='6.11' commit='ef0611a598fd7ba909804be0c6314ed7c85725b9'> + <layers/> + </repo> + <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='wrynose' commit='781735b97ae5013cacabbecd38e6da6b510cf3fb'> + <layers/> + </repo> + <repo name='meta-openembedded' url='https://git.openembedded.org/meta-openembedded' branch='wrynose' commit='100027977216601000cbefc42c2ff6cf667e7b5e'> + <layers> + <layer>meta-networking</layer> + <layer>meta-python</layer> + <layer>meta-oe</layer> + <layer>meta-gnome</layer> + <layer>meta-filesystems</layer> + <layer>meta-multimedia</layer> + </layers> + </repo> + <repo name='meta-ti' url='https://git.yoctoproject.org/meta-ti' branch='wrynose' commit='12.01.00.05'> + <layers> + <layer>meta-ti-test</layer> + <layer>meta-ti-extras</layer> + <layer>meta-beagle</layer> + <layer>meta-ti-bsp</layer> + </layers> + </repo> + <repo name='meta-arm' url='https://git.yoctoproject.org/meta-arm' branch='wrynose' commit='caa36c53f796beb25d9b9f58b1b7a492e9987e15'> + <layers> + <layer>meta-arm</layer> + <layer>meta-arm-toolchain</layer> + </layers> + </repo> + <repo name='meta-rust-bin' url='https://github.com/rust-embedded/meta-rust-bin.git' branch='master' commit='54721fa1c7a4edaba7fb63cdbcaf0c6253c5fa3a'> + <layers/> + </repo> + <repo name='meta-slint' url='https://github.com/slint-ui/meta-slint.git' branch='main' commit='0b233ff476b391521e9fc3125ed97673fb2e898b'> + <layers/> + </repo> + <repo name='oe-core' url='https://git.openembedded.org/openembedded-core' branch='wrynose' commit='c2746a4a165fd99c2d1aafed17533555787f37ce'> + <layers> + <layer>meta</layer> + </layers> + </repo> + <repo name='meta-cyclonedx' url='https://github.com/iris-GmbH/meta-cyclonedx.git' branch='wrynose' commit='02ec3a875f2cb3ae6ed85981d09228409d25a108' disabled='true'> + <layers/> + </repo> + </repos> + + <local-conf> + <line>DISTRO_FEATURES:append = " acl xattr pam selinux"</line> + </local-conf> + + <tools> + <tool type='oe-layersetup'> + <var name='BITBAKE_INCLUSIVE_VARS' value='yes'/> + </tool> + </tools> +</config> -- 2.34.1