[OE-core] [oe-core][PATCH 1/1] gtk-immodules-cache: add conditional delay_to_first_boot

Alexander Kanavin alex.kanavin at gmail.com
Tue Jun 26 19:19:12 UTC 2018


2018-06-26 20:51 GMT+02:00 Joe Slater <joe.slater at windriver.com>:
> -            bindir=${bindir}
> +            bindir=${bindir} || \
> +    $INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} \
> +            mlprefix=${MLPREFIX}

Please read the postinst_intercept script. It does not actually
execute qemu at all, and so never fails due to non-working qemu. It
only requests such execution at the end of package installation
transaction. Also, if such later qemu execution does fail, then the
postinst does get deferred to first boot automatically. How did you
come up with this patch?

Alex



More information about the Openembedded-core mailing list