Re: [yocto] Missing patch files in SRC_URIs

2011-08-24 Thread Chris Tapp
Hi Paul, On 24 Aug 2011, at 12:11, Paul Eggleton wrote: Hi Chris, On Wednesday 24 August 2011 08:59:15 Chris Tapp wrote: bitbake doesn't seem to be detecting missing patch files. In a .bbappend file (for linux-wrs_git) I have: SRC_URI += " file://defconfig" SRC_URI_append_Vortex86DX = "\

Re: [yocto] Missing patch files in SRC_URIs

2011-08-24 Thread Paul Eggleton
Hi Chris, On Wednesday 24 August 2011 08:59:15 Chris Tapp wrote: > bitbake doesn't seem to be detecting missing patch files. In > a .bbappend file (for linux-wrs_git) I have: > > SRC_URI += " file://defconfig" > > SRC_URI_append_Vortex86DX = "\ > file://there-is-no.patch;patch=1 " FYI

[yocto] Missing patch files in SRC_URIs

2011-08-24 Thread Chris Tapp
bitbake doesn't seem to be detecting missing patch files. In a .bbappend file (for linux-wrs_git) I have: SRC_URI += " file://defconfig" SRC_URI_append_Vortex86DX = "\ file://there-is-no.patch;patch=1 " FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" bitbake -c patch -f virtual/kern