]> code.ossystems Code Review - openembedded-core.git/commit
staging/image: Fix multilib recipe sysroot issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Jun 2018 16:33:26 +0000 (16:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Jul 2018 16:13:19 +0000 (17:13 +0100)
commitc013ae59a158378d06ecf8eb123df0a10bf986b4
treece59bca0ebbfa5b76c2d09b62a430557012787e3
parent295c5a3d19834a2fac255346d0a373449cfdd776
staging/image: Fix multilib recipe sysroot issues

Currently if you enable multilib, then build an image, the multilib
recipe sysroot is build in the wrong WORKDIR. If you then clean and
rebuild the image you see "file exists" errors.

This patch ensures the real WORKDIR is used consistently and then
cleans/rebuilds also work correctly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/staging.bbclass
meta/classes/utils.bbclass