]> code.ossystems Code Review - openembedded-core.git/commit
scripts: Add yocto-compat-layer-wrapper
authorAníbal Limón <anibal.limon@linux.intel.com>
Thu, 30 Mar 2017 20:01:14 +0000 (14:01 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Apr 2017 11:36:44 +0000 (12:36 +0100)
commit9414382f96d4a5d81cca440c75140950ca515aab
treec665ea23d8d38ddf464bb693fea98838521d567e
parentdf2e1a8fbadffac0f1781a0d07e050356a007327
scripts: Add yocto-compat-layer-wrapper

This script will be used to create it's own build directory to make
runs of yocto-compat-layer.py againts layers isolated.

Example:

$ source oe-init-build-env
$ yocto-compat-layer-wrapper LAYER_DIR LAYER_DIR_N

[YOCTO #11164]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/yocto-compat-layer-wrapper [new file with mode: 0755]