The /etc/labgrid/userconfig.yaml is installed with a bbappend to the python3-labgrid package.
Since I'm using a patched version of the python3-labgrid, my userconfig.yaml is replaced with the default one whenever I'm deploying my custom python3-labgrid package.
This is surprising, because I would have expected that the userconfig.yaml is preserved as it is preserved on the RAUC updates.
Maybe the default userconfig.yaml should be moved to a separate package to make it independent of the python3-labgrid package?
(As a workaround, I could modify the default userconfig.yaml in my BSP to deploy my configuration, but I think that deviates a lot from the usual behavior of the userconfig.yaml.)
The
/etc/labgrid/userconfig.yamlis installed with a bbappend to thepython3-labgridpackage.Since I'm using a patched version of the
python3-labgrid, myuserconfig.yamlis replaced with the default one whenever I'm deploying my custompython3-labgridpackage.This is surprising, because I would have expected that the
userconfig.yamlis preserved as it is preserved on the RAUC updates.Maybe the default
userconfig.yamlshould be moved to a separate package to make it independent of thepython3-labgridpackage?(As a workaround, I could modify the default
userconfig.yamlin my BSP to deploy my configuration, but I think that deviates a lot from the usual behavior of theuserconfig.yaml.)