Re: [yocto] bbappend recipe causes errors with only two lines of code

2014-11-11 Thread Gary Thomas
On 2014-11-10 12:14, peterengcomau...@adam.com.au wrote: I am using Yocto 1.6.1 and run a build that works fine. I add a new layer and recipe ~/poky/meta-atmel-lsp/recipes-lsp/lighttpd with a recipe lighttpd_1.4.33.bbappend and this has only two lines: FILESEXTRAPATHS_prepend := "#{THISDIR}/fi

[yocto] bbappend recipe causes errors with only two lines of code

2014-11-11 Thread peterengcomau001
I am using Yocto 1.6.1 and run a build that works fine. I add a new layer and recipe ~/poky/meta-atmel-lsp/recipes-lsp/lighttpd with a recipe lighttpd_1.4.33.bbappend and this has only two lines: FILESEXTRAPATHS_prepend := "#{THISDIR}/files:"SRC_URI = "file://lighttpd.conf" This results in a failur