On 2018-01-08 13:19, Alexander Kanavin wrote:
The problem is that in Yocto 2.4 then any build which requires
on-target postinstallation script is going to trigger warning, even
if it is completely correct. Is there no way around this? Is there a
way to at least hide them?
You can set self.log_check_expected_regexes in RpmRootfs class in meta/lib/oe/rootfs.py, but

a) depending on how broad your regex is, you might suppress real failures of the scriptlets;

b) it would be only your local hack until the issue is resolved properly.

Would changing to dpkg/opkg be a work-around?

--
MARTIN HUNDEBØLL, Prevas A/S
Software Developer

Hedeager 3, DK-8200 Aarhus N
Phone +45 87438070
Mobile +45 25562438
martin.hundeb...@prevas.dk
www.prevas.com
--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to