Hello,
we are using a recipe to fetch binary from artifactory and package it in
rootfile system.
and this artifactory path can be dynamic so i am using linux system variable to
pass this information to the recipe by
d.getVar("SYSTEM_VAR",True)
and then using this variable in recipe to fetch binary from artifactory.
the problem is that when i change the "SYSTEM_VAR on linux machine then YOCTO
complains "The metadata is not deterministic and this needs to be fixed"
because i am changing the variable without changing recipe, and the basehash
value has changed.
what is the best way to solve the above problem?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#52426): https://lists.yoctoproject.org/g/yocto/message/52426
Mute This Topic: https://lists.yoctoproject.org/mt/80824648/21656
Mute #python:https://lists.yoctoproject.org/g/yocto/mutehashtag/python
Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-