Alexey Klimenko
Forum Replies Created
-
AuthorPosts
-
Alexey KlimenkoParticipant
Thank you Mike!
I will try to back port my app to 2.6.6 to start with.
Is there any way I compile python directly on he device? At least it will help me with prototyping and later I will give bit bake task to someone else to work on 😉Regards,
AlexeyAlexey KlimenkoParticipantThank you. However the provided recipe doesn’t compile:
Traceback (most recent call last): | File "./setup.py", line 9, in <module> | import sysconfig | ImportError: No module named sysconfig | make: *** [sharedmods] Error 1 | + die 'oe_runmake failed'
Prepending do_compile with ./configure (as used to compile 2.7.1 normally) causes error
cannot run c programs
Regards,
AlexeyAlexey KlimenkoParticipantMike,
Thank you for assistance.
I used the 2.7.1 recipe that already came with CoreCDP – simply replaced content of python.inc to point to 2.7.1
As for virtualenv, I have seen these post but is it applicable to my situation? I cannot see that virtualenv is installed at all and also there are no recipes for it.Regards,
AlexeyAlexey KlimenkoParticipantMike,
Thank you!Regards,
AlexeyAlexey KlimenkoParticipantHi Mike,
The main reason for Debian is how painful is to work with CoreCDP OpenEmbedded version. Lots of packages are old and instead of focusing on creating the application logic I need to figure out how to create BitBake recipes for what I need (which is quite hard for me as I lack expertise in it).
For example the only version of python that worked out of the box was 2.6.6. Bitbake cannot assemble version 2.7.1 for me.I understand that in the right hands this toolset is quite powerful but for me I tend to spend much more time on figuring how to compile things rather than writing production code.
I guess it is not that good comparison, but for instance we had very positive experience with Beaglebone running Debian.Regards,
AlexeyAlexey KlimenkoParticipantJust last question, do you plan to release a new version of CoreCDP anytime soon?
Regards,
AlexeyAlexey KlimenkoParticipantNow as you say it I guess you are right. The layer is https://github.com/imyller/meta-nodejs
Nodejs recipe works fine. Only NPM add-on fails as it uses custom Fetch2 add-on.
Thank you! -
AuthorPosts