bitbake: monitordisk.py: disable inode checking for btrfs
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 15 Apr 2013 08:47:36 +0000 (16:47 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Apr 2013 14:57:31 +0000 (15:57 +0100)
commit7660290fc1c140b1210c4badf9a5f5469ecd438d
treef2c72b14445c65d1a97f0a168e9e286367c06e06
parentf69ae5d2106950f2e35bb88ec43e2b328d465440
bitbake: monitordisk.py: disable inode checking for btrfs

The btrfs doesn't have static inode, so disable the inode check for it,
the previouse patch has set it:

minInode = None

But this is incorrect, the minInode is just a temporary variable, it
should be:

self.devDict[k][2] = None

[YOCTO #3609]

(Bitbake rev: 7e45149c292bc92314af9b42962fde8f603a179f)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/monitordisk.py