Re: [yocto] Danny: default base_do_compile but no default base_do_install

2013-02-10 Thread Frans Meulenbroeks
Hi Trevor, Thanks for your feedback. Indeed only a day after pressing send it dawned to me that indeed you need to pass something like PREFIX or DESTDIR. (actually maybe it would be better if PREFIX or DESTDIR or so is not needed; probably this means running do_install in a chrooted environment; I

Re: [yocto] Danny: default base_do_compile but no default base_do_install

2013-02-10 Thread Trevor Woerner
Hi Frans, On Fri, Feb 8, 2013 at 9:24 AM, Frans Meulenbroeks wrote: > There is also a default base_do_install() that is empty. > Wouldn't it be more logical if the base_do_install would read: > > Currently people using only base, need to add a do_install to their recipe > but no do_compile (which

[yocto] Danny: default base_do_compile but no default base_do_install

2013-02-08 Thread Frans Meulenbroeks
Hi! Apologies upfront if this is the wrong list. I'm not always sure when things should go to the yocto list and when to oe-core. Anyway, my question/issue with danny. In base.bbclass I see a default base_do_compile that reads: base_do_compile() { if [ -e Makefile -o -e makefile -o -e GNUma