]> 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>
Thu, 19 Jul 2018 09:53:57 +0000 (10:53 +0100)
commit7631301b5fc27ab9dda00fcf3d4a0faf685c26dd
tree073ff4b87e7a832896a258f227b06f1e572c9d04
parent6aaed231cce829aa6684a7e10c7cf0e8b0504781
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.

(From OE-Core rev: c013ae59a158378d06ecf8eb123df0a10bf986b4)

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