- Dec 20, 2024
-
-
Dmitry Baryshkov authored
CI: copy build-template from master branch
-
- Dec 10, 2024
-
-
Dmitry Baryshkov authored
In preparation of the master branch switching to 'kas' (as a part of the ownership transfer), switch the branch to use a local copy of build-template.yml Signed-off-by:
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-
- Dec 03, 2024
-
-
Dmitry Baryshkov authored
kirkstone: qdl: update to the latest upstream
-
Chirag Jain authored
Update to the latest commit of the upstream repository: https://github.com/linux-msm/qdl.git . Relevant changes from latest upstream: - support for old libusb - support for building across ubuntu variants - updates to firehose configuration - support for <read> operations Signed-off-by:
Chirag Jain <quic_chirjain@quicinc.com> (cherry picked from commit af63cb85f0784f377422fb01ac410e75aedd7efa)
-
- Nov 03, 2024
-
-
Dmitry Baryshkov authored
CI: manually specify build matrix
-
Dmitry Baryshkov authored
In order to be more flexible, manually specify build variants (machine-libc-kernel-subtype) Signed-off-by:
Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit 3c5a909a702a4ac0f97497e2e7ff33b22787e6bd)
-
Dmitry Baryshkov authored
50-adbd-cmdline.conf: Change /var to /etc in ConditionPathExists
-
- Aug 28, 2024
-
-
Dmitry Baryshkov authored
[kirkstone] Drop extra wcn6855 firmware
-
Dmitry Baryshkov authored
Atheros driver maintainers discourage from using non-standard firmware files. Drop the firmware coming from ChromeOS hisorical repos. Signed-off-by:
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-
- Aug 22, 2024
-
-
quic-raghuvar authored
If android-tools-adbd.service service needs to be up upon boot, then the path assigned to ConditionPathExists must be present at boot time. This means that the path set to ConditionPathExists must be created at build time itself. /etc is a better place to keep files and directories that are created at build time rather than /var. /var is expected to house files that are created at run time. Hence, change ConditionPathExists=|/var/usb-debugging-enabled to ConditionPathExists=|/etc/usb-debugging-enabled
-
- May 28, 2024
-
-
Dmitry Baryshkov authored
kirkstone backport: qdl: update to the latest upstream
-
Ricardo Salveti authored
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)
-
- May 02, 2024
-
-
Dmitry Baryshkov authored
linux-linaro-qcomlt: bump SRCREV
-
- May 01, 2024
-
-
Dmitry Baryshkov authored
Bump SRCREV to include a patch for the WSA881x codec. Signed-off-by:
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-
Dmitry Baryshkov authored
Use Linaro/meta-qcom as build-template location. Signed-off-by:
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-
Dmitry Baryshkov authored
Use Linaro/meta-qcom as build-template location. Signed-off-by:
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-
- Jan 31, 2024
-
-
Dmitry Baryshkov authored
linux-linaro-qcomlt: bump 6.0 kernel
-
Dmitry Baryshkov authored
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>
-
- Jan 13, 2024
-
-
Dmitry Baryshkov authored
kirkstone: initramfs-test-image: add adbd support
-
- Jan 12, 2024
-
-
Dmitry Baryshkov authored
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>
-
Dmitry Baryshkov authored
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>
-
- Dec 06, 2023
-
-
Dmitry Baryshkov authored
Propagate changes from master to Kirkstone
-
Dmitry Baryshkov authored
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>
-
Chirag Jain authored
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>
-
Viswanath Kraleti authored
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>
-
Viswanath Kraleti authored
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>
-
Viswanath Kraleti authored
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>
-
Viswanath Kraleti authored
Update rmtfs recipe to compile latest code of the project Signed-off-by:
Viswanath Kraleti <quic_vkraleti@quicinc.com>
-
Viswanath Kraleti authored
Update qrtr recipe to compile tip of qrtr project. Signed-off-by:
Viswanath Kraleti <quic_vkraleti@quicinc.com>
-
Viswanath Kraleti authored
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>
-
- Aug 28, 2023
-
-
Dmitry Baryshkov authored
Fix firmware packaging in kirkstone branch
-
- Aug 26, 2023
-
-
Dmitry Baryshkov authored
Add dependencies on APQ8096's aDSP and modem firmware. Signed-off-by:
Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit 94c4dc2a6d690b73e14ac16c8a35714a06d7d431)
-
Dmitry Baryshkov authored
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)
-
Dmitry Baryshkov authored
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)
-
Dmitry Baryshkov authored
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)
-
Dmitry Baryshkov authored
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)
-
Dmitry Baryshkov authored
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)
-
Dmitry Baryshkov authored
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)
-
Dmitry Baryshkov authored
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)
-
Dmitry Baryshkov authored
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)
-