ChimeraTK / meta-chimeratk

Bitbake layer for simple integration of ChimeraTK in Yocto/OpenEmbedded based images
MIT License
0 stars 1 forks source link

Create initial version for Honister Release of Yocto #5

Closed mc-randall closed 9 months ago

mc-randall commented 10 months ago
phako commented 9 months ago

wonder if we can just make the kirtsone branch also support honister, because the bulk of the changes, the syntax adaption, is already in that

mc-randall commented 9 months ago

wonder if we can just make the kirtsone branch also support honister, because the bulk of the changes, the syntax adaption, is already in that

Sounds like a good idea. Just to try things out, I checked out the 'kirkstone' branch in my layer stack, replaced the outdated recipe deviceaccess_03.07.01 with the one from 'pre_honister' and copied the bbappend for boost_1.77 to 'kirkstone' as well. I also had to increase the priority of meta-chimeratk in local.conf from 6 to 7, because otherwise 'exprtk' from './meta-openembedded/meta-oe/recipes-devtools' is used and not the version of the ChimeraTK repo. @phako You would probably have check which 'exprtk' makes sense.

Now I'm stuck with the following error:

Could NOT find ChimeraTK-cppext: Found unsuitable version "01.04", but
|   required is at least "01.05" (found /usr)
phako commented 9 months ago

Yeah I have to look into the exprtk thing, there is already an open ticket. I try to work my way throught he Yocto stuff this week

phako commented 9 months ago

I have force-pushed a variant for honister that builds for me (with the exprtk issue fixed) I will do round of updates to the latest releases next for all branches