]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:05:17 +0000 (12:05 +0000)
commitdc4a612e60d1155f3502c27f831ee20025df027c
treea2116e6135adca69e3ea4a631b27b1e8ee14c3a9
parentd7817471024cab2b9bae58cc8ec76ef9d1b60307
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.

(From OE-Core rev: 3797cfd7473d3f9b7c0d999dcf9cd9608c8c7c6c)

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