Commit Graph

1345 Commits

Author SHA1 Message Date
Dmitry Baryshkov
fb3e210c31 qc-image-unpacker: add Upstream-Status trailer
Add the Upstream-Status trailer to the patch to fix OE's issue.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-06-15 11:48:00 +03:00
Dmitry Baryshkov
becdf3d079 qc-image-unpacker: bump the SRCREV
Bump SRCREV, dropping three patches that were merged upstream.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-06-15 11:48:00 +03:00
Dmitry Baryshkov
fba809bc8b qca-swiss-army-knife: bump SRCREV
Bump SRCREV, dropping merged patches. This also brings up scripts to
support ath12k WiFi cards.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-06-15 11:48:00 +03:00
Dmitry Baryshkov
8e5627fbc8 qca-swiss-army-knife: fix WORKDIR usage
The recipe fell out of the WORKDIR -> UNPACKDIR conversion. Use
UNPACKDIR to reference provided scripts.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-06-15 11:48:00 +03:00
Dmitry Baryshkov
7ae745fd23 Merge pull request #603 from lumag/drop-wsa881x-patch
linux-yocto: drop the patch applied upstream
2024-06-04 02:42:18 +02:00
Dmitry Baryshkov
181e336c5a linux-yocto: drop the patch applied upstream
The WSA881x patch has been merged into the stable tree, drop it from the
BSP patchset.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-06-04 03:03:50 +03:00
Dmitry Baryshkov
18d0c2f567 Merge pull request #602 from lumag/fix-adbd
android-tools-conf-adbd-cmdline: Fix build-time warning about S being…
2024-06-04 00:20:39 +02:00
Dmitry Baryshkov
3ef80a1672 android-tools-conf-adbd-cmdline: Fix build-time warning about S being non-existent
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>
2024-06-04 01:18:33 +03:00
Dmitry Baryshkov
568a9f5895 Merge pull request #599 from ricardosalveti/master
qdl: update to the latest upstream
2024-05-28 21:07:07 +02:00
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
Dmitry Baryshkov
c1bebaa777 Merge pull request #598 from lumag/ci-scarthgap
CI: include scarthgap into daily builds
2024-05-26 23:34:34 +02:00
Dmitry Baryshkov
2dd42e67de CI: build scarthgap and kirkstone branches on push
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>
2024-05-27 00:32:49 +03:00
Dmitry Baryshkov
4821d4eb2b CI: include scarthgap into daily builds
Build the current LTS release, scarthgap, on a daily basis.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-05-27 00:30:20 +03:00
Dmitry Baryshkov
75d61867e3 Merge pull request #595 from lumag/fix-workdir
WORKDIR -> UNPACKDIR migration
2024-05-25 09:08:33 +02:00
Dmitry Baryshkov
6f5e642f73 Merge pull request #597 from lumag/drop-panel-config
linux-yocto: drop CONFIG_DRM_PANEL_NOVATEK_NT36672E=m
2024-05-25 09:02:56 +02:00
Dmitry Baryshkov
c5506488a9 linux-yocto: drop CONFIG_DRM_PANEL_NOVATEK_NT36672E=m
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>
2024-05-25 10:01:23 +03:00
Dmitry Baryshkov
34e906db55 qbootctl: follow up UNPACKDIR introduction
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>
2024-05-25 09:19:04 +03:00
Dmitry Baryshkov
04bc3a5a4a linux-linaro-qcom: follow up UNPACKDIR introduction
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>
2024-05-25 09:19:04 +03:00
Dmitry Baryshkov
62c32e12c8 firmware-qcom-*: follow up UNPACKDIR introduction
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>
2024-05-25 09:19:04 +03:00
Dmitry Baryshkov
eb2e39ac7f initramfs-module-copy-modules: switch to UNPACKDIR
Follow OE-Core changes and use UNPACKDIR where required.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-05-25 09:19:04 +03:00
Dmitry Baryshkov
308062cc12 fastrpc: switch to UNPACKDIR
Follow OE-Core changes and use UNPACKDIR where required.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-05-25 09:19:04 +03:00
Dmitry Baryshkov
f171065d1d firmware-qcom-dragonboard410c-bootloader-sdcard: switch to UNPACKDIR
Follow OE-Core changes and use UNPACKDIR where required.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-05-25 09:19:04 +03:00
Dmitry Baryshkov
5a356248c8 layer.conf: bump layer compatibility to styhead
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>
2024-05-25 09:18:42 +03:00
Dmitry Baryshkov
93130df581 Merge pull request #596 from lumag/fix-gpsd
gpsd: fix compilation with update OE layers
2024-05-24 19:09:46 +02:00
Dmitry Baryshkov
8c226cd5ef gpsd: fix compilation with update OE layers
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>
2024-05-24 14:33:52 +03:00