aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/skales
AgeCommit message (Collapse)Author
2023-11-16skales: Update SRCREV to latestViswanath Kraleti
Update skales recipe to compile tip of the project where support for compressed ARM64 kernel image and pad out the image are avilable. Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
2023-03-31skales: switch git url to codelinaroJay Greco
2021-11-03skales: Specify branch parameter explicitly in SRC_URIKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-30skales: use http protocol instead of git://Nicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2020-01-30skales_git: apply patches to python scriptsPeter Griffin
Its unclear how to merge patches to this codeaurora git tree. So for now we apply the patches from the recipe to use python3. Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
2020-01-30skales: remove dtbToolNicolas Dechesne
it is no longer being used. while making this change also remove wrong dependencies from DEPENDS. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-05-19skales: install binary files in app specific folderNicolas Dechesne
Avoid installing skales tools in $bindir, mostly because mkbootimg conflicts with mkbootimg from android-tools package. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit da63ca630845558e3e350bbf9ffb3de3091a4972)
2016-09-26skales: upgrade versionNicolas Dechesne
dtbtool has been improved to work directly from compatible string, and no longer requires msm-id and board-id. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit fb34dca197960086fe81dd5b0bcf32580dd24412)
2015-12-04skales: drop -native from recipe name to fix native depsAndy Voltz
native dtc and python are required to run dtbTool, but the skales-native.bb recipe was not using the -native versions. This change uses BBCLASSEXTEND to provide a native skales recipe which fixes the native deps. This also allows skales to be built for target. Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
2015-09-03skales: add new recipeNicolas Dechesne
skales are tools to create boot images that can be loaded on target running the QCOM LK bootloader. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>