Files
meta-qcom-extras/recipes-devtools/qdl/qdl_git.bb
Ricardo Salveti 51d6b30808 qdl: update to the latest upstream
Update to the latest upstream repository, which is now at
https://github.com/linux-msm/qdl.git.

Relevant changes from latest upstream:
- USBDEVFS interface replaced with libusb
- Add ramdump support
- New utility 'ks' which uses sahara to load images from host to a
  device (relevant for Qualcomm Cloud AI 100).

Drop 0001-Makefile-Use-pkg-config-for-libxml2-detection.patch as these
changes are now available upstream.

Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
2024-05-28 14:22:57 -03:00

24 lines
528 B
BlitzBasic

SUMMARY = "QDL flasing tool"
HOMEPAGE = "https://github.com/linux-msm/qdl.git"
SECTION = "devel"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=da6bfde9cb5bc5120a51775381f6edf1"
DEPENDS = "libxml2 libusb1"
inherit pkgconfig
SRCREV = "aeb70e0645d6583b34b99c3025ebd2b8475d322b"
SRC_URI = "git://github.com/linux-msm/${BPN}.git;branch=master;protocol=https"
PV = "0.0+${SRCREV}"
S = "${WORKDIR}/git"
do_install () {
oe_runmake install DESTDIR=${D} prefix=${prefix}
}
BBCLASSEXTEND = "native nativesdk"