aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
10 daysMerge pull request #601 from ricardosalveti/kirkstonekirkstoneDmitry Baryshkov
kirkstone backport: qdl: update to the latest upstream
10 daysqdl: update to the latest upstreamRicardo Salveti
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> (cherry picked from commit 51d6b308083b73d07d7d98ef9778bb9df8c99e22)
2024-05-02Merge pull request #591 from lumag/fix-kirkstoneDmitry Baryshkov
linux-linaro-qcomlt: bump SRCREV
2024-05-01linux-linaro-qcomlt: bump SRCREVDmitry Baryshkov
Bump SRCREV to include a patch for the WSA881x codec. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-05-01CI: correct template locationDmitry Baryshkov
Use Linaro/meta-qcom as build-template location. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-05-01CI: correct template locationDmitry Baryshkov
Use Linaro/meta-qcom as build-template location. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-01-31Merge pull request #578 from lumag/fix-kirkstoneDmitry Baryshkov
linux-linaro-qcomlt: bump 6.0 kernel
2024-01-31linux-linaro-qcomlt: bump 6.0 kernelDmitry Baryshkov
Bump the 6.0 kernel revision to fix missing configuration items (and also to bring some of bugfixes). Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-01-13Merge pull request #565 from eberman-quic/adbd-cmdline-kirkstoneDmitry Baryshkov
kirkstone: initramfs-test-image: add adbd support
2024-01-12initramfs-test-image: add adbd supportDmitry Baryshkov
Install and enable adbd if meta-openmebedded is enabled. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>
2024-01-12android-tools-adbd-cmdline: adbd systemd unit fixupDmitry Baryshkov
Add special fixup for android-tools-adbd systemd unit file. In addition to the /var/usb-debugging-enabled it will start adbd if `adbd` boot argument was provided. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>
2023-12-06Merge pull request #557 from quic-vkraleti/ks-propagateDmitry Baryshkov
Propagate changes from master to Kirkstone
2023-12-06qcom-common.inc: make it less insisting on the default kernelDmitry Baryshkov
As we are transitioning to linux-yocto, make the life of machine config files easier and let qcom-common.inc be less insisting on the preferred kernel recipe. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-12-06android-gadget-setup: fix conditional argument to assign serial variableChirag Jain
Change the conditional argument to check if androidserial is non-empty. The condition `[ -n ]` when `androidserial` is empty is equated to `false` which results in an non-zero status from `android-gadget-setup.machine`. /usr/bin/android-gadget-setup starts with `set -e` is used to change behavior of the shell in various ways. `-e` option causes the shell to exit as soon a command exits with a non-zero status. Hence, executing `true` in the end results in a zero exit status in all cases, which suffices the condition for `set -e`, hence unblocking android-tools-adbd service when `androidserial` is not defined. Signed-off-by: Chirag Jain <quic_chirjain@quicinc.com>
2023-12-06fastrpc: Update SRCREV to latestViswanath Kraleti
Update fastrpc recipe to compile latest fastrpc code. The tip of project has an update to support sdsprpcd. Provide a unit file for the same. Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
2023-12-06skales: Update SRCREV to latestViswanath Kraleti
Update skales recipe to compile tip of the project where support for compressed ARM64 kernel image and pad out the image are avilable. Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
2023-12-06tqftpserv: Update SRCREV to latestViswanath Kraleti
Update tqftpserv recipe to compile tip of the project Remove patch now in upstream, 0001-include-limits.h-for-PATH_MAX.patch Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
2023-12-06rmtfs: Update SRCREV to latestViswanath Kraleti
Update rmtfs recipe to compile latest code of the project Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
2023-12-06qrtr: Update SRCREV to latestViswanath Kraleti
Update qrtr recipe to compile tip of qrtr project. Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
2023-12-06recipes-support: pd-mapper bump to rev 10997baViswanath Kraleti
Changes, 10997ba pd-mapper: Add ability to decompress .xz json files 107104b ANDROID: pd-mapper: Update Android.bp srcs 352a39c ANDROID: pd-mapper: Use /vendor/firmware path for AOSP b4c1e36 correct SIGSEGV when firmware is not present a500e63 Makefile: allow $(CFLAGS), $(LDFLAGS) override 9d78fc0 pd-mapper: Null terminate firmware_value string Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
2023-08-28Merge pull request #532 from lumag/fix-kirkstoneDmitry Baryshkov
Fix firmware packaging in kirkstone branch
2023-08-27packagegroup-firmware-dragonboard820c: add missing dependenciesDmitry Baryshkov
Add dependencies on APQ8096's aDSP and modem firmware. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit 94c4dc2a6d690b73e14ac16c8a35714a06d7d431)
2023-08-27packagegroup-firmware-rb5: install Adreno ZAP shaderDmitry Baryshkov
As the ZAP shader was split from the main Adreno firmware package, install it manually if `opengl' distro feature is enabled. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit 233c01e8db284321b3c6d41a8abca300b748cd3b)
2023-08-27packagegroup-firmware-dragonboard845c: install Adreno ZAP shaderDmitry Baryshkov
As the ZAP shader was split from the main Adreno firmware package, install it manually if `opengl' distro feature is enabled. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit 88bfcf9f7a8dec814c8dcdb3fd05a15aded07711)
2023-08-27packagegroup-firmware-dragonboard820c: install Adreno ZAP shaderDmitry Baryshkov
As the ZAP shader was split from the main Adreno firmware package, install it manually if `opengl' distro feature is enabled. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit 3491a8a110411aba7428e199f0ec8fa0c7583ca1)
2023-08-27firmware-qcom: rename zap-shader package to adrenoDmitry Baryshkov
Follow the change in OE-core and rename cryptic 'zap-shader' packages to more logical 'adreno'. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit 66ae5825f435bde0607acf598bf822047b754ce5)
2023-08-27packagegroup-firmware-dragonboard410c: use new firmware packagesDmitry Baryshkov
Install new apq8016 modem and WiFi firmware packages from linux-firmware. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit 5c7a9c7095ea54ec83b07ff38a9b4ce71a32bb20)
2023-08-27firmware-qcom-dragonboard410c: stop shipping firmware filesDmitry Baryshkov
As the corresponding firmware files have been merged to the linux-firmware archive and recipe, stop shipping actual firmware files. Provide just compatibility links for the historical kernel. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit 745e295dcac4034ab3d2b97ddc85befb38522534)
2023-08-27firmware-qcom-dragonboard410c: stop shipping /boot/modem_fsgDmitry Baryshkov
The rmtfs service will default to using partitions instead of file images. Stop shipping /boot/modem_fsg and demand fsg partition to be flashed properly (via the rescue package). Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit ba4ac0a8ed6582acdb4159536037c5b6064c8e17)
2023-08-27firmware-qcom.inc: add more split firmware casesDmitry Baryshkov
Allow further splitting firmware packages. Add separate packages for dsps, q6 dsp, Venus and zap shader code. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit 5ea6746f089d75a9d90fe59415be2dcce952c9bb)
2023-08-17Merge pull request #530 from lumag/fix-kirkstoneDmitry Baryshkov
Use codelinaro for repo URLs
2023-08-16fastrpc: switch git url to codelinaroNicolas Dechesne
Linaro git trees have been moved from git.linaro.org to git.codelinaro.org. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 6b456956ffab60d574b994ffaf32e1c48a75396e)
2023-08-16kernel: switch git url to codelinaroNicolas Dechesne
Linaro git trees have been moved from git.linaro.org to git.codelinaro.org. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit f6124d7878154c7f1307d3ed0abca5bdc17d3e1f)
2023-04-28Merge pull request #515 from lumag/updateDmitry Baryshkov
README.md: meta-qcom takeover
2023-04-28README.md: meta-qcom takeoverDmitry Baryshkov
- Fix the URL to point to github.com/Linaro/meta-qcom - Change the maintainer of meta-qcom to me - Remove the mailing list option to submit patches Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-04-03skales: switch git url to codelinaroJay Greco
(cherry picked from commit b3809683df52ed8b82f5a1fb80971e0f30ad69e1) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-11-18Merge pull request #494 from lumag/backportDmitry Baryshkov
Backport several patches from master
2022-11-18qcom-armv7a: disable Sony Xperia Castor dtbDmitry Baryshkov
The dtb name for Castor has been changed upstream. Drop it for now, to allow building all kernel versions. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit 3133687d03fbfa8ee6a287431b1068943ea18748)
2022-11-18machine: qcom-armv8a: make sure defaults vars can be overridenNicolas Dechesne
It is convenient to be able to override the boot image parameters, in local.conf during development, so let's use ?= operator where it was not used. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 668e3316db871c599101e969e365611f43556924)
2022-11-18conf: machine: include SM8450 HDK in qcom-armv8 machineNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 4e62ae58cd132f5e3675df0a3c2c17ccb83bf416)
2022-11-18linux: include qcomlt 6.0 release branch recipeNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 26bc35ae2bc33ff30ca981df5e80b7582322769f)
2022-08-23.github/workflows/push: fix ref type used in the tux planNicolas Dechesne
Tux had a convenient bug that allowed us to use a 'ref' type with a SHA. This bug was fixed, so we need to make sure that we use a type 'sha' in the Tux plan when we use a SHA value. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 746275b4f3b89cd94e874b64b89374f0946b7d62)
2022-06-27Merge pull request #468 from lumag/fix-ath10k-kirkstoneNicolas Dechesne
firmware-qcom-dragonboard845c: drop WiFi board-2.bin file
2022-06-27firmware-qcom-dragonboard845c: drop WiFi board-2.bin fileDmitry Baryshkov
Drop board-2.bin file, board data has been merged into linux-firmware. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit 6c366240e681a102a94522e86bab322cf3ac3ebc)
2022-06-20Revert "github: add daily test build"Nicolas Dechesne
This reverts commit 6239b6907fc2193397f29fd3fa29f5c767183f65. Daily builds are implemented in master branch instead. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-06-17github: add daily test buildNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-06-01.github: switch to TuxOE plansNicolas Dechesne
The TuxOE workflow in master was updated to use TuxOE plans, and it resulted in a change in the 'inputs' format, machines is now a simple list. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-05-30Branching for kirkstone YP 4.0 LTSNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-05-23Merge pull request #457 from lumag/bootrrNicolas Dechesne
Add bootrr to initramfs-test-image
2022-05-23initramfs-test-image: add bootrrDmitry Baryshkov
Add bootrr recipe to the initramfs-test-image Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>