When customer tries to export a sdk from a project created with this configuration: configure --enable-parallel-pkgbuilds=10 --enable-jobs=10 --enable-checkout-all-layers=yes --enable-rm-oldimgs=yes --enable-sdkimage-staticlibs=yes --enable-reconfig --enable-bootimage=hdd,iso --enable-board=intel-x86-64 --enable-kernel=ovp --enable-rootfs=ovp-kvm --enable-addons=wr-ovp --enable-internet-download=yes --with-template=feature/dpdk,feature/initramfs,feature/build_libc --with-package=python --without-template=i40e --with-rcpl-version=0019 He gets this error: ERROR: nativesdk-qemu-helper: md5 data is not matching for file:///b/rbu-builder/daily/vmhost/pvt-wrl8-dev-next/wrlsdk/20170728_0943/build-project/layers/oe-core/scripts/runqemu;endline=19;md5=a8ad1905c709a2deaa057608ebaf705a ERROR: nativesdk-qemu-helper: The new md5 checksum is 1bb44e6c68416dcb0231d6c1c0a668cf ERROR: nativesdk-qemu-helper: Check if the license information has changed in /b/rbu-builder/daily/vmhost/pvt-wrl8-dev-next/wrlsdk/20170728_0943/build-project/layers/oe-core/scripts/runqemu (ending on line 19) to verify that the LICENSE value "GPLv2" remains valid ERROR: Licensing Error: LIC_FILES_CHKSUM does not match, please fix ERROR: Function failed: do_qa_configure I checked the script runqemu at open embedded web page and it is different to the one we are provided https://git.yoctoproject.org/cgit.cgi/poky/plain/scripts/runqemu. So we have two options : 1. change the md5 in the recipe nativesdk-qemu-helper_1.0.bb or 2. update the script runqemu from bash script based to newer python script based.