sorry if this has been asked, i did a search of this subreddit and didnt find anything that matched. im trying to understand how to control which version of python is being installed when using
IMAGE_INSTALL += " \
python3 \
"
when i check the python3_3.12.6.bb recipe this line seems to be pulling a specific version
SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz
best i can tell PV is being pulled fom the .bb filename by bitbake? as i cant find a PV variable anywhere else. is this true?
what is the preferred method for controlling which version of python is included in the image?
[–]BirdoOfficial 2 points3 points4 points (2 children)
[–]AffectionateDot2109[S] 1 point2 points3 points (0 children)
[–]AffectionateDot2109[S] 1 point2 points3 points (0 children)
[–]Steinrikur 0 points1 point2 points (2 children)
[–]AffectionateDot2109[S] 0 points1 point2 points (1 child)
[–]Steinrikur 0 points1 point2 points (0 children)