File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2014,7 +2014,7 @@ class Config:
2014
2014
initrd_packages : list [str ]
2015
2015
initrd_volatile_packages : list [str ]
2016
2016
microcode_host : bool
2017
- devicetree : Optional [Path ]
2017
+ devicetree : Optional [str ]
2018
2018
splash : Optional [Path ]
2019
2019
kernel_command_line : list [str ]
2020
2020
kernel_modules_include : list [str ]
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ def test_config() -> None:
510
510
make_initrd = False ,
511
511
manifest_format = [ManifestFormat .json , ManifestFormat .changelog ],
512
512
microcode_host = True ,
513
- devicetree = Path ( "freescale/imx8mm-verdin-nonwifi-dev.dtb" ) ,
513
+ devicetree = "freescale/imx8mm-verdin-nonwifi-dev.dtb" ,
514
514
minimum_version = "123" ,
515
515
mirror = None ,
516
516
nspawn_settings = None ,
You can’t perform that action at this time.
0 commit comments