-
Bryan Zuelly authoredBryan Zuelly authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
altarch-common.cfg 1.17 KiB
# kind: resf.peridot.v1.CatalogSync
# raspberrypi2 kernel package:
package {
name: "uboot-tools"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "altarch-common"
include_filter: "uboot-images-armv8.noarch"
include_filter: "uboot-tools.aarch64"
}
}
package {
name: "arm-trusted-firmware"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "altarch-common"
include_filter: "arm-trusted-firmware-armv8.noarch"
}
}
package {
name: "bcm283x-firmware"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "altarch-common"
include_filter: "bcm2711-firmware.aarch64"
include_filter: "bcm2835-firmware.aarch64"
include_filter: "bcm283x-firmware.aarch64"
include_filter: "bcm283x-overlays.aarch64"
}
}
package {
name: "crust-firmware"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "altarch-common"
include_filter: "crust-firmware.noarch"
}
}
package {
name: "rocky-sbc-utils"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "altarch-common"
include_filter: "rocky-sbc-utils.noarch"
}
}
#exclude_filter {
# repo_match: "^altarch-common$"
# arch {
# key: "*"
# glob_match: "raspberrypi2-kernel4"
# }
#}