Howdy! Am Mo., 22. Feb. 2021 um 13:22 Uhr schrieb <[email protected]>: > I'm new to the Yocto Project. It is my first time posting a Yocto related > question. If this is the wrong place, I apologize in advance.
No problem, welcome on board! > I need to change the python installation location on my target from /usr/bin > and /usr/lib to somewhere under /media. > I have searched around online and tried looking in the recipe: > http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-devtools/python/python3_3.9.1.bb Whats the reasoning behind this? If its meant to be a work-around for "my custom software totally wants it in that location", then you're probably better off fixing your custom software to stick to canonical paths. If its about partitioning schemes, other techniques might apply. If its about being able to upgrade/modify python independently from the system, then you probably want some root-in-root or container build. But randomly picing a complex package that has system-wide implications and saying "I want it here, screw the FHS" is not a good idea usually. Greetz
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52420): https://lists.yoctoproject.org/g/yocto/message/52420 Mute This Topic: https://lists.yoctoproject.org/mt/80822851/21656 Mute #python:https://lists.yoctoproject.org/g/yocto/mutehashtag/python Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
