]> code.ossystems Code Review - openembedded-core.git/commit
staging: Introduce /sysroot-only to SYSROOT_DIRS
authorDiego Sueiro <diego.sueiro@arm.com>
Fri, 15 Jan 2021 15:59:51 +0000 (15:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 16 Jan 2021 22:39:17 +0000 (22:39 +0000)
commited1c156cf46c2cdd8038d6bcf7ed58ebe275e3a1
tree29c17bcb1e2046d805571c811f79768a97e41b02
parent76107fd7372559aa4cd22a89d5517a4dfce9314d
staging: Introduce /sysroot-only to SYSROOT_DIRS

The '/sysroot-only' in SYSROOT_DIRS is to be used by recipes which
generate artifacts that are not included in the target filesystem.

Also, remove the ${D}/sysroot-only dir before copying D do PKGD to
generate the packages since it is not supposed to be included in
any package.

This will allow recipes to share non-target filesystem artifacts
without needing to use the DEPLOY_DIR and keep it tidy.

Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass
meta/classes/staging.bbclass