- Add processor-sdk-scarthgap-chromium-11.02.08.02-config used for building AM62P, AM62x, AM62LP & Beagleplay.
- Add processor-sdk-scarthgap-11.02.08.02-config used for building AM62-SIP. - Add processor-sdk-scarthgap-nonqt-11.02.08.02-config used for building AM64x and AM62D. - Add processor-sdk-scarthpag-selinux-11.02.08.02-config used for selinux for AM62P, AM62x, AM62LP & Beagleplay. Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]> --- ...sdk-scarthgap-11.02.08.02-config.conf.json | 158 ++++++++++++++++ ...hgap-chromium-11.02.08.02-config.conf.json | 169 ++++++++++++++++++ ...arthgap-nonqt-11.02.08.02-config.conf.json | 147 +++++++++++++++ ...thgap-selinux-11.02.08.02-config.conf.json | 169 ++++++++++++++++++ ...-scarthgap-selinux-11.02.08.02-config.conf | 4 + ...essor-sdk-scarthgap-11.02.08.02-config.txt | 19 ++ ...-scarthgap-chromium-11.02.08.02-config.txt | 20 +++ ...sdk-scarthgap-nonqt-11.02.08.02-config.txt | 17 ++ ...k-scarthgap-selinux-11.02.08.02-config.txt | 21 +++ ...essor-sdk-scarthgap-11.02.08.02-config.yml | 89 +++++++++ ...-scarthgap-chromium-11.02.08.02-config.yml | 96 ++++++++++ ...sdk-scarthgap-nonqt-11.02.08.02-config.yml | 84 +++++++++ ...k-scarthgap-selinux-11.02.08.02-config.yml | 98 ++++++++++ ...essor-sdk-scarthgap-11.02.08.02-config.xml | 79 ++++++++ ...-scarthgap-chromium-11.02.08.02-config.xml | 84 +++++++++ ...sdk-scarthgap-nonqt-11.02.08.02-config.xml | 70 ++++++++ ...k-scarthgap-selinux-11.02.08.02-config.xml | 80 +++++++++ 17 files changed, 1404 insertions(+) create mode 100644 bitbake-setup/processor-sdk/processor-sdk-scarthgap-11.02.08.02-config.conf.json create mode 100644 bitbake-setup/processor-sdk/processor-sdk-scarthgap-chromium-11.02.08.02-config.conf.json create mode 100644 bitbake-setup/processor-sdk/processor-sdk-scarthgap-nonqt-11.02.08.02-config.conf.json create mode 100644 bitbake-setup/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.conf.json create mode 100644 conf/fragments/localconf/configs/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.conf create mode 100644 configs/processor-sdk/processor-sdk-scarthgap-11.02.08.02-config.txt create mode 100644 configs/processor-sdk/processor-sdk-scarthgap-chromium-11.02.08.02-config.txt create mode 100644 configs/processor-sdk/processor-sdk-scarthgap-nonqt-11.02.08.02-config.txt create mode 100644 configs/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.txt create mode 100644 kas/processor-sdk/processor-sdk-scarthgap-11.02.08.02-config.yml create mode 100644 kas/processor-sdk/processor-sdk-scarthgap-chromium-11.02.08.02-config.yml create mode 100644 kas/processor-sdk/processor-sdk-scarthgap-nonqt-11.02.08.02-config.yml create mode 100644 kas/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.yml create mode 100644 src/configs/processor-sdk/processor-sdk-scarthgap-11.02.08.02-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-scarthgap-chromium-11.02.08.02-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-scarthgap-nonqt-11.02.08.02-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.xml diff --git a/bitbake-setup/processor-sdk/processor-sdk-scarthgap-11.02.08.02-config.conf.json b/bitbake-setup/processor-sdk/processor-sdk-scarthgap-11.02.08.02-config.conf.json new file mode 100644 index 0000000..bd61b76 --- /dev/null +++ b/bitbake-setup/processor-sdk/processor-sdk-scarthgap-11.02.08.02-config.conf.json @@ -0,0 +1,158 @@ +{ + "version": "1.0", + "description": "TI Processor SDK v11.02.08.02", + "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-tisdk": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/TexasInstruments/meta-tisdk.git" + } + }, + "rev": "scarthgap" + }, + "path": "meta-tisdk" + }, + "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-lts-mixins": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-lts-mixins" + } + }, + "rev": "scarthgap/rust" + }, + "path": "meta-lts-mixins" + }, + "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" + } + }, + "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-arago/meta-arago-test","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-lts-mixins","meta-ti/meta-ti-extras","meta-ti/meta-beagle","meta-ti/meta-ti-bsp","meta-arm/meta-arm","meta-arm/meta-arm-toolchain","meta-clang","oe-core/meta","oe-layersetup" ], + "oe-fragments": [ "oe-layersetup/localconf/local-arago64-v2" ], + "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-scarthgap-chromium-11.02.08.02-config.conf.json b/bitbake-setup/processor-sdk/processor-sdk-scarthgap-chromium-11.02.08.02-config.conf.json new file mode 100644 index 0000000..bf80ed1 --- /dev/null +++ b/bitbake-setup/processor-sdk/processor-sdk-scarthgap-chromium-11.02.08.02-config.conf.json @@ -0,0 +1,169 @@ +{ + "version": "1.0", + "description": "TI Processor SDK vchromium-11.02.08.02", + "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-tisdk": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/TexasInstruments/meta-tisdk.git" + } + }, + "rev": "scarthgap" + }, + "path": "meta-tisdk" + }, + "meta-arago": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-arago" + } + }, + "rev": "scarthgap" + }, + "path": "meta-arago" + }, + "meta-browser": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/OSSystems/meta-browser.git" + } + }, + "rev": "master" + }, + "path": "meta-browser" + }, + "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-lts-mixins": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-lts-mixins" + } + }, + "rev": "scarthgap/rust" + }, + "path": "meta-lts-mixins" + }, + "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" + } + }, + "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-arago/meta-arago-test","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-lts-mixins","meta-ti/meta-ti-extras","meta-ti/meta-beagle","meta-ti/meta-ti-bsp","meta-arm/meta-arm","meta-arm/meta-arm-toolchain","meta-clang","oe-core/meta","oe-layersetup" ], + "oe-fragments": [ "oe-layersetup/localconf/local-arago64-v2" ], + "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-scarthgap-nonqt-11.02.08.02-config.conf.json b/bitbake-setup/processor-sdk/processor-sdk-scarthgap-nonqt-11.02.08.02-config.conf.json new file mode 100644 index 0000000..b25d9cd --- /dev/null +++ b/bitbake-setup/processor-sdk/processor-sdk-scarthgap-nonqt-11.02.08.02-config.conf.json @@ -0,0 +1,147 @@ +{ + "version": "1.0", + "description": "TI Processor SDK vnonqt-11.02.08.02", + "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-tisdk": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/TexasInstruments/meta-tisdk.git" + } + }, + "rev": "scarthgap" + }, + "path": "meta-tisdk" + }, + "meta-arago": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-arago" + } + }, + "rev": "scarthgap" + }, + "path": "meta-arago" + }, + "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-lts-mixins": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-lts-mixins" + } + }, + "rev": "scarthgap/rust" + }, + "path": "meta-lts-mixins" + }, + "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" + } + }, + "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-arago/meta-arago-test","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-lts-mixins","meta-ti/meta-ti-extras","meta-ti/meta-beagle","meta-ti/meta-ti-bsp","meta-arm/meta-arm","meta-arm/meta-arm-toolchain","meta-clang","oe-core/meta","oe-layersetup" ], + "oe-fragments": [ "oe-layersetup/localconf/local-arago64-v2" ], + "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-scarthgap-selinux-11.02.08.02-config.conf.json b/bitbake-setup/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.conf.json new file mode 100644 index 0000000..be8e307 --- /dev/null +++ b/bitbake-setup/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.conf.json @@ -0,0 +1,169 @@ +{ + "version": "1.0", + "description": "TI Processor SDK vselinux-11.02.08.02", + "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-tisdk": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://github.com/TexasInstruments/meta-tisdk.git" + } + }, + "rev": "scarthgap" + }, + "path": "meta-tisdk" + }, + "meta-arago": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-arago" + } + }, + "rev": "scarthgap" + }, + "path": "meta-arago" + }, + "meta-selinux": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-selinux" + } + }, + "rev": "scarthgap" + }, + "path": "meta-selinux" + }, + "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-lts-mixins": { + "git-remote": { + "remotes": { + "origin": { + "uri": "https://git.yoctoproject.org/meta-lts-mixins" + } + }, + "rev": "scarthgap/rust" + }, + "path": "meta-lts-mixins" + }, + "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" + } + }, + "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-arago/meta-arago-test","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-lts-mixins","meta-ti/meta-ti-extras","meta-ti/meta-beagle","meta-ti/meta-ti-bsp","meta-arm/meta-arm","meta-arm/meta-arm-toolchain","meta-clang","oe-core/meta","oe-layersetup" ], + "oe-fragments": [ "oe-layersetup/localconf/local-arago64-v2", "oe-layersetup/localconf/configs/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-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-scarthgap-selinux-11.02.08.02-config.conf b/conf/fragments/localconf/configs/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.conf new file mode 100644 index 0000000..18a448f --- /dev/null +++ b/conf/fragments/localconf/configs/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.conf @@ -0,0 +1,4 @@ +BB_CONF_FRAGMENT_SUMMARY = "Config specific overrides for processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config" +BB_CONF_FRAGMENT_DESCRIPTION = "Config specific overrides for processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config" + +DISTRO_FEATURES:append = " acl xattr pam selinux" diff --git a/configs/processor-sdk/processor-sdk-scarthgap-11.02.08.02-config.txt b/configs/processor-sdk/processor-sdk-scarthgap-11.02.08.02-config.txt new file mode 100644 index 0000000..d509c62 --- /dev/null +++ b/configs/processor-sdk/processor-sdk-scarthgap-11.02.08.02-config.txt @@ -0,0 +1,19 @@ +# 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,8dcf084522b9c66a6639b5f117f554fde9b6b45a +meta-tisdk,https://github.com/TexasInstruments/meta-tisdk.git,scarthgap,11.02.08.02,layers=meta-ti-foundational:meta-ti-ml +meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap,11.02.08,layers=meta-arago-distro:meta-arago-extras:meta-arago-test +meta-qt6,https://code.qt.io/yocto/meta-qt6.git,6.9,c7d71f4cece4d1fe3110c945b9bd40ca82960e05,layers= +meta-virtualization,https://git.yoctoproject.org/meta-virtualization,scarthgap,17ac21e7d7f6f40a87618b22278b63bcfa14dbf2,layers= +meta-openembedded,https://git.openembedded.org/meta-openembedded,scarthgap,89a01c3d9ad1f8fce6aeb4dd0e694cfa28d42099,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,11.02.08,layers=meta-ti-extras:meta-beagle:meta-ti-bsp +meta-arm,https://git.yoctoproject.org/meta-arm,scarthgap,a81c19915b5b9e71ed394032e9a50fd06919e1cd,layers=meta-arm:meta-arm-toolchain +meta-clang,https://github.com/kraj/meta-clang,scarthgap,731488911f55ebfe746068512b426351192f82f2,layers= +#meta-flutter,https://github.com/meta-flutter/meta-flutter.git,scarthgap,b6e338a8b1fc9f8907f2c9a167c972a1907ff2ea,layers=.:meta-flutter-apps +oe-core,https://git.openembedded.org/openembedded-core,scarthgap,1fbd9eddbdf0da062df0510cabff6f6ee33d5752,layers=meta + +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-arago64-v2.conf.sample +BITBAKE_INCLUSIVE_VARS=yes diff --git a/configs/processor-sdk/processor-sdk-scarthgap-chromium-11.02.08.02-config.txt b/configs/processor-sdk/processor-sdk-scarthgap-chromium-11.02.08.02-config.txt new file mode 100644 index 0000000..c86bb67 --- /dev/null +++ b/configs/processor-sdk/processor-sdk-scarthgap-chromium-11.02.08.02-config.txt @@ -0,0 +1,20 @@ +# 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,8dcf084522b9c66a6639b5f117f554fde9b6b45a +meta-tisdk,https://github.com/TexasInstruments/meta-tisdk.git,scarthgap,11.02.08.02,layers=meta-ti-foundational:meta-ti-ml +meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap,11.02.08,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-qt6,https://code.qt.io/yocto/meta-qt6.git,6.9,c7d71f4cece4d1fe3110c945b9bd40ca82960e05,layers= +meta-virtualization,https://git.yoctoproject.org/meta-virtualization,scarthgap,17ac21e7d7f6f40a87618b22278b63bcfa14dbf2,layers= +meta-openembedded,https://git.openembedded.org/meta-openembedded,scarthgap,89a01c3d9ad1f8fce6aeb4dd0e694cfa28d42099,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,11.02.08,layers=meta-ti-extras:meta-beagle:meta-ti-bsp +meta-arm,https://git.yoctoproject.org/meta-arm,scarthgap,a81c19915b5b9e71ed394032e9a50fd06919e1cd,layers=meta-arm:meta-arm-toolchain +meta-clang,https://github.com/kraj/meta-clang,scarthgap,731488911f55ebfe746068512b426351192f82f2,layers= +#meta-flutter,https://github.com/meta-flutter/meta-flutter.git,scarthgap,b6e338a8b1fc9f8907f2c9a167c972a1907ff2ea,layers=.:meta-flutter-apps +oe-core,https://git.openembedded.org/openembedded-core,scarthgap,1fbd9eddbdf0da062df0510cabff6f6ee33d5752,layers=meta + +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-arago64-v2.conf.sample +BITBAKE_INCLUSIVE_VARS=yes diff --git a/configs/processor-sdk/processor-sdk-scarthgap-nonqt-11.02.08.02-config.txt b/configs/processor-sdk/processor-sdk-scarthgap-nonqt-11.02.08.02-config.txt new file mode 100644 index 0000000..0bc0fa3 --- /dev/null +++ b/configs/processor-sdk/processor-sdk-scarthgap-nonqt-11.02.08.02-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,8dcf084522b9c66a6639b5f117f554fde9b6b45a +meta-tisdk,https://github.com/TexasInstruments/meta-tisdk.git,scarthgap,11.02.08.02,layers=meta-ti-foundational:meta-ti-ml +meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap,11.02.08,layers=meta-arago-distro:meta-arago-extras:meta-arago-test +meta-virtualization,https://git.yoctoproject.org/meta-virtualization,scarthgap,17ac21e7d7f6f40a87618b22278b63bcfa14dbf2,layers= +meta-openembedded,https://git.openembedded.org/meta-openembedded,scarthgap,89a01c3d9ad1f8fce6aeb4dd0e694cfa28d42099,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,11.02.08,layers=meta-ti-extras:meta-beagle:meta-ti-bsp +meta-arm,https://git.yoctoproject.org/meta-arm,scarthgap,a81c19915b5b9e71ed394032e9a50fd06919e1cd,layers=meta-arm:meta-arm-toolchain +meta-clang,https://github.com/kraj/meta-clang,scarthgap,731488911f55ebfe746068512b426351192f82f2,layers= +oe-core,https://git.openembedded.org/openembedded-core,scarthgap,1fbd9eddbdf0da062df0510cabff6f6ee33d5752,layers=meta + +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-arago64-v2.conf.sample +BITBAKE_INCLUSIVE_VARS=yes diff --git a/configs/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.txt b/configs/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.txt new file mode 100644 index 0000000..11d3458 --- /dev/null +++ b/configs/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-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.8,8dcf084522b9c66a6639b5f117f554fde9b6b45a +meta-tisdk,https://github.com/TexasInstruments/meta-tisdk.git,scarthgap,11.02.08.02,layers=meta-ti-foundational:meta-ti-ml +meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap,11.02.08,layers=meta-arago-distro:meta-arago-extras:meta-arago-test +meta-selinux,https://git.yoctoproject.org/meta-selinux,scarthgap,1db6bf1b573b9c908752602c1e2b6a30368da3b7,layers= +meta-qt6,https://code.qt.io/yocto/meta-qt6.git,6.9,c7d71f4cece4d1fe3110c945b9bd40ca82960e05,layers= +meta-virtualization,https://git.yoctoproject.org/meta-virtualization,scarthgap,17ac21e7d7f6f40a87618b22278b63bcfa14dbf2,layers= +meta-openembedded,https://git.openembedded.org/meta-openembedded,scarthgap,89a01c3d9ad1f8fce6aeb4dd0e694cfa28d42099,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,11.02.08,layers=meta-ti-extras:meta-beagle:meta-ti-bsp +meta-arm,https://git.yoctoproject.org/meta-arm,scarthgap,a81c19915b5b9e71ed394032e9a50fd06919e1cd,layers=meta-arm:meta-arm-toolchain +meta-clang,https://github.com/kraj/meta-clang,scarthgap,731488911f55ebfe746068512b426351192f82f2,layers= +oe-core,https://git.openembedded.org/openembedded-core,scarthgap,1fbd9eddbdf0da062df0510cabff6f6ee33d5752,layers=meta + +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-arago64-v2.conf.sample +BITBAKE_INCLUSIVE_VARS=yes + +LOCALCONF:DISTRO_FEATURES:append = " acl xattr pam selinux" diff --git a/kas/processor-sdk/processor-sdk-scarthgap-11.02.08.02-config.yml b/kas/processor-sdk/processor-sdk-scarthgap-11.02.08.02-config.yml new file mode 100644 index 0000000..ae6a4e7 --- /dev/null +++ b/kas/processor-sdk/processor-sdk-scarthgap-11.02.08.02-config.yml @@ -0,0 +1,89 @@ +--- +header: + version: 17 + includes: + - ../templates/bblayers.conf.yml + - ../templates/local-arago64-v2.conf.yml + +target: tisdk-default-image + +repos: + bitbake: + url: "https://git.openembedded.org/bitbake" + branch: "2.8" + commit: "8dcf084522b9c66a6639b5f117f554fde9b6b45a" + layers: + .: disabled + + meta-tisdk: + url: "https://github.com/TexasInstruments/meta-tisdk.git" + branch: "scarthgap" + commit: "11.02.08.02" + layers: + meta-ti-foundational: + meta-ti-ml: + + meta-arago: + url: "https://git.yoctoproject.org/meta-arago" + branch: "scarthgap" + commit: "11.02.08" + 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: "c7d71f4cece4d1fe3110c945b9bd40ca82960e05" + + meta-virtualization: + url: "https://git.yoctoproject.org/meta-virtualization" + branch: "scarthgap" + commit: "17ac21e7d7f6f40a87618b22278b63bcfa14dbf2" + + meta-openembedded: + url: "https://git.openembedded.org/meta-openembedded" + branch: "scarthgap" + commit: "89a01c3d9ad1f8fce6aeb4dd0e694cfa28d42099" + layers: + meta-networking: + meta-python: + meta-oe: + meta-gnome: + meta-filesystems: + meta-multimedia: + + meta-lts-mixins: + url: "https://git.yoctoproject.org/meta-lts-mixins" + branch: "scarthgap/rust" + commit: "a8046d5ec53b1856169ac795aa87cb0d5db84c04" + + meta-ti: + url: "https://git.yoctoproject.org/meta-ti" + branch: "scarthgap" + commit: "11.02.08" + layers: + meta-ti-extras: + meta-beagle: + meta-ti-bsp: + + meta-arm: + url: "https://git.yoctoproject.org/meta-arm" + branch: "scarthgap" + commit: "a81c19915b5b9e71ed394032e9a50fd06919e1cd" + layers: + meta-arm: + meta-arm-toolchain: + + meta-clang: + url: "https://github.com/kraj/meta-clang" + branch: "scarthgap" + commit: "731488911f55ebfe746068512b426351192f82f2" + + oe-core: + url: "https://git.openembedded.org/openembedded-core" + branch: "scarthgap" + commit: "1fbd9eddbdf0da062df0510cabff6f6ee33d5752" + layers: + meta: diff --git a/kas/processor-sdk/processor-sdk-scarthgap-chromium-11.02.08.02-config.yml b/kas/processor-sdk/processor-sdk-scarthgap-chromium-11.02.08.02-config.yml new file mode 100644 index 0000000..55cdbd7 --- /dev/null +++ b/kas/processor-sdk/processor-sdk-scarthgap-chromium-11.02.08.02-config.yml @@ -0,0 +1,96 @@ +--- +header: + version: 17 + includes: + - ../templates/bblayers.conf.yml + - ../templates/local-arago64-v2.conf.yml + +target: tisdk-default-image + +repos: + bitbake: + url: "https://git.openembedded.org/bitbake" + branch: "2.8" + commit: "8dcf084522b9c66a6639b5f117f554fde9b6b45a" + layers: + .: disabled + + meta-tisdk: + url: "https://github.com/TexasInstruments/meta-tisdk.git" + branch: "scarthgap" + commit: "11.02.08.02" + layers: + meta-ti-foundational: + meta-ti-ml: + + meta-arago: + url: "https://git.yoctoproject.org/meta-arago" + branch: "scarthgap" + commit: "11.02.08" + layers: + meta-arago-distro: + meta-arago-extras: + meta-arago-test: + + meta-browser: + url: "https://github.com/OSSystems/meta-browser.git" + branch: "master" + commit: "27ca52f635a31f5f9762813a8527dd31323549b7" + layers: + meta-chromium: + + meta-qt6: + url: "https://code.qt.io/yocto/meta-qt6.git" + branch: "6.9" + commit: "c7d71f4cece4d1fe3110c945b9bd40ca82960e05" + + meta-virtualization: + url: "https://git.yoctoproject.org/meta-virtualization" + branch: "scarthgap" + commit: "17ac21e7d7f6f40a87618b22278b63bcfa14dbf2" + + meta-openembedded: + url: "https://git.openembedded.org/meta-openembedded" + branch: "scarthgap" + commit: "89a01c3d9ad1f8fce6aeb4dd0e694cfa28d42099" + layers: + meta-networking: + meta-python: + meta-oe: + meta-gnome: + meta-filesystems: + meta-multimedia: + + meta-lts-mixins: + url: "https://git.yoctoproject.org/meta-lts-mixins" + branch: "scarthgap/rust" + commit: "a8046d5ec53b1856169ac795aa87cb0d5db84c04" + + meta-ti: + url: "https://git.yoctoproject.org/meta-ti" + branch: "scarthgap" + commit: "11.02.08" + layers: + meta-ti-extras: + meta-beagle: + meta-ti-bsp: + + meta-arm: + url: "https://git.yoctoproject.org/meta-arm" + branch: "scarthgap" + commit: "a81c19915b5b9e71ed394032e9a50fd06919e1cd" + layers: + meta-arm: + meta-arm-toolchain: + + meta-clang: + url: "https://github.com/kraj/meta-clang" + branch: "scarthgap" + commit: "731488911f55ebfe746068512b426351192f82f2" + + oe-core: + url: "https://git.openembedded.org/openembedded-core" + branch: "scarthgap" + commit: "1fbd9eddbdf0da062df0510cabff6f6ee33d5752" + layers: + meta: diff --git a/kas/processor-sdk/processor-sdk-scarthgap-nonqt-11.02.08.02-config.yml b/kas/processor-sdk/processor-sdk-scarthgap-nonqt-11.02.08.02-config.yml new file mode 100644 index 0000000..3dfff6d --- /dev/null +++ b/kas/processor-sdk/processor-sdk-scarthgap-nonqt-11.02.08.02-config.yml @@ -0,0 +1,84 @@ +--- +header: + version: 17 + includes: + - ../templates/bblayers.conf.yml + - ../templates/local-arago64-v2.conf.yml + +target: tisdk-default-image + +repos: + bitbake: + url: "https://git.openembedded.org/bitbake" + branch: "2.8" + commit: "8dcf084522b9c66a6639b5f117f554fde9b6b45a" + layers: + .: disabled + + meta-tisdk: + url: "https://github.com/TexasInstruments/meta-tisdk.git" + branch: "scarthgap" + commit: "11.02.08.02" + layers: + meta-ti-foundational: + meta-ti-ml: + + meta-arago: + url: "https://git.yoctoproject.org/meta-arago" + branch: "scarthgap" + commit: "11.02.08" + layers: + meta-arago-distro: + meta-arago-extras: + meta-arago-test: + + meta-virtualization: + url: "https://git.yoctoproject.org/meta-virtualization" + branch: "scarthgap" + commit: "17ac21e7d7f6f40a87618b22278b63bcfa14dbf2" + + meta-openembedded: + url: "https://git.openembedded.org/meta-openembedded" + branch: "scarthgap" + commit: "89a01c3d9ad1f8fce6aeb4dd0e694cfa28d42099" + layers: + meta-networking: + meta-python: + meta-oe: + meta-gnome: + meta-filesystems: + meta-multimedia: + + meta-lts-mixins: + url: "https://git.yoctoproject.org/meta-lts-mixins" + branch: "scarthgap/rust" + commit: "a8046d5ec53b1856169ac795aa87cb0d5db84c04" + + meta-ti: + url: "https://git.yoctoproject.org/meta-ti" + branch: "scarthgap" + commit: "11.02.08" + layers: + meta-ti-extras: + meta-beagle: + meta-ti-bsp: + + meta-arm: + url: "https://git.yoctoproject.org/meta-arm" + branch: "scarthgap" + commit: "a81c19915b5b9e71ed394032e9a50fd06919e1cd" + layers: + meta-arm: + meta-arm-toolchain: + + meta-clang: + url: "https://github.com/kraj/meta-clang" + branch: "scarthgap" + commit: "731488911f55ebfe746068512b426351192f82f2" + + oe-core: + url: "https://git.openembedded.org/openembedded-core" + branch: "scarthgap" + commit: "1fbd9eddbdf0da062df0510cabff6f6ee33d5752" + layers: + meta: diff --git a/kas/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.yml b/kas/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.yml new file mode 100644 index 0000000..08b4382 --- /dev/null +++ b/kas/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.yml @@ -0,0 +1,98 @@ +--- +header: + version: 17 + includes: + - ../templates/bblayers.conf.yml + - ../templates/local-arago64-v2.conf.yml + +target: tisdk-default-image + +repos: + bitbake: + url: "https://git.openembedded.org/bitbake" + branch: "2.8" + commit: "8dcf084522b9c66a6639b5f117f554fde9b6b45a" + layers: + .: disabled + + meta-tisdk: + url: "https://github.com/TexasInstruments/meta-tisdk.git" + branch: "scarthgap" + commit: "11.02.08.02" + layers: + meta-ti-foundational: + meta-ti-ml: + + meta-arago: + url: "https://git.yoctoproject.org/meta-arago" + branch: "scarthgap" + commit: "11.02.08" + layers: + meta-arago-distro: + meta-arago-extras: + meta-arago-test: + + meta-selinux: + url: "https://git.yoctoproject.org/meta-selinux" + branch: "scarthgap" + commit: "1db6bf1b573b9c908752602c1e2b6a30368da3b7" + + meta-qt6: + url: "https://code.qt.io/yocto/meta-qt6.git" + branch: "6.9" + commit: "c7d71f4cece4d1fe3110c945b9bd40ca82960e05" + + meta-virtualization: + url: "https://git.yoctoproject.org/meta-virtualization" + branch: "scarthgap" + commit: "17ac21e7d7f6f40a87618b22278b63bcfa14dbf2" + + meta-openembedded: + url: "https://git.openembedded.org/meta-openembedded" + branch: "scarthgap" + commit: "89a01c3d9ad1f8fce6aeb4dd0e694cfa28d42099" + layers: + meta-networking: + meta-python: + meta-oe: + meta-gnome: + meta-filesystems: + meta-multimedia: + + meta-lts-mixins: + url: "https://git.yoctoproject.org/meta-lts-mixins" + branch: "scarthgap/rust" + commit: "a8046d5ec53b1856169ac795aa87cb0d5db84c04" + + meta-ti: + url: "https://git.yoctoproject.org/meta-ti" + branch: "scarthgap" + commit: "11.02.08" + layers: + meta-ti-extras: + meta-beagle: + meta-ti-bsp: + + meta-arm: + url: "https://git.yoctoproject.org/meta-arm" + branch: "scarthgap" + commit: "a81c19915b5b9e71ed394032e9a50fd06919e1cd" + layers: + meta-arm: + meta-arm-toolchain: + + meta-clang: + url: "https://github.com/kraj/meta-clang" + branch: "scarthgap" + commit: "731488911f55ebfe746068512b426351192f82f2" + + oe-core: + url: "https://git.openembedded.org/openembedded-core" + branch: "scarthgap" + commit: "1fbd9eddbdf0da062df0510cabff6f6ee33d5752" + 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-scarthgap-11.02.08.02-config.xml b/src/configs/processor-sdk/processor-sdk-scarthgap-11.02.08.02-config.xml new file mode 100644 index 0000000..d4307aa --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-scarthgap-11.02.08.02-config.xml @@ -0,0 +1,79 @@ +<?xml version='1.0'?> +<config> + <description>TI Processor SDK v11.02.08.02</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-v2.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + + <bitbake url='https://git.openembedded.org/bitbake' branch='2.8' commit='8dcf084522b9c66a6639b5f117f554fde9b6b45a'/> + + <repos> + <repo name='meta-tisdk' url='https://github.com/TexasInstruments/meta-tisdk.git' branch='scarthgap' commit='11.02.08.02'> + <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='scarthgap' commit='11.02.08'> + <layers> + <layer>meta-arago-distro</layer> + <layer>meta-arago-extras</layer> + <layer>meta-arago-test</layer> + </layers> + </repo> + <repo name='meta-qt6' url='https://code.qt.io/yocto/meta-qt6.git' branch='6.9' commit='c7d71f4cece4d1fe3110c945b9bd40ca82960e05'> + <layers/> + </repo> + <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='scarthgap' commit='17ac21e7d7f6f40a87618b22278b63bcfa14dbf2'> + <layers/> + </repo> + <repo name='meta-openembedded' url='https://git.openembedded.org/meta-openembedded' branch='scarthgap' commit='89a01c3d9ad1f8fce6aeb4dd0e694cfa28d42099'> + <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-lts-mixins' url='https://git.yoctoproject.org/meta-lts-mixins' branch='scarthgap/rust' commit='a8046d5ec53b1856169ac795aa87cb0d5db84c04'> + <layers/> + </repo> + <repo name='meta-ti' url='https://git.yoctoproject.org/meta-ti' branch='scarthgap' commit='11.02.08'> + <layers> + <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='scarthgap' commit='a81c19915b5b9e71ed394032e9a50fd06919e1cd'> + <layers> + <layer>meta-arm</layer> + <layer>meta-arm-toolchain</layer> + </layers> + </repo> + <repo name='meta-clang' url='https://github.com/kraj/meta-clang' branch='scarthgap' commit='731488911f55ebfe746068512b426351192f82f2'> + <layers/> + </repo> + <repo name='meta-flutter' url='https://github.com/meta-flutter/meta-flutter.git' branch='scarthgap' commit='b6e338a8b1fc9f8907f2c9a167c972a1907ff2ea' disabled='true'> + <layers> + <layer>.</layer> + <layer>meta-flutter-apps</layer> + </layers> + </repo> + <repo name='oe-core' url='https://git.openembedded.org/openembedded-core' branch='scarthgap' commit='1fbd9eddbdf0da062df0510cabff6f6ee33d5752'> + <layers> + <layer>meta</layer> + </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-scarthgap-chromium-11.02.08.02-config.xml b/src/configs/processor-sdk/processor-sdk-scarthgap-chromium-11.02.08.02-config.xml new file mode 100644 index 0000000..edd40e0 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-scarthgap-chromium-11.02.08.02-config.xml @@ -0,0 +1,84 @@ +<?xml version='1.0'?> +<config> + <description>TI Processor SDK vchromium-11.02.08.02</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-v2.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + + <bitbake url='https://git.openembedded.org/bitbake' branch='2.8' commit='8dcf084522b9c66a6639b5f117f554fde9b6b45a'/> + + <repos> + <repo name='meta-tisdk' url='https://github.com/TexasInstruments/meta-tisdk.git' branch='scarthgap' commit='11.02.08.02'> + <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='scarthgap' commit='11.02.08'> + <layers> + <layer>meta-arago-distro</layer> + <layer>meta-arago-extras</layer> + <layer>meta-arago-test</layer> + </layers> + </repo> + <repo name='meta-browser' url='https://github.com/OSSystems/meta-browser.git' branch='master' commit='27ca52f635a31f5f9762813a8527dd31323549b7'> + <layers> + <layer>meta-chromium</layer> + </layers> + </repo> + <repo name='meta-qt6' url='https://code.qt.io/yocto/meta-qt6.git' branch='6.9' commit='c7d71f4cece4d1fe3110c945b9bd40ca82960e05'> + <layers/> + </repo> + <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='scarthgap' commit='17ac21e7d7f6f40a87618b22278b63bcfa14dbf2'> + <layers/> + </repo> + <repo name='meta-openembedded' url='https://git.openembedded.org/meta-openembedded' branch='scarthgap' commit='89a01c3d9ad1f8fce6aeb4dd0e694cfa28d42099'> + <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-lts-mixins' url='https://git.yoctoproject.org/meta-lts-mixins' branch='scarthgap/rust' commit='a8046d5ec53b1856169ac795aa87cb0d5db84c04'> + <layers/> + </repo> + <repo name='meta-ti' url='https://git.yoctoproject.org/meta-ti' branch='scarthgap' commit='11.02.08'> + <layers> + <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='scarthgap' commit='a81c19915b5b9e71ed394032e9a50fd06919e1cd'> + <layers> + <layer>meta-arm</layer> + <layer>meta-arm-toolchain</layer> + </layers> + </repo> + <repo name='meta-clang' url='https://github.com/kraj/meta-clang' branch='scarthgap' commit='731488911f55ebfe746068512b426351192f82f2'> + <layers/> + </repo> + <repo name='meta-flutter' url='https://github.com/meta-flutter/meta-flutter.git' branch='scarthgap' commit='b6e338a8b1fc9f8907f2c9a167c972a1907ff2ea' disabled='true'> + <layers> + <layer>.</layer> + <layer>meta-flutter-apps</layer> + </layers> + </repo> + <repo name='oe-core' url='https://git.openembedded.org/openembedded-core' branch='scarthgap' commit='1fbd9eddbdf0da062df0510cabff6f6ee33d5752'> + <layers> + <layer>meta</layer> + </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-scarthgap-nonqt-11.02.08.02-config.xml b/src/configs/processor-sdk/processor-sdk-scarthgap-nonqt-11.02.08.02-config.xml new file mode 100644 index 0000000..d34d378 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-scarthgap-nonqt-11.02.08.02-config.xml @@ -0,0 +1,70 @@ +<?xml version='1.0'?> +<config> + <description>TI Processor SDK vnonqt-11.02.08.02</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-v2.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + + <bitbake url='https://git.openembedded.org/bitbake' branch='2.8' commit='8dcf084522b9c66a6639b5f117f554fde9b6b45a'/> + + <repos> + <repo name='meta-tisdk' url='https://github.com/TexasInstruments/meta-tisdk.git' branch='scarthgap' commit='11.02.08.02'> + <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='scarthgap' commit='11.02.08'> + <layers> + <layer>meta-arago-distro</layer> + <layer>meta-arago-extras</layer> + <layer>meta-arago-test</layer> + </layers> + </repo> + <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='scarthgap' commit='17ac21e7d7f6f40a87618b22278b63bcfa14dbf2'> + <layers/> + </repo> + <repo name='meta-openembedded' url='https://git.openembedded.org/meta-openembedded' branch='scarthgap' commit='89a01c3d9ad1f8fce6aeb4dd0e694cfa28d42099'> + <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-lts-mixins' url='https://git.yoctoproject.org/meta-lts-mixins' branch='scarthgap/rust' commit='a8046d5ec53b1856169ac795aa87cb0d5db84c04'> + <layers/> + </repo> + <repo name='meta-ti' url='https://git.yoctoproject.org/meta-ti' branch='scarthgap' commit='11.02.08'> + <layers> + <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='scarthgap' commit='a81c19915b5b9e71ed394032e9a50fd06919e1cd'> + <layers> + <layer>meta-arm</layer> + <layer>meta-arm-toolchain</layer> + </layers> + </repo> + <repo name='meta-clang' url='https://github.com/kraj/meta-clang' branch='scarthgap' commit='731488911f55ebfe746068512b426351192f82f2'> + <layers/> + </repo> + <repo name='oe-core' url='https://git.openembedded.org/openembedded-core' branch='scarthgap' commit='1fbd9eddbdf0da062df0510cabff6f6ee33d5752'> + <layers> + <layer>meta</layer> + </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-scarthgap-selinux-11.02.08.02-config.xml b/src/configs/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.xml new file mode 100644 index 0000000..8a228c0 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-scarthgap-selinux-11.02.08.02-config.xml @@ -0,0 +1,80 @@ +<?xml version='1.0'?> +<config> + <description>TI Processor SDK vselinux-11.02.08.02</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-v2.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/> + + <bitbake url='https://git.openembedded.org/bitbake' branch='2.8' commit='8dcf084522b9c66a6639b5f117f554fde9b6b45a'/> + + <repos> + <repo name='meta-tisdk' url='https://github.com/TexasInstruments/meta-tisdk.git' branch='scarthgap' commit='11.02.08.02'> + <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='scarthgap' commit='11.02.08'> + <layers> + <layer>meta-arago-distro</layer> + <layer>meta-arago-extras</layer> + <layer>meta-arago-test</layer> + </layers> + </repo> + <repo name='meta-selinux' url='https://git.yoctoproject.org/meta-selinux' branch='scarthgap' commit='1db6bf1b573b9c908752602c1e2b6a30368da3b7'> + <layers/> + </repo> + <repo name='meta-qt6' url='https://code.qt.io/yocto/meta-qt6.git' branch='6.9' commit='c7d71f4cece4d1fe3110c945b9bd40ca82960e05'> + <layers/> + </repo> + <repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='scarthgap' commit='17ac21e7d7f6f40a87618b22278b63bcfa14dbf2'> + <layers/> + </repo> + <repo name='meta-openembedded' url='https://git.openembedded.org/meta-openembedded' branch='scarthgap' commit='89a01c3d9ad1f8fce6aeb4dd0e694cfa28d42099'> + <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-lts-mixins' url='https://git.yoctoproject.org/meta-lts-mixins' branch='scarthgap/rust' commit='a8046d5ec53b1856169ac795aa87cb0d5db84c04'> + <layers/> + </repo> + <repo name='meta-ti' url='https://git.yoctoproject.org/meta-ti' branch='scarthgap' commit='11.02.08'> + <layers> + <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='scarthgap' commit='a81c19915b5b9e71ed394032e9a50fd06919e1cd'> + <layers> + <layer>meta-arm</layer> + <layer>meta-arm-toolchain</layer> + </layers> + </repo> + <repo name='meta-clang' url='https://github.com/kraj/meta-clang' branch='scarthgap' commit='731488911f55ebfe746068512b426351192f82f2'> + <layers/> + </repo> + <repo name='oe-core' url='https://git.openembedded.org/openembedded-core' branch='scarthgap' commit='1fbd9eddbdf0da062df0510cabff6f6ee33d5752'> + <layers> + <layer>meta</layer> + </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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16891): https://lists.yoctoproject.org/g/meta-arago/message/16891 Mute This Topic: https://lists.yoctoproject.org/mt/116789594/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
