CI: remove flash_kernel_on_update dependency check (MR 5045)

This property is now handled by boot-deploy, which devices shouldn't
depend on directly anyway.
This commit is contained in:
Stefan Hansson 2024-04-18 12:50:39 +02:00
parent 66d84cc745
commit 824647ea3a
No known key found for this signature in database
GPG key ID: 8A700086A9FE41FD

View file

@ -61,14 +61,6 @@ def test_aports_device(args):
if "!archcheck" not in apkbuild["options"]:
raise RuntimeError("!archcheck missing in options= line: " + path)
if deviceinfo["flash_kernel_on_update"] == "true" \
and "postmarketos-update-kernel" not in apkbuild["depends"]:
raise RuntimeError(
"Deviceinfo indicates this device supports automatic kernel"
" flashing on update, but doesn't depend on"
" 'postmarketos-update-kernel'. Please add the missing"
" dependency.")
def test_aports_device_kernel(args):
"""