fnginstall: add postinstallation step and use it for kernel/dtb blob creation
* Remove the kernel/dtb creation and platform detection from fnginstall * Added a target_os_postinstallation step to execute an command (specified by dedicated name) inside the target os via change root ** like user script ** only if the command is available ** this way the installation script stays generic * Added a post installation command to the image to detect the platform and create the kernel/dtb blob, this should later also integrate the config via xml to devicetree stuff * Moved fnginstall and fnginstall-postinstallation to packagegroup-core-boot using the 'fng' machine feature: This way the fng stuff lives in the distro layer but is enabled machine dependend, without adding direct dependency between the layers
parent
1fc95ae3
No related branches found
No related tags found
Showing
- recipes-bsp/fng-install/files/mx6/fng-install.sh 54 additions, 45 deletionsrecipes-bsp/fng-install/files/mx6/fng-install.sh
- recipes-bsp/fng-install/files/mx6/fnginstall-postinstallation 10 additions, 0 deletions...pes-bsp/fng-install/files/mx6/fnginstall-postinstallation
- recipes-bsp/fng-install/files/mx6/guf-prepare-kernel.sh 158 additions, 0 deletionsrecipes-bsp/fng-install/files/mx6/guf-prepare-kernel.sh
- recipes-bsp/fng-install/fng-install-postinstallation.bb 15 additions, 0 deletionsrecipes-bsp/fng-install/fng-install-postinstallation.bb
- recipes-bsp/images/guf-image.bb 8 additions, 1 deletionrecipes-bsp/images/guf-image.bb
- recipes-core/packagegroups/packagegroup-core-boot.bbappend 7 additions, 0 deletionsrecipes-core/packagegroups/packagegroup-core-boot.bbappend
Loading
Please register or sign in to comment