aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qdl/qdl_git.bb
AgeCommit message (Collapse)Author
2021-08-03layer: convert to new override syntaxoverrideNicolas Dechesne
The conversion was mostly automated with: ./scripts/contrib/convert-overrides.py With a few manual tweaks. Also change LAYERCOMPAT to honister. 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-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>