Re: [yocto] Remove nfs packages from image

2018-02-05 Thread Marek Słomiany
018 03:23 PM, Marek Słomiany wrote: > > > It's still on target: > > root@target# opkg list |grep nfs > > libnfsidmap0 - 0.25-r0 > > nfs-utils - 2.1.1-r0 > > nfs-utils-client - 2.1.1-r0 > > nfs-utils-mount - 2.1.1-r0 > > > > While checking for an

[yocto] Remove nfs packages from image

2018-02-02 Thread Marek Słomiany
> Actually that's wrong, sorry for confusion. 'nfs' in DISTRO_FEATURES > adds rpcbind and nfs kernel module to packages. 'nfs-client' in > IMAGE_FEATURS adds nfs-utils-client, 'nfs-server' also adds nfs-utils. > > Dropping nfs-related stuff from both DISTRO_FEATURES and IMAGE_FEATURES > should be e

[yocto] Remove nfs packages from image

2018-02-02 Thread Marek Słomiany
"nfs-server" "nfs-client" and "packagegroup-core-nfs". Could you please give me a hint how to get rid of those? Kind regards, Marek Słomiany -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] wrong distro name in toolchain

2017-12-19 Thread Marek Słomiany
to try out solution which I just described in first problem. I hope it is now clearer what my problem is. Regards, Marek pon., 18 gru 2017 o 23:30 użytkownik Mirza Krak napisał: > 2017-12-18 12:11 GMT+01:00 Marek Słomiany : > > Hi, I'm having problem while building Qt applicatio

[yocto] wrong distro name in toolchain

2017-12-18 Thread Marek Słomiany
Hi, I'm having problem while building Qt application inside of yocto and using generated SDK. I have bypassed it when using generated SDK, which I describe here. My setup in short: I'm using for Qt this layer git://github.com/meta-qt5/meta-qt5.git in rocko branch beside Qt, other layers that might

[yocto] How to append to image, not machine?

2017-12-06 Thread Marek Słomiany
Hi, I'm building system that has 2 cpu's which communicate via CSLIP over serial. On both ends it looks similar but the IP's has to be swapped for point-to-point communication. For example one will have: address 10.10.10.1 pointopoint 10.10.10.2 and the other one: address 10.10.10.2 pointopoint 1