summaryrefslogtreecommitdiffstats
path: root/meta/classes/staging.bbclass
diff options
context:
space:
mode:
authorDiego Sueiro <diego.sueiro@arm.com>2021-01-15 15:59:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-16 22:39:35 +0000
commitb0cbfd01f19ae642fc67bf321c2b3ce6ec14e9c8 (patch)
tree99ff2181f86fca7ef8d565fe812facc8ed502163 /meta/classes/staging.bbclass
parent61fb0a5dc013df89499232e6d19b02afb4533509 (diff)
downloadpoky-b0cbfd01f19ae642fc67bf321c2b3ce6ec14e9c8.tar.gz
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. (From OE-Core rev: ed1c156cf46c2cdd8038d6bcf7ed58ebe275e3a1) Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/staging.bbclass')
-rw-r--r--meta/classes/staging.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index f0a619b35b..12e0eab4f0 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -5,6 +5,7 @@ SYSROOT_DIRS = " \
5 ${base_libdir} \ 5 ${base_libdir} \
6 ${nonarch_base_libdir} \ 6 ${nonarch_base_libdir} \
7 ${datadir} \ 7 ${datadir} \
8 /sysroot-only \
8" 9"
9 10
10# These directories are also staged in the sysroot when they contain files that 11# These directories are also staged in the sysroot when they contain files that