On 27 Mar 2023, at 07:26, Sourabh Hegde via lists.yoctoproject.org <[email protected]> wrote: > > Hello Ross, > > I am working with hardknott release
First, Hardknott has been end-of-life for a year now, please upgrade. There are two related problems: AttributeError: 'LooseVersion' object has no attribute 'version' AttributeError: 'LooseVersion' object has no attribute ‘vstring' Both of which suggest that LooseVersion.parse() wasn’t called, meaning it was passed a None instead of a string. At the line before it does the comparison in sanity.bbclass, printing out the value of min_version and bb.__version__ using bb.warn() would be interesting. Can you share the entire build output, specificially the bitbake version and layer revisions? Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59525): https://lists.yoctoproject.org/g/yocto/message/59525 Mute This Topic: https://lists.yoctoproject.org/mt/97799642/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/leave/6691583/21656/737036229/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
