]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: put .env files to ${STAGING_DIR}/imgdata/
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 16 Jan 2017 20:53:46 +0000 (22:53 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:51 +0000 (12:03 +0000)
commit3797cfd7473d3f9b7c0d999dcf9cd9608c8c7c6c
tree7541a624ec2cd37a8d66f614ecfaf340e02a6396
parent3443ff47374c7e20ea54e838609b991f3f72810e
image.bbclass: put .env files to ${STAGING_DIR}/imgdata/

As STAGING_DIR_TARGET started to point to a recipe specific
sysroot wic is not able to add .env files when .wks file refers
to multiple rootfs recipes.

Used STAGING_DIR instead of STAGING_DIR_TARGET to make the
directory with .env files the same for all recipes.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
meta/classes/image.bbclass
meta/classes/image_types.bbclass
meta/lib/oeqa/selftest/wic.py