Re: [yocto] U-boot recipe fails for the master branch(new sbc)

2019-08-26 Thread nishant poorswani
I managed to use dtc-1.14.5. Getting other errors while compiling now. Here is the log: https://pastebin.com/2i5vRrTx Maybe it's because of the gcc version. I had used rocko which has gcc-7.3 as the default compiler. Regards, Nishant Poorswani On Sun, Aug 25, 2019 at 11:17 PM akuster

[yocto] U-boot recipe fails for the master branch(new sbc)

2019-08-25 Thread nishant poorswani
.5.0 is incompatible with the older versions of u-boot. Can anyone recommend a method to fix it? Any help is appreciated. Regards, Nishant Poorswani -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Making a script into an executable binary in yocto

2019-01-08 Thread nishant poorswani
-case and > need to do this? > > i.e. Why is deployment of the existing script insufficient? > > I know this isn’t addressing your underlying question, but just want to > see if perhaps an alternative solution may be a better one for you. > > On Sun, Jan 6, 2019 at 13:12 ni

[yocto] Making a script into an executable binary in yocto

2019-01-06 Thread nishant poorswani
Hi, I wanted to know which is the best way of converting a bash script into an executable binary in yocto. One way to do this is to add a recipe for shc( script compiler) in yocto and then use the shc for compiling it in another recipe. Is there any other way to achieve this ? Any suggestions would

[yocto] Python-tkinter

2018-10-04 Thread nishant poorswani
Hey. I want to add python-tkinter into my image. I've added in my local.conf . When I try to use it I cannot import Tkinter into my code. Can anyone help with this? I get an error If this fails Python may not be configured properly. ImportError: No module named _tkinter. Any help would be appreciat

[yocto] Hdf5 for aarch64

2018-09-08 Thread nishant poorswani
I want to add hdf5 in my yocto image for aarch64. The current recipe isn't for aarch64. How do I change the recipe in rocko and compile it for aarch64? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] (no subject)

2018-09-02 Thread nishant poorswani
Hi. I'm looking to write a recipe which installs the wheel file directly. Any idea how to go about it. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto