[oe] Using EXTERNALSRC in practice

2016-06-20 Thread Ulf Samuelsson
We have a meta-layer which builds the kernel. This contains among other things: FILESEXTRAPATHS_prepend_ = "${THIS_DIR}/" SRC_URI = "git:///;protocol=ssh;branch=" SRC_URI += "file://defconfig" PV = "...+git${SRCPV}" SRCREV = "" ... Would like to have an option to build the kernel with externa

Re: [oe] Using EXTERNALSRC in practice

2016-06-20 Thread Jérémy Rosen
On 20/06/2016 14:08, Ulf Samuelsson wrote: We have a meta-layer which builds the kernel. This contains among other things: FILESEXTRAPATHS_prepend_ = "${THIS_DIR}/" SRC_URI = "git:///;protocol=ssh;branch=" SRC_URI += "file://defconfig" PV = "...+git${SRCPV}" SRCREV = "" ... Would like to ha

Re: [oe] Using EXTERNALSRC in practice

2016-06-20 Thread Ulf Samuelsson
Den 2016-06-20 kl. 14:37, skrev Jérémy Rosen: On 20/06/2016 14:08, Ulf Samuelsson wrote: We have a meta-layer which builds the kernel. This contains among other things: FILESEXTRAPATHS_prepend_ = "${THIS_DIR}/" SRC_URI = "git:///;protocol=ssh;branch=" SRC_URI += "file://defconfig" PV = "...

Re: [oe] Using EXTERNALSRC in practice

2016-06-20 Thread Jérémy Rosen
On 20/06/2016 15:48, Ulf Samuelsson wrote: Den 2016-06-20 kl. 14:37, skrev Jérémy Rosen: On 20/06/2016 14:08, Ulf Samuelsson wrote: We have a meta-layer which builds the kernel. This contains among other things: FILESEXTRAPATHS_prepend_ = "${THIS_DIR}/" SRC_URI = "git:///;protocol=ssh;bra

Re: [oe] Using EXTERNALSRC in practice

2016-06-20 Thread Ulf Samuelsson
Den 2016-06-20 kl. 15:58, skrev Jérémy Rosen: On 20/06/2016 15:48, Ulf Samuelsson wrote: Den 2016-06-20 kl. 14:37, skrev Jérémy Rosen: On 20/06/2016 14:08, Ulf Samuelsson wrote: We have a meta-layer which builds the kernel. This contains among other things: FILESEXTRAPATHS_prepend_ = "${T

Re: [oe] Using EXTERNALSRC in practice

2016-06-21 Thread Jérémy Rosen
On 21/06/2016 00:02, Ulf Samuelsson wrote: Den 2016-06-20 kl. 15:58, skrev Jérémy Rosen: On 20/06/2016 15:48, Ulf Samuelsson wrote: Den 2016-06-20 kl. 14:37, skrev Jérémy Rosen: On 20/06/2016 14:08, Ulf Samuelsson wrote: We have a meta-layer which builds the kernel. This contains among

Re: [oe] Using EXTERNALSRC in practice

2016-06-21 Thread Ulf Samuelsson
Den 2016-06-21 kl. 09:27, skrev Jérémy Rosen: On 21/06/2016 00:02, Ulf Samuelsson wrote: Den 2016-06-20 kl. 15:58, skrev Jérémy Rosen: On 20/06/2016 15:48, Ulf Samuelsson wrote: Den 2016-06-20 kl. 14:37, skrev Jérémy Rosen: On 20/06/2016 14:08, Ulf Samuelsson wrote: We have a meta-layer

Re: [oe] Using EXTERNALSRC in practice

2016-06-21 Thread Anders Darander
* Ulf Samuelsson [160621 13:24]: > Den 2016-06-21 kl. 09:27, skrev Jérémy Rosen: > > ${THISDIR} should be what you want, if I understand correctly... > Tried that, but that ended up in the build tree. > The .bb file is located in the build tree, and the .bbappend > is somewhere else. > Don't a

Re: [oe] Using EXTERNALSRC in practice

2016-06-22 Thread Paul Eggleton
Hi Ulf, On Tue, 21 Jun 2016 00:02:12 Ulf Samuelsson wrote: > Den 2016-06-20 kl. 15:58, skrev Jérémy Rosen: > > On 20/06/2016 15:48, Ulf Samuelsson wrote: > >> Den 2016-06-20 kl. 14:37, skrev Jérémy Rosen: > >>> On 20/06/2016 14:08, Ulf Samuelsson wrote: > We have a meta-layer which builds the