Integrate yocto-install/xml2dto_fix_platform_detect
requested to merge integrate/yocto-install/xml2dto_fix_platform_detect/into/kirkstone into kirkstone
Commit: seco-ne/tools/yocto-install@116be4bb
prepare-xml2dto: fix platform detection
The switch case used with $MACHINE was copied from fng-install.sh. This variable is not retrieved at runtime, but set by the Makefile.
In yocto postinstallation scripts we have get_platform() function to detect the platform.