[yocto] Switching from udev to busybox-mdev causes errors mount: mounting proc on /proc failed: Device or resource busy

2018-12-28 Thread John Smith
Dear list, when using busybox mdev instead of udev, I get the following erros on startup. [..] INIT: version 2.88 booting mount: mounting proc on /proc failed: Device or resource busy mount: mounting sysfs on /sys failed: Device or resource busy What further steps do I need to edit for a clean

[yocto] building recipe with buildtools, causes sanity error: Your system needs to support the en_US.UTF-8 locale.

2018-04-24 Thread John Smith
bitbake stops with this error message: "Your system needs to support the en_US.UTF-8 locale." export LC_ALL=en_US.UTF-8 has no effect. Do you know how to fix that error? What I ve done: - installed buildtools from http://downloads.yoctoproject.org/releases/yocto/yocto-2.4.2/buildtools/   under

Re: [yocto] populate_sdk won't work

2018-01-26 Thread John Smith
> what is your build host OS/arch Host:OS debian/x86_64 kernel v4.9 Target: arm v4.14 A while ago I added the the kernel sources and it has been working (yocto-2.4.0) Since I ve updated to yocto-2.4.1 it does not anymore. Before build I removed build/tmp build/sstate-cache and did a clean.

[yocto] populate_sdk won't work

2018-01-26 Thread John Smith
Hi list,   bitbake my-core-image -c populate_sdk does not work and fails at: x86_64-nativesdk-pokysdk-linux/nativesdk-libgcc   Please see the log for further details: https://pastebin.com/w604z66S   bitbake myimage works perfect except the sdk.   Any suggestions?   Best kkl -- __