]> code.ossystems Code Review - openembedded-core.git/commit
classes/image_live: allow different filesystems to be used for live images
authorMing Liu <peter.x.liu@external.atlascopco.com>
Sun, 23 Apr 2017 09:22:59 +0000 (11:22 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 May 2017 11:21:34 +0000 (12:21 +0100)
commit270cd793fa2777bf15930ee4873c7b44a22ad005
tree9fa803439162881a64ad53d307d5a2fa339a5cb7
parentc9f83639242313ca04ec36b49602a8464e10dae8
classes/image_live: allow different filesystems to be used for live images

The idea is copied from commit df0b217f3df2c36a32e5c4afaec36a28bfc77bbb:
[ classes/image_vm: allow different filesystems to be used for VM images ]

The same logic should apply to image_live.bbclass, to allow other
filesystems to be used vs just ext4. The default value of ext4 is kept
so there is no functional change unless LIVE_ROOTFS_TYPE is set in the
inherting recipe.

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image-live.bbclass