image_types.bbclass: set 'filetype' ext4 feature
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Wed, 26 Jun 2013 12:10:25 +0000 (14:10 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Jun 2013 08:14:06 +0000 (09:14 +0100)
commit143c30d5c8bf6aa177de6e33c56d6315f15accf2
tree95da66dac3e5b03608bee7456c6f9c66e28b5b20
parentb4182753437a86ace91a0ec6336497f4cfd43e65
image_types.bbclass: set 'filetype' ext4 feature

Generating filesystems with this flag allows more efficient directory
traversals because getdents() returns the filetype in 'd_type' which
allows to avoid an extra lstat() call.

Creating ext4 filesystems with 'mkfs.ext4' sets this flag by default
too.

(From OE-Core rev: 75e077025397f3bde84e60a9da2c0564ade09b39)

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image_types.bbclass