Hello, I have generated and installed eSDK for Yocto sumo correctly. I have two packages that provide the same headers, one of them is installed by default in the eSDK and I would like to install the other one and remove the previous from the eSDK.
If I install the second package using the command "devtool sdk-install my-package2" I would like the first package to be removed from the sdk. Can I add any variable (similar to RREPLACES or RCONFLICTS ) to the "my-package1" and "my-package2" recipes in order to remove one package when the other one is installed? I think devtool doesn't provide the opposite functionality to sdk-install, isn't it? I think I could implement the funtionallity "sdk-remove" in the file sdk.py so that it would be possible to execute the task "do_cleanall" of any recipe. Is this ok ? Is there any reason behind the non-existence of the functionality "sdk-remove" ? Best regards.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52004): https://lists.yoctoproject.org/g/yocto/message/52004 Mute This Topic: https://lists.yoctoproject.org/mt/79678587/21656 Mute #devtool:https://lists.yoctoproject.org/g/yocto/mutehashtag/devtool Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
