Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
peridot-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SIG
altarch
peridot-config
Compare revisions
56ce0cda419ef1a6863dad8aa2136a86c80206c4 to cfa601f5c96b1394cf908892a53cc2a5c12515e9
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
sig/altarch/peridot-config
Select target project
No results found
cfa601f5c96b1394cf908892a53cc2a5c12515e9
Select Git revision
Branches
r8
r9
Swap
Target
sig/altarch/peridot-config
Select target project
sig/altarch/peridot-config
codedude/fork-peridot-config
2 results
56ce0cda419ef1a6863dad8aa2136a86c80206c4
Select Git revision
Branches
r8
r9
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
added rpi firmware & rocky-sbc-utils
· e4fc6c68
Bryan Zuelly
authored
6 days ago
Verified
e4fc6c68
Merge branch 'add-rpi-firmware' into 'r9'
· cfa601f5
Neil Hanlon
authored
6 days ago
added rpi firmware & rocky-sbc-utils See merge request
!1
cfa601f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
altarch-common.cfg
+10
-0
10 additions, 0 deletions
altarch-common.cfg
altarch-rockyrpi.cfg
+20
-0
20 additions, 0 deletions
altarch-rockyrpi.cfg
with
30 additions
and
0 deletions
altarch-common.cfg
View file @
cfa601f5
...
...
@@ -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 {
...
...
This diff is collapsed.
Click to expand it.
altarch-rockyrpi.cfg
View file @
cfa601f5
...
...
@@ -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"
}
}
This diff is collapsed.
Click to expand it.