Skip to content
Snippets Groups Projects
Verified Commit f5901bff authored by Skip Grube's avatar Skip Grube
Browse files

Updated with empty common repo and standardized repo names

-Skip G.
parent 76923393
No related branches found
No related tags found
No related merge requests found
# This file sets up 2 repositories: "altarch-rockyrpi", and "altarch-common"
# 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
# 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
exclude_filter {
repo_match: "^altarch-common$"
arch {
key: "*"
glob_match: "raspberrypi2-kernel4"
}
}
# 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
repository {
name: "altarch-common"
include_filter: "raspberrypi2-kernel4.aarch64"
}
# Define the altarch-rockyrpi repository:
repository {
name: "altarch-rockyrpi"
include_filter: "raspberrypi2-kernel4.aarch64"
include_filter: "raspberrypi2-firmware.aarch64"
include_filter: "raspberrypi2-kernel4-devel.aarch64"
include_filter: "raspberrypi2-kernel4-devel-debuginfo.aarch64"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment