]> code.ossystems Code Review - openembedded-core.git/commit
staging: Fix staging_populate_sysroot_dir native corruption
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Feb 2019 13:41:22 +0000 (13:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 10:42:56 +0000 (10:42 +0000)
commit57f32836060bba0eaa6b36f53146dd6fd07b77ed
treee2f1defaee8b0209bb91f5a4a10dc51364c554ed
parentaab4089a57a655ca5a7792f05eb5d8dcdb934ae1
staging: Fix staging_populate_sysroot_dir native corruption

bitbake gdk-pixbuf gdk-pixbuf-native
bitbake build-sysroots -c build_target_sysroot

can lead to tracebacks as gdk-pixbuf-native is being installed into the
target sysroot. The issue is that the x86_64 (common BUILD_ARCH) sysroot
components directory can contain a mix of native and target artefacts.

Differentiate by the "-native" in the recipe names. Should also trim
down the size of the sysroot used in eSDK.

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