post-install: Rework and fix of overlay handling
Overlays that have been installed by Yocto are now moved into /boot/overlays. This is due to the inability of Yocto to easily handle devicetree overlays during the build. Overlays that are provided via the parameters of fng-install (--DTBO) are also placed inside /boot/overlays. Additionally, they are appended to the overlays variable inside the overlays.txt file. The overlays.txt file is parsed during the prepare-kernel post-install step. The loaded overlays are then applied to the default devicetree. BCS 746-000414 BCS 746-000877 (cherry picked from commit 5f97c8e6)
parent
ba006a1d
No related branches found
No related tags found
Showing
- recipes-bsp/fng-install/fng-install/fng-install.sh 12 additions, 6 deletionsrecipes-bsp/fng-install/fng-install/fng-install.sh
- recipes-bsp/fng-install/prepare-image/gf-prepare-common.sh 33 additions, 1 deletionrecipes-bsp/fng-install/prepare-image/gf-prepare-common.sh
- recipes-bsp/fng-install/prepare-image/gf-prepare-overlays.sh 28 additions, 0 deletionsrecipes-bsp/fng-install/prepare-image/gf-prepare-overlays.sh
-
mentioned in commit seco-ne/yocto/manifest@4bedae3f
-
mentioned in commit seco-ne/yocto/manifest@42c0ab00
-
mentioned in commit seco-ne/yocto/manifest@b68e9b75
-
mentioned in merge request seco-ne/yocto/manifest!718 (merged)
-
mentioned in commit seco-ne/yocto/manifest@b9487ed7
Please register or sign in to comment