-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
base: kernel-lmp-fitimage: add support for FIT_LOADABLES
Extend this class to handle FIT_LOADABLES as a list of deployed files to be added to the kernel fitimage. This allows subscribers to retreive these files in u-boot where the contents are verified prior to using. Example would be to add the following line to machine.conf: FIT_LOADABLES = "core0_m4_image.bin core1_m4_image.bin" - A recipe would place those files in ${DEPLOYDIR} in do_deploy - Then an additional do_compile[depends] is added to the kernel recipe such as: do_compile[depends] += "<recipe>:do_deploy" Signed-off-by: Michael Scott <[email protected]>
- Loading branch information
1 parent
42ccce1
commit 3d381b7
Showing
1 changed file
with
68 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters