[yocto] do_configure for socketcand package failed

2018-07-29 Thread Zoran Stojsavljevic
Hello, I am writing the recipe for the socketcand package. It looks so far very simple: PR = "r0" RDEPENDS_${PN}-dev += "${PN}-staticdev" SRCREV = "df7fb4ff8a4439d7737fe2df3540e1ab7465721a" SRC_URI = "git://github.com/dschanoeh/socketcand.git;protocol=http" S = "${WORKDIR}/git" inherit autot

[yocto] [Recipe reporting system] Upgradable recipe name list

2018-07-29 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version w

Re: [yocto] File copy to bootfs

2018-07-29 Thread Alex Kiernan
Add it to your wic file - assuming that's how you're building your image. If it's not, obviously it's not going to help you! On Sun, 29 Jul 2018, 17:12 Karim Gillani, wrote: > Thank you. Can I use that command in my image .bb file? > > so something like this? > replace: > install -m 0644 ${WORK

Re: [yocto] File copy to bootfs

2018-07-29 Thread Alex Kiernan
wic cp? Can't spot it in the manual, but look in: https://git.yoctoproject.org/cgit.cgi/poky/plain/scripts/lib/wic/help.py On Sun, 29 Jul 2018, 07:01 Karim Gillani, wrote: > This commands places the file in the /boot directory but then a script > used within rootfs can't see it. > > install -