summaryrefslogtreecommitdiffstats
path: root/classes/kernel-itbimage.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* layer: Convert to new override syntaxKhem Raj2021-08-121-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-itbimage.bbclass: Align the usage to spaces for indentation, as ↵Darko Komljenovic2019-12-181-3/+3
| | | | | | spaces raise the warning Signed-off-by: Darko Komljenovic <dkomljenovic@zoho.com>
* kernel-itbimage: set dtb load line only if DTB_LOAD is setRichard Leitner2018-06-061-1/+5
| | | | | | | | | | | | The load address line for the dtb should only be given if DTB_LOAD was set accordingly before. Therefore add this check. Without this patch the dtb was loaded to 0x0 if no DTB_LOAD was set and the boot therefore failed. Now when no DTB_LOAD is set the bootloader uses the device tree in place. Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-itbimage: depends extraimage task to fix EXTRA_IMAGEDEPEND license issueChunrong Guo2017-12-121-0/+8
| | | | | | | | | *Fix the build error: |[Errno 2] No such file or directory: '.../licenses/ppa/recipeinfo' Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-itbimage: itbimage instead of fitimageChunrong Guo2017-11-161-13/+13
| | | | | | | | *Using one unified name to its and image bin Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-itbimage: add DTB_LOAD to set dtb load addressChunrong Guo2017-10-281-1/+1
| | | | | | | *Dtb address will be not the same for arm64 and arm32 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* add kernel-itbimage supportChunrong Guo2017-08-301-0/+481
This creates a itbimage that contents: - 1 kernel - 1 rootfs - 1 dtb - 1 boot configuration Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>