Skip to content
Snippets Groups Projects
Verified Commit d7009c50 authored by Sherif Nagy's avatar Sherif Nagy
Browse files

Adding new kernel-rpi

parent 7cda1ecd
No related branches found
No related tags found
No related merge requests found
......@@ -22,3 +22,27 @@ package {
}
package {
name: "kernel-rpi"
type: PACKAGE_TYPE_NORMAL_SRC
# Define the altarch-rockyrpi repository:
repository {
name: "altarch-rockyrpi"
include_filter: "kernel-rpi-16k.aarch64"
include_filter: "kernel-rpi-16k-core.aarch64"
include_filter: "kernel-rpi-16k-devel.aarch64"
include_filter: "kernel-rpi-16k-devel-matched.aarch64"
include_filter: "kernel-rpi-16k-modules-core.aarch64"
include_filter: "kernel-rpi-4k.aarch64"
include_filter: "kernel-rpi-4k-core.aarch64"
include_filter: "kernel-rpi-4k-devel.aarch64"
include_filter: "kernel-rpi-4k-devel-matched.aarch64"
include_filter: "kernel-rpi-4k-modules-core.aarch64"
include_filter: "kernel-rpi.aarch64"
include_filter: "kernel-rpi-firmware.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