jerrycash has quit [Read error: Connection reset by peer]
jerrycash has joined #yocto
martin_97 has joined #yocto
zeemate has quit [Ping timeout: 248 seconds]
martin_97 has quit [Ping timeout: 244 seconds]
ptsneves has joined #yocto
vthor_ has quit [Quit: kill -9 $pid]
vthor has joined #yocto
alessio has joined #yocto
alessio has quit [Client Quit]
olani- has quit [Ping timeout: 272 seconds]
alessio has joined #yocto
alessio has quit [Client Quit]
goliath has joined #yocto
alessio has joined #yocto
alessio has quit [Client Quit]
vmeson has quit [Quit: Konversation terminated!]
020ABA3XB has joined #yocto
florian has quit [Ping timeout: 248 seconds]
tangofoxtrot has quit [Ping timeout: 244 seconds]
tangofoxtrot has joined #yocto
florian has joined #yocto
ptsneves has quit [Ping timeout: 252 seconds]
<vvn>
hi there -- I don't get the difference between BUILDDIR and BDIR. `BUILDDIR=foo . oe-init-build-env` still switches to the default 'build' directory, while `BDIR=foo . oe-init-build-env` works as expected and creates a 'foo' directory, yet only BUILDDIR is documented.
<vvn>
Also, `BDIR=foo/bar/baz . oe-init-build-env` will fail with a message: "Error: The build directory (BUILDDIR) must be set!" if the parent directory foo/bar does not exist, that is very inconsistent.
paulg has quit [Ping timeout: 260 seconds]
druppy has joined #yocto
zeemate has joined #yocto
cambrian_invader has quit [Ping timeout: 260 seconds]
cambrian_invader has joined #yocto
<olof>
vvn: BUILDDIR is set by oe-init-build-env. It doesn't care about what value it has before. You usually pass your build directory as parameter, but it is not portable to pass parameters when sourcing, BDIR is just be an alternative way to do that.
<olof>
(but it does bypass a check: if you had passed it as a param, you would get an error saying the parent directory doesn't exist.)