Skip to content
Snippets Groups Projects
Commit cfa601f5 authored by Neil Hanlon's avatar Neil Hanlon
Browse files

Merge branch 'add-rpi-firmware' into 'r9'

added rpi firmware & rocky-sbc-utils

See merge request !1
parents 56ce0cda e4fc6c68
Branches r9
No related tags found
1 merge request!1added rpi firmware & rocky-sbc-utils
......@@ -37,6 +37,16 @@ package {
}
}
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 {
......
......@@ -46,3 +46,23 @@ package {
}
package {
name: "rpi-firmware-bluez"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "altarch-rockyrpi"
include_filter: "rpi-firmware-bluez.noarch"
}
}
package {
name: "rpi-firmware-nonfree"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "altarch-rockyrpi"
include_filter: "rpi-firmware-nonfree.noarch"
}
}
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