Bump SRCREV, dropping merged patches. This also brings up scripts to
support ath12k WiFi cards.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
The recipe fell out of the WORKDIR -> UNPACKDIR conversion. Use
UNPACKDIR to reference provided scripts.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
android-tools-conf-adbd-cmdline doesn't have any checked out source files, which
results in a warning regarding S not existing. Fix the warning by
pointing S to ${WORKDIR}/sources and UNPACKDIR to ${S}.
The warning text:
WARNING: android-tools-conf-conf-adbd-cmdline-1.0-r0 do_unpack:
android-tools-conf-conf-adbd-cmdline: the directory ${WORKDIR}/${BP} (<scrubbed>)
pointed to by the S variable doesn't exist - please set S within the
recipe to point to where the source has been unpacked to
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
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>
Include scarthgap and kirkstone into the push-triggered builds. While we
are at it, drop the honister, which is EOL
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Drop CONFIG_DRM_PANEL_NOVATEK_NT36672E assignment from
qcom-armv8a/qcom-extra.cfg to silence the warning:
[INFO]: the following symbols were not found in the active configuration:
- CONFIG_DRM_PANEL_NOVATEK_NT36672E
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
With the introduction of UNPACKDIR the files were moved from WORKDIR to
UNPACKDIR. Adjust the recipe accordingly.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
With the introduction of UNPACKDIR the files were moved from WORKDIR to
UNPACKDIR. Adjust the recipe accordingly.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
With the introduction of UNPACKDIR the files were moved from WORKDIR to
UNPACKDIR. Adjust the recipe accordingly.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
With the introduction of UNPACKDIR the OE-Core layer is no longer
compatible with scarthgap. Switch LAYERSERIES_COMPAT_qcom to styhead.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
GCC 14 and newer glibc are more strict regarding the headers. Add
inlcude of the required header.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>