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

Changed comments and added header to match example cfg

parent bd83197c
No related branches found
No related tags found
No related merge requests found
// 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"
......
// 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"
......
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