How about replacing the recipe by a .bbappend and replacing the systemd file(s) 
with something like:
```
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"

SRC_URI:remove = "${@bb.utils.contains('SYSTEMD_VERSION', '250', ' 
file://factory-reset-yocto.target', '', d)}"
SRC_URI:append = "${@bb.utils.contains('SYSTEMD_VERSION', '250', ' 
file://your-factory-reset.target', '', d)}"
```
If you can live with touching your recipe.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#64246): https://lists.yoctoproject.org/g/yocto/message/64246
Mute This Topic: https://lists.yoctoproject.org/mt/109446043/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to