]> code.ossystems Code Review - openembedded-core.git/commit
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)
committerSaul Wold <sgw@linux.intel.com>
Thu, 27 Jun 2013 16:55:57 +0000 (09:55 -0700)
commit75e077025397f3bde84e60a9da2c0564ade09b39
treea7940a8baefb4db05d5809dea7095b2ddce3c61a
parent8695a11c927e9ee130b8c9ddf6441f3cb7164fc2
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.

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