aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
AgeCommit message (Collapse)Author
2017-05-17skales: 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>
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>