-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need libgpiod 1.6 in my imx7d-pico with Yocto/Zeus #17
Comments
Now I can pico-imx7 (without "d") Zeus/Yocto/image in my imx7d-pico (without SSH) because I choose core-image-minimal (I think) But the main problem now is that I need libgpiod v1.6 and not 1.4 (picture below). As per question 2 above. How to achieve this? |
meta-oe doesn't migrate to libgpiod v1.6 until version 3.3 (hardknott) and this would naturally come that layer. We are migrating to 3.2 (Gatesgarth). If you need TechNexion to perform this work, you can contact sales@technexion.com and tell us a bit about your project. Alternatively, if you really need 1.6 of libgpiod, you can try to backport the libgpiod v1.6 from hardknott yourself. Suggest that you do this in your own higher priority metadata layer. http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/libgpiod?h=hardknott |
@johnweber you said : "backport the libgpiod v1.6 from hardknott yourself" As you can see in the issue below (already mentioned above) it is not so easy to do this. openembedded/meta-openembedded#372 How can I make this backport correctly? |
This is outside the scope of support for TechNexion hardware as this pertains to software usage only, and is not hardware-dependent. For further support please reach out to sales@technexion.com and please also be prepared to discuss your project. |
@johnweber How can I make this backport correctly? |
Please reach out to sales@technexion.com and provide the following information:
Then our sales team can make a recommendation regarding how to support you. |
@patusaembedded You can also try using mainline Yocto, which has support for PICO-IMX7D, or doing the work to port this yourself. |
Invalid are you(s) to provide SW support, much less HW |
Hi,
I stay trying this tutorial: https://github.com/TechNexion/tn-imx-yocto-manifest/tree/zeus_5.4.y-next (Video about this: https://www.youtube.com/watch?v=Gc4_g6uxUQo&list=PLDKAMFzaz6bhxPKZtAMOx0cr3LazUmEr3&index=1&t=304s) and this: https://hub.mender.io/t/technexion-pico-pi-imx7/136/40 since the middle of last year
The second link-tutorial I can generate the image but I can't have libgpiod version 1.6 (only 1.4, which doesn't suit me)
The first link I can't generate the image. The error I get is: https://gist.github.com/patusaembedded/471195569ce8cf4a109ce16164da4050 (
sources/poky/meta/classes/buildstats.bbclass:103: SyntaxWarning: "is" with a literal. Did you mean "=="? if status is "passed":) After this commands:
My questions is:
How to solve the issue occurred on link 1 ?
How can I put ligpiod version 1.6 in my imx7d-pico (yocto/zeus) ?
The text was updated successfully, but these errors were encountered: