Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
peridot-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SIG
altarch
peridot-config
Commits
78f6c74c
Verified
Commit
78f6c74c
authored
2 years ago
by
Skip Grube
Browse files
Options
Downloads
Patches
Plain Diff
Changed comments and added header to match example cfg
parent
bd83197c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
altarch-common.cfg
+7
-6
7 additions, 6 deletions
altarch-common.cfg
altarch-rockyrpi.cfg
+6
-5
6 additions, 5 deletions
altarch-rockyrpi.cfg
with
13 additions
and
11 deletions
altarch-common.cfg
+
7
−
6
View file @
78f6c74c
//
altarch-common
is
currently
empty,
but
declared
here
for
the
future
using
a
Peridot
trick:
//
We
set
the
repo
up
to
include
the
"raspberrypi2"
package,
but
then
exclude
ALL
("*")
packages
//
We
will
add
packages
to
altarch-common
later
if
necessary
# kind: resf.peridot.v1.CatalogSync
# altarch-common is currently empty, but declared here for the future using a Peridot trick:
# We set the repo up to include the "raspberrypi2" package, but then exclude ALL ("*") packages
# We will add packages to altarch-common later if necessary
exclude_filter
{
repo_match:
"^altarch-common$"
...
...
@@ -11,13 +12,13 @@ exclude_filter {
}
//
raspberrypi2
kernel
package:
#
raspberrypi2 kernel package:
package
{
name:
"raspberrypi2"
type:
PACKAGE_TYPE_NORMAL_SRC
//
This
is
the
altarch-common
empty
repo
that
gets
excluded
at
the
top
anyway
//
It
doesn't
matter
what
gets
included,
because
it
gets
excluded
no
matter
what
#
This is the altarch-common empty repo that gets excluded at the top anyway
#
It doesn't matter what gets included, because it gets excluded no matter what
repository
{
name:
"altarch-common"
include_filter:
"raspberrypi2-kernel4.aarch64"
...
...
This diff is collapsed.
Click to expand it.
altarch-rockyrpi.cfg
+
6
−
5
View file @
78f6c74c
//
altarch-rockyrpi
currently
only
has
"raspberrypi2"
kernel
package
in
it
//
This
is
imported
manually
from
Pablo
Greco's
CentOS
rpi
work:
https://git.centos.org/rpms/raspberrypi2
//
Imported
into
https://git.rockylinux.org/sig/altarch/src/raspberrypi2
,
where
Peridot
then
"imports"
it
into
sig/altarch/rpms/raspberrypi2
# kind: resf.peridot.v1.CatalogSync
# altarch-rockyrpi currently only has "raspberrypi2" kernel package in it
# This is imported manually from Pablo Greco's CentOS rpi work: https://git.centos.org/rpms/raspberrypi2
# Imported into https://git.rockylinux.org/sig/altarch/src/raspberrypi2 , where Peridot then "imports" it into sig/altarch/rpms/raspberrypi2
//
raspberrypi2
kernel
package:
#
raspberrypi2 kernel package:
package
{
name:
"raspberrypi2"
type:
PACKAGE_TYPE_NORMAL_SRC
//
Define
the
altarch-rockyrpi
repository:
#
Define the altarch-rockyrpi repository:
repository
{
name:
"altarch-rockyrpi"
include_filter:
"raspberrypi2-kernel4.aarch64"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment