[yocto] Postinstallation script warnings in Yocto 2.4 Rocko

2018-01-08 Thread Diaz de Grenu, Jose
Hi, I posted this question in the poky mailing list, but I realize now that this may be the correct place for it. Sorry for reposting. I am trying to create a recipe with a post installation script. I am using the following fragment of code (as documented in http://www.yoctoproject.org/docs/2.

Re: [yocto] Postinstallation script warnings in Yocto 2.4 Rocko

2018-01-08 Thread Diaz de Grenu, Jose
-Original Message- From: Alexander Kanavin [mailto:alexander.kana...@linux.intel.com] On 01/08/2018 11:14 AM, Diaz de Grenu, Jose wrote: > Nope, 'exit 1' is the currently correct way to defer to first boot. On the > other hand, it's also a correct way to indicat

Re: [yocto] Postinstallation script warnings in Yocto 2.4 Rocko

2018-01-17 Thread Diaz de Grenu, Jose
-Original Message- From: Alexander Kanavin [mailto:alexander.kana...@linux.intel.com] Sent: Monday, January 8, 2018 1:20 PM On 01/08/2018 01:44 PM, Diaz de Grenu, Jose wrote: > > Thanks for the information. I guess this fix will be for Yocto 2.5? > Maybe; I'm working ri

Re: [yocto] Postinstallation script warnings in Yocto 2.4 Rocko

2018-02-12 Thread Diaz de Grenu, Jose
> 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. > > Alex Can you detai