]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: change inode calculation for genext2fs [BUGFIX#138]
authorKevin Tian <kevin.tian@intel.com>
Tue, 27 Jul 2010 06:45:10 +0000 (14:45 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 28 Jul 2010 05:51:34 +0000 (22:51 -0700)
commit637ad7ef8c3e0bbfcff1df6b0039446d2b251cf8
treed683afb73cb02c8af5f2169cc3ad1dd1e810e3d7
parent218e441dd5b6f45e76464d75e2d06c439347f754
bitbake.conf: change inode calculation for genext2fs [BUGFIX#138]

genext2fs 1.4.1 creates minimal inode number based on specified rootfs
directory. This is desired in some embedded devices as storage/memory
are precious. However it's not suitable in development phase where target
rootfs may be changed heavily on the fly (remote debug, test, ...).
Sometimes this may even cause "No space on device" error due to limited
free inodes exhaulted at the 1st boot.

Here a new option is added to allow falling back to original 1.3 behavior,
i.e caculating inode number based on specified bytes-per-inode parameter.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/conf/bitbake.conf