]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toasterui: do not filter images by extension
authorAlexandru Damian <alexandru.damian@intel.com>
Fri, 23 Jan 2015 11:15:31 +0000 (11:15 +0000)
committerAlexandru DAMIAN <alexandru.damian@intel.com>
Tue, 27 Jan 2015 14:25:13 +0000 (14:25 +0000)
commitb11e8bd626e0212ee72914529c3d92d1dd718674
tree7949ec2dc3fea701446a0ccbba5f3271b7d63b82
parent8be4a8cf1673112e9e613e719fa6ed96dbca8976
toasterui: do not filter images by extension

ToasterUI filters build artifacts by extension in order
to determine if a build artifact is an image or not.

Using IMAGE_FSTYPES for this purpose is not correct as
the varible value holding image extensions is just a coincidence.

So we just look if the filename contains the "rootfs" magic
string, which is a pretty good approximation.

[YOCTO #7213]

Signed-off-by: Alexandru Damian <alexandru.damian@intel.com>
lib/bb/ui/buildinfohelper.py