fng-install: Fixed post-install for fngsystem
The post-install for fngsystem is running in a temp directory. This directory was missing the new artifacts (devicetree and overlays) to properly run. Further, the combine step of kernel + devicetree was failing for fngsystem, because the fngsystem partition is too small (at least for i.MX8 devices). To work around this, the post-install scripts checks for a "combine_kernel" file in the boot partition and only combines the kernel and the devicetree if the file is present. Cherry-pick from 4c3847e5
Showing
- conf/machine/include/seco-mx8.inc 8 additions, 0 deletionsconf/machine/include/seco-mx8.inc
- conf/machine/include/seconorth-machine.inc 1 addition, 0 deletionsconf/machine/include/seconorth-machine.inc
- recipes-bsp/bootscript/bootscript-alt.bb 26 additions, 1 deletionrecipes-bsp/bootscript/bootscript-alt.bb
- recipes-bsp/bootscript/bootscript.bb 8 additions, 0 deletionsrecipes-bsp/bootscript/bootscript.bb
Loading
-
mentioned in commit seco-ne/yocto/manifest@f1de0fd7
-
mentioned in merge request seco-ne/yocto/manifest!786 (merged)
Please register or sign in to comment