The variable XT_DOMU_CONFIG_NAME is not defined if domu is not used. In such a case, yocto fails during the parsing of the domu.bbappend file due to an attempt to calculate the checksum of the non-existing file pvr-${XT_DOMU_CONFIG_NAME}.
Fixes: 4c277f4f00095bb6875a1d82b51c63ef74704bbd ("dom-0: update xen config for dom-u")
The variable
XT_DOMU_CONFIG_NAME
is not defined if domu is not used. In such a case, yocto fails during the parsing of thedomu.bbappend
file due to an attempt to calculate the checksum of the non-existing filepvr-${XT_DOMU_CONFIG_NAME}
.Fixes: 4c277f4f00095bb6875a1d82b51c63ef74704bbd ("dom-0: update xen config for dom-u")