aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
AgeCommit message (Collapse)Author
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>
2019-09-02qdl: remove depedency on udev-native for native buildNicolas Dechesne
Adding udev on native build is not possible because nothing provides udev-native Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2019-08-30qdl: Fix QA Issue: No GNU_HASH in the ELF binaryKhem Raj
This is because of LDFLAGS and CFLAGS being overwritten in Makefile as a result we missing hash-style option Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29qdl: needs pkgconfig and udevKhem Raj
Fixes build issues e.g. | qdl.c:43:10: fatal error: 'libudev.h' file not found | #include <libudev.h> | ^~~~~~~~~~~ /bin/sh: pkg-config: command not found patch.c:33:10: fatal error: libxml/parser.h: No such file or directory 33 | #include <libxml/parser.h> | ^~~~~~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-28qdl: add recipeNicolas Dechesne
QDL is a USB flashing tool that implements Qualcomm Sahara and Firehose protocol, it can be used with a large number of Snapdragon chipsets. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2018-09-11qmic: upgrade new upstreamNicolas Dechesne
Bjorn Andersson (1): kernel: Support having strings in structs Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit fcc11cad034433e4d688e731a2b796e86dc4788d)
2018-04-20qrtr: Bump qmic, qrtr and rmtfs to latest versionBjorn Andersson
A number of bug fixes and improvements have been added to qrtr and rmtfs, update these to the latest release. Update qmic as rmtfs depends on a later version. The qmic patch from Khem has been applied upstream. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> 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)
2017-04-07qmic: Fix GNU_HASH QA errorsKhem Raj
Repect the environment variales in make Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
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)
2016-06-14qmic: add recipeNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
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-11-26Revert "opkg: add patches for file name too long issue"Nicolas Dechesne
This reverts commit eebcbba53ae7fba5414f1b4c16d5d27c77a57d44. The fix has been added in OE-core
2015-11-04opkg: add patches for file name too long issueNicolas Dechesne
Some of our builds started to fail with "File name too long" errors, and a similar issue was reported on the yocto mailing list at [1]. There are patches to address this problem being reviewed on the opkg-dev mailing list, see [2], let's bring these patches in meta-linaro-integration until we figure out how/when they will get upstream. These patches have been tested with the QCOM OpenEmbedded images on ci.linaro.org, and they fixed the build issues. Broken and fixed build log can be seen at [3] and [4]. [1] https://lists.yoctoproject.org/pipermail/yocto/2015-October/026939.html [2] https://groups.google.com/forum/#!topic/opkg-devel/UzDigiuKBcs [3] https://ci.linaro.org/view/member-builds/job/lt-qcom-openembedded-images/7 [4] https://ci.linaro.org/view/member-builds/job/lt-qcom-openembedded-images/8 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
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>