Skip to content

Integrate yocto-install/xml2dto_fix_platform_detect

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.

Merge request reports