mbox series

[oe-layersetup,master,v2,0/1] oelayersetup: Bringing meta-selinux into Yocto builds

Message ID 20241120172824.1764599-1-a-shenai@ti.com
Headers show
Series oelayersetup: Bringing meta-selinux into Yocto builds | expand

Message

Aashvij Shenai Nov. 20, 2024, 5:28 p.m. UTC
This patch is needed to download the meta-selinux layer into TI-SDK builds

Changelog:

v1 -> v2
    - Updated config changes from .txt to .xml
    - Added 2 new configs instead of editing existing configs
    
Aashvij Shenai (1):
  oelayersetup: Bringing meta-selinux into Yocto builds

 .../arago-master-selinux-config.json          | 136 +++++++++++++
 .../arago-scarthgap-selinux-config.json       | 136 +++++++++++++
 .../bblayers.conf.sample                      |  32 +++
 .../conf-notes.txt                            |  22 +++
 .../conf-summary.txt                          |   1 +
 .../local.conf.sample                         | 186 ++++++++++++++++++
 .../bblayers.conf.sample                      |  32 +++
 .../conf-notes.txt                            |  22 +++
 .../conf-summary.txt                          |   1 +
 .../local.conf.sample                         | 184 +++++++++++++++++
 configs/arago-master-chromium-config.txt      |   1 +
 configs/arago-master-config.txt               |   1 +
 configs/arago-master-next-config.txt          |   1 +
 configs/arago-master-selinux-config.txt       |  20 ++
 configs/arago-master-wip-config.txt           |   1 +
 configs/arago-scarthgap-chromium-config.txt   |   1 +
 configs/arago-scarthgap-config.txt            |   1 +
 configs/arago-scarthgap-next-config.txt       |   1 +
 configs/arago-scarthgap-selinux-config.txt    |  20 ++
 configs/arago-scarthgap-wip-config.txt        |   1 +
 kas/arago-master-selinux-config.yml           |  68 +++++++
 kas/arago-scarthgap-selinux-config.yml        |  68 +++++++
 src/configs/arago-master-chromium-config.xml  |   3 +
 src/configs/arago-master-config.xml           |   3 +
 src/configs/arago-master-next-config.xml      |   3 +
 src/configs/arago-master-selinux-config.xml   |  75 +++++++
 src/configs/arago-master-wip-config.xml       |   3 +
 .../arago-scarthgap-chromium-config.xml       |   3 +
 src/configs/arago-scarthgap-config.xml        |   3 +
 src/configs/arago-scarthgap-next-config.xml   |   3 +
 .../arago-scarthgap-selinux-config.xml        |  75 +++++++
 src/configs/arago-scarthgap-wip-config.xml    |   3 +
 32 files changed, 1110 insertions(+)
 create mode 100644 bitbake-setup/arago-master-selinux-config.json
 create mode 100644 bitbake-setup/arago-scarthgap-selinux-config.json
 create mode 100644 conf/templates/arago-master-selinux-config/bblayers.conf.sample
 create mode 100644 conf/templates/arago-master-selinux-config/conf-notes.txt
 create mode 100644 conf/templates/arago-master-selinux-config/conf-summary.txt
 create mode 100644 conf/templates/arago-master-selinux-config/local.conf.sample
 create mode 100644 conf/templates/arago-scarthgap-selinux-config/bblayers.conf.sample
 create mode 100644 conf/templates/arago-scarthgap-selinux-config/conf-notes.txt
 create mode 100644 conf/templates/arago-scarthgap-selinux-config/conf-summary.txt
 create mode 100644 conf/templates/arago-scarthgap-selinux-config/local.conf.sample
 create mode 100644 configs/arago-master-selinux-config.txt
 create mode 100644 configs/arago-scarthgap-selinux-config.txt
 create mode 100644 kas/arago-master-selinux-config.yml
 create mode 100644 kas/arago-scarthgap-selinux-config.yml
 create mode 100644 src/configs/arago-master-selinux-config.xml
 create mode 100644 src/configs/arago-scarthgap-selinux-config.xml