]> code.ossystems Code Review - openembedded-core.git/commit
staging.bbclass: Make it easier to define which dirs to stage
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Thu, 12 May 2016 08:37:48 +0000 (10:37 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 May 2016 12:40:49 +0000 (13:40 +0100)
commit80e7e7f78d957b8159bede2a5cd5614d8d73039c
tree9d6ef05bf311e3b6f3dfba976de390a5a2d45f6e
parent7b8a99c2715583b48d1d3a1d9004c0607b99ddd1
staging.bbclass: Make it easier to define which dirs to stage

The directories that should be staged in the sysroot are now specified
in the SYSROOT_DIRS variable. Extra directories that should be staged
for native are specified in SYSROOT_DIRS_NATIVE. Finally, directories
that should not be staged are specified in SYSROOT_DIRS_BLACKLIST.

This also removes the sysroot_stage_libdir() function as it is no
longer used (it was just a wrapper for sysroot_stage_dir()).

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/staging.bbclass