From e11dc90c72857f4d0b1fafa3e7c8e2b66b87f6fb Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 18 Sep 2020 09:31:56 -0700 Subject: [PATCH] starlingx: add meta-starlingx repo This repo will contain the recipes and meta-data for building an OpenEmbedded based StarlingX distro. Needed-By: I6cf3a6922ee3ab71dd6a6748a00459c278c597cd Change-Id: I2e5fe3e509fd1877866b0363efbd958e40a3cac1 Signed-off-by: Saul Wold --- gerrit/acls/starlingx/meta-starlingx.config | 18 ++++++++++++++++++ gerrit/projects.yaml | 6 ++++++ zuul/main.yaml | 1 + 3 files changed, 25 insertions(+) create mode 100644 gerrit/acls/starlingx/meta-starlingx.config diff --git a/gerrit/acls/starlingx/meta-starlingx.config b/gerrit/acls/starlingx/meta-starlingx.config new file mode 100644 index 0000000000..f684470c8c --- /dev/null +++ b/gerrit/acls/starlingx/meta-starlingx.config @@ -0,0 +1,18 @@ +[access "refs/for/refs/*"] +pushMerge = group starlingx-release + +[access "refs/heads/*"] +abandon = group starlingx-meta-starlingx-core +create = group starlingx-release +label-Code-Review = -2..+2 group starlingx-meta-starlingx-core +label-Workflow = -1..+1 group starlingx-meta-starlingx-core + +[access "refs/tags/*"] +pushSignedTag = group starlingx-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = True diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 58b26e4006..bc924e458f 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6086,6 +6086,12 @@ use-storyboard: true groups: - starlingx +- project: starlingx/meta-starlingx + description: StarlingX layer for OpenEmbedded build system + use-storyboard: true + upstream: https://github.com/saulwold/meta-starlingx.git + groups: + - starlingx - project: starlingx/metal description: StarlingX Bare Metal and Node Management, Hardware Maintenance use-storyboard: true diff --git a/zuul/main.yaml b/zuul/main.yaml index 7cacd53461..a861c19024 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1018,6 +1018,7 @@ - starlingx/integ - starlingx/kernel - starlingx/manifest + - starlingx/meta-starlingx - starlingx/metal - starlingx/monitor-armada-app - starlingx/monitoring