]> 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>
Sun, 29 Jul 2018 23:01:01 +0000 (00:01 +0100)
commite167e99621009f92d677ff6dac303d09e42361b5
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)

(From OE-Core rev: 7631301b5fc27ab9dda00fcf3d4a0faf685c26dd)

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