aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)Author
2022-03-03Ensure we fail if old SoC overrides are in useOtavio Salvador
To assist existing layers to convert to the new BSP-specific overrides. Besides failing the parsing of the recipes where it is in use, we provide a script to automate most of it. Fixes: #990. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-09-29wic: Move all wks files to root layer directoryOtavio Salvador
The wic looks for wks files in many places. The root layer directory is one of those and makes much easier to find the wks files for reference and use. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-19wic: imx-uboot-spl: Change u-boot suffix to imgFabio Berton
Currently all machines that use SPL are using u-boot.img. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-19wic: Change wks files pathFabio Berton
WKS_SEARCH_PATH searches inside scripts/lib/wic/canned-wks, rename scripts/lib/image/canned-wks/ to scripts/lib/wic/canned-wks/. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-19wic: Change reference wks files to avoid /boot partition useOtavio Salvador
For the sake of user-friendness we will avoid the use of /boot partition. The use of wic images, using this layout, is simpler as it does not require manual setting of IMAGE_BOOT_FILES and thus allow for generic use across different machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-16Move meta-fsl-arm content to layer rootOtavio Salvador
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>