You've already forked meta-qcom-extras
mirror of
https://github.com/linux-msm/meta-qcom-extras.git
synced 2026-02-25 13:14:43 -08:00
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>
24 lines
528 B
BlitzBasic
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"
|