Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial restructure/split of meta-xilinx-bsp | Mark Hatle | 2022-01-14 | 1 | -51/+0 |
| | | | | | | | | | | Create a new meta-xilinx-core, move core functionality to the core, keeping board specific files in the bsp layer. zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp is not available it will not fail. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> | ||||
* | Modified image-wic-utils to strip whitespace from entries in IMAGE_BOOT_FILES. | Toby Gomersall | 2020-08-11 | 1 | -2/+2 |
| | |||||
* | u-boot-zynq-uenv.bb: Handle IMAGE_BOOT_FILES wildcard patterns | Nathan Rossi | 2019-01-01 | 1 | -0/+51 |
Handle IMAGE_BOOT_FILES having wildcard patterns for dtbs. This requires that the recipe depend on the deployment of the dtbs in order for the correct file names to be expanded. This change also improves the parsing of the IMAGE_BOOT_FILES variable and splits out the python functions for doing this into a separate image-wic-utils.bbclass file. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> |