summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_base.bbclass
diff options
context:
space:
mode:
authorMaciej Borzecki <maciej.borzecki@open-rnd.pl>2014-07-24 14:27:16 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-26 09:01:05 +0100
commit09def7a78c8b7488f0b6a4578f4bfa096fc3b0f1 (patch)
treedbc672c921064ef4c55d25345fa51e9972a18286 /meta/classes/populate_sdk_base.bbclass
parent56275905240384896990d4ecce55fb9e7bd17827 (diff)
downloadpoky-09def7a78c8b7488f0b6a4578f4bfa096fc3b0f1.tar.gz
wic: do not overwrite autogenerated /etc/fstab with original too early
DirectImageCreator.__write_fstab() generates new /etc/fstab in sysroot with rootfs contents. The fstab entries are generated base on the initialn contents of /etc/fstab, plus any extra (other than / or /boot) partitions listed in *.wks. A backup of original /etc/fstab is done in a temp location. Subsequent call to __restore_fstab() restores the backup copy, replacing the autogenerated one. Calling __restore_fstab() before Wic_PartData.prepare() brings back the original fstab before the partition image file actually is created. As such, the autogenerated /etc/fstab will not make it to the partition. (From OE-Core rev: a9e59d7b1fa1ed33ce9678fb77a367800d7a8f87) Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/populate_sdk_base.bbclass')
0 files changed, 0 insertions, 0 deletions