[yocto] Problem using unix source in do_compile

Khem Raj raj.khem at gmail.com
Mon Nov 30 12:21:41 PST 2015


On Nov 25, 2015 7:30 PM, "Edward Vidal" <develone at sbcglobal.net> wrote:
>
> Hello all,
> After a long time of trying to get Michael Looijmans fpga-image-adi.bb
from meta-topic to work.  I wanted to share the fix.  I was running Ubuntu
12.04.
> which sh
> /bin/sh
> cd /bin
> ls -la sh
> lrwxrwxrwx 1 root root 4 May 16  2015 sh -> dash
> ln -sf bash sh
> ls -la /bin/sh
> lrwxrwxrwx 1 root root 4 Nov 25 17:28 /bin/sh -> bash
> which gmake
> /usr/bin/gmake
> cd /usr/bin
> ln -sf make gmake
> ls -la /usr/bin/gmake
> Thanks for all the help.

There are better ways to switch default sh to be bash or dash
dpkg-reconfigure dash would offer you the selection choice. But why did you
not try Paul's suggestions
>
> Edward Vidal Jr. e-mail develone at sbcglobal.net 915-595-1613
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20151130/d6ea3cfb/attachment.html>


More information about the yocto mailing list