Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Merge requests
!5882
firmware-qcom-adreno: upgrade to 20241110, add gen70500
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
firmware-qcom-adreno: upgrade to 20241110, add gen70500
jianhua/pmaports:adreno_firmware
into
master
Overview
1
Commits
1
Pipelines
3
Changes
1
Merged
Jianhua Lu
requested to merge
jianhua/pmaports:adreno_firmware
into
master
3 months ago
Overview
1
Commits
1
Pipelines
3
Changes
1
Expand
Changes in firmware-qcom-adreno:
upgrade to 20241110
add gen70500 firmware for Snapdragon X Elite GPU.
0
0
Merge request reports
Compare
version 2
version 2
bad3cfcf
3 months ago
version 1
fbd6985b
3 months ago
master (base)
and
latest version
latest version
ec0a8ecf
1 commit,
3 months ago
version 2
bad3cfcf
1 commit,
3 months ago
version 1
fbd6985b
1 commit,
3 months ago
Show latest version
1 file
+
2
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.ci/testcases/test_device.py
+
2
−
3
Options
@@ -47,8 +47,7 @@ def test_aports_device():
if
"
postmarketos-base
"
==
dependency
or
"
postmarketos-base>
"
in
dependency
:
depend_flag
=
True
if
not
depend_flag
:
raise
RuntimeError
(
"
Missing
'
postmarketos-base
'
in depends of
"
+
path
)
raise
RuntimeError
(
f
"
Missing
'
postmarketos-base
'
in depends of
{
path
}
"
)
# Depends: Must not have specific packages
for
depend
in
apkbuild
[
"
depends
"
]:
@@ -61,7 +60,7 @@ def test_aports_device():
raise
RuntimeError
(
"
wrong architecture, please change to arch=
\"
"
f
"
{
deviceinfo
.
arch
}
\"
:
{
path
}
"
)
if
"
!archcheck
"
not
in
apkbuild
[
"
options
"
]:
raise
RuntimeError
(
"
!archcheck missing in options= line:
"
+
path
)
raise
RuntimeError
(
f
"
!archcheck missing in options= line:
{
path
}
"
)
def
test_aports_device_kernel
():
Loading