]> code.ossystems Code Review - openembedded-core.git/commit
wic: Fix a path to a psuedo state directory (PSEUDO_LOCALSTATEDIR).
authorAdrian Fiergolski <adrian.fiergolski@cern.ch>
Mon, 11 Dec 2017 17:08:26 +0000 (18:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Jan 2018 17:24:12 +0000 (17:24 +0000)
commit19642e2d6e015072e4a413f4f57aee65df757cb9
treeb75335211cd79108d5d07eabec1b7497410662bc
parenta408236b6302273a5a45bcfe5eb3a8f2713ec3fa
wic: Fix a path to a psuedo state directory (PSEUDO_LOCALSTATEDIR).

In case of 'new_rootfs' the psuedo directory is not copied. Thus
PSEUDO_LOCALSTATEDIR should still point to the dsa
'native_sysroot'/../pseudo. Otherwise PSEUDO_LOCALSTATEDIR points to a not
existing director ('new_rootfs'/../pseudo) and UID and GUID attributes are not
applied to files of the image.

Signed-off-by: Adrian Fiergolski <adrian.fiergolski@cern.ch>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/partition.py