[yocto] meta-ide-support broken in Sumo 2.5

2018-07-27 Thread Amol Lad
Hi, Sysroot which is generated by meta-ide-support for use in eclipse is missing header files. For example, expat.h is missing in recipe-sysroot folder and only present in recipe-sysroot-native folder. alad@4rf-ind-yocto:~/yocto2.5/poky/build/tmp/work/clearfog-poky-linux-gnueabi/core-image-mini

Re: [yocto] How to force build of a blacklisted recipe?

2018-07-27 Thread MOHAMMAD RASIM
Yeah I found the PNBLACKLIST line at the end of the recipe after Paul Eggleton message :-D, thanks for the tip anyway Max :-* On 07/26/2018 10:45 PM, Max Krummenacher wrote: Hi I'm trying to build dvb-apps recipe which is blacklisted and was removed from the newer openembedded releases, but

Re: [yocto] bitbake is corrupting my files during unpacking

2018-07-27 Thread MOHAMMAD RASIM
Yes I made a pull request to the master branch https://github.com/openembedded/openembedded-core/pull/34 note that this issue can be replicated by unzipping any linux-kernel (I think), I tested that it exist in the zip file of torvalds tree https://github.com/torvalds/linux/archive/master.zip

Re: [yocto] bitbake is corrupting my files during unpacking

2018-07-27 Thread Burton, Ross
We don't take patches via pull requests (that repo is a mirror for convenience and should have PRs disabled), but patches on the openembedded-core mailing list. https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines has details as to the required patch formatting. Summary: Commit mess

Re: [yocto] bitbake is corrupting my files during unpacking

2018-07-27 Thread MOHAMMAD RASIM
Can you send the patch yourself since you already know how to do it ? On 07/27/2018 12:34 PM, Burton, Ross wrote: We don't take patches via pull requests (that repo is a mirror for convenience and should have PRs disabled), but patches on the openembedded-core mailing list. https://www.openemb

Re: [yocto] Intel machine with 64 Bit kernel and 32 Bit user space

2018-07-27 Thread Ayoub Zaki
Hello all, thanks for the suggestions: I tried the multilib concept of yocto but as Martin already wrote is not that simple, my build is breaking during wic image generation as follow: zaki@xps:/opt/build/poky/build$ MACHINE=nx bitbake lib32-my-image Loading cache: 100% |

Re: [yocto] [meta-openembedded] Original ltrace_git.bb SRCREV commit used is now unavailable in git tarball from ltrace.org

2018-07-27 Thread Aditya Tayade
Hi, Me too facing same issue. Any advice on this. Regards, Aditya Tayade From: Nisha Parrakat Sent: Tuesday, July 24, 2018 4:08:12 PM To: openembedded-iss...@lists.openembedded.org; openembedded-de...@lists.openembedded.org Cc: yocto@yoctoproject.org Subject

Re: [yocto] Intel machine with 64 Bit kernel and 32 Bit user space

2018-07-27 Thread Burton, Ross
On 27 July 2018 at 11:23, Ayoub Zaki wrote: > The ERROR: lib32-my-image-1.0-r0 do_image_wic: The file > /usr/share/gcc-7.3.0/python/libstdcxx/__init__.py is installed by both > lib32-gcc-runtime and gcc-runtime, aborting is not self-explanatory! > > gcc-runtime is anyway not part of the image ?!

Re: [yocto] Intel machine with 64 Bit kernel and 32 Bit user space

2018-07-27 Thread Martin Jansa
Check with bitbake -g what's pulling gcc-runtime into the image, if your whole userspace should be 32bit, then lib32-gcc-runtime will be enough. My multilib builds contain only following 64bit builds: defaultpkgname depmodwrapper-cross linux-yocto lttng-modules make-mod-scripts qemuwrapper-cro

Re: [yocto] custom linux kernel recipe fails

2018-07-27 Thread Steve Pavao
> On Jul 26, 2018, at 9:57 PM, ChenQi wrote: > > On 07/27/2018 12:56 AM, Steve Pavao wrote: >> Hello - >> >> I’m trying to build using a custom 64-bit kernel at head of sumo, but I get >> an error. It seems that SRCPV cannot be resolved.Please send any ideas >> you may have about how I m

Re: [yocto] [meta-raspberrypi] - X11 EGLSV2 Chromium

2018-07-27 Thread Gillani, Karim CITZ:EX
Sure, I have tried various builds from Rocko, Sumo and Master. Here is one with Master, and I am rebuilding with Sumo as long term, that is what I would like to use. Build Configuration: BB_VERSION = "1.39.0" BUILD_SYS= "x86_64-linux" NATIVELSBSTRING = "universal"

Re: [yocto] custom linux kernel recipe fails

2018-07-27 Thread Steve Pavao
On Jul 26, 2018, at 12:56 PM, Steve Pavao wrote: > > I’m trying to build using a custom 64-bit kernel at head of sumo, but I get > an error. It seems that SRCPV cannot be resolved.Please send any ideas > you may have about how I may adapt my recipe to get it to work. [snip portion of reci

Re: [yocto] [oe] [meta-openembedded] Original ltrace_git.bb SRCREV commit used is now unavailable in git tarball from ltrace.org

2018-07-27 Thread Randy MacLeod
On 07/27/2018 06:34 AM, Aditya Tayade wrote: Hi, Me too facing same issue. Any advice on this. Archived versions to fix previous releases may be here: https://alioth-archive.debian.org/git/collab-maint/ for master, a commit to pull from ltrace.org makes sense to me but someone who follows

[yocto] Removing syslogd form busybox

2018-07-27 Thread Simon Chamlian
Hi, When I removing syslogd from busybox, I can compile with no error $ bitbake -c compile busybox Loading cache: 100% || Time: 0:00:01 Loaded 3082 entries from dependency cache. WARNING: No bb files matched BBFILE_PATTERN_phytec '^/opt/PHYTEC_BSPs/yocto_imx7/s

Re: [yocto] Removing syslogd form busybox

2018-07-27 Thread Andre McCurdy
On Fri, Jul 27, 2018 at 1:07 PM, Simon Chamlian wrote: > Hi, > > When I removing syslogd from busybox, I can compile with no error > > $ bitbake -c compile busybox > Loading cache: 100% || Time: 0:00:01 > Loaded 3082 entries from dependency cache. > WARNING: No

[yocto] Kernel configuration problems

2018-07-27 Thread Greg Wilson-Lindberg
I'm trying to add a couple of drivers to the kernel in a Raspberry pi3 build. I've got the passing of the config options working, but I'm getting warnings from the kernel build that the options are not being applied: WARNING: linux-raspberrypi-1_4.4.50+gitAUTOINC+04c8e47067-r0 do_kernel_c