aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-11QCOM: switch to pd-mapper and qrtr from the main archiveHEADmasterDmitry Baryshkov
Stop using our own packets for pd-mapper and qrtr and switch to the corresponding packets provided by Debian. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Change-Id: Ie9911c2e14a012f5f592f51b8c745596fbca6777
2023-01-31scripts/QCOM/21-customize: remove tsched=0 workaroundNicolas Dechesne
Since 7f2430cda819 (ASoC: qcom: q6asm-dai: Add SNDRV_PCM_INFO_BATCH flag), in the mainline kernel, we no longer need to explicitely disable the timer based scheduling in PA, since the driver correctly reports SNDRV_PCM_INFO_BATCH. Change-Id: I8035ad200f879026a3236796bc6b425707901c5c Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2023-01-31sources.list: include the new non-free-firmware componentDmitry Baryshkov
Debian (starting from bookworm) has pulled the firmware into a separate component, non-free-firmware. Follow the move and include this component into sources.list file. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Change-Id: I9777e3ebfa52bd8094efc0a0d0eaf8da5893b097
2023-01-11LINARO/01-setup_user_linaro: fix linaro's shellDmitry Baryshkov
Pass --disabled-password instead of --disabled-login to adduser to prevent the tool from setting the linaro's shell to /usr/bin/nologin. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Change-Id: I994cc5816eca8e6b9dc1476975970f78145749c5
2023-01-10package_config/QCOM: switch to Linux 6.1Nicolas Dechesne
Change-Id: Ia388774b4bf22c96d02aedc0c6ec50bd96ad44c4 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2023-01-02package_config: DEBIAN, DEVELOPER: remove python2Nicolas Dechesne
They are no longer needed (and available in Sid). Change-Id: Ie164ebc8c62297b040fc285bf3dddf3ea2847632 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-12-13LINARO: add source repo tooDmitry Baryshkov
Add the deb-src line too to be able to download package sources. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Change-Id: I3df2e7f4a74f389c23d4a559004cfdf0e1dd9038
2022-10-28package_config/DEVELOPER: remove hostapdNicolas Dechesne
It's not needed for now, and it fails to start on DB820c. We can debug that later. Change-Id: Iab5dc4eeda3db9ad464352b33e46cb34f56c228c Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-10-20QCOM: update kernelNicolas Dechesne
Use the 6.0 based qcomlt integration branch. Change-Id: I5b6230b35beb67df42dac97a896356c5136a1f1c Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-10-20LINARO: switch to new Linaro repo on OBSNicolas Dechesne
isv:linaro is now the official repo on OBS for Linaro packages. Change-Id: I183a3b0710633652498fd0c970508fb45873f63c Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-09-28.gitignore: add fileNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Change-Id: Ie0d87b67bf050c41c72b26c88a095a964aa8f89e
2022-09-28QCOM: include custom linux-image packageNicolas Dechesne
For now, let's use the linux kernel package from the aarch64-laptop project. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Change-Id: I08a9e575b20d950f3aacc7531c5cbb5a5387b5b8
2022-09-28LINARO: update Linaro package repositoriesNicolas Dechesne
Linaro OBS is no longer supported. Let's use the main OBS server to host the handful of packages which we customize. The repository GPG key is updated. We need ca-certificates to properly validate the download.opensuse.org https certificate. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Change-Id: I78a22bd7922a64d7431c6b84b9a7dd26afeca189
2022-09-28QCOM: do not assume we know the kernel versionNicolas Dechesne
So far, this script assumes we know the kernel version installed. Let's assume we don't, so we use -k all for the generation of the initramfs, which will create the initramfs for all installed versions. We might install one or more kernel versions, so it makes sense to generate all corresponding initramfs. Most of the time there will be just one anyways. We also need to ensure we will copy to $OUT all versions if needed. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Change-Id: I286b526fa6d09b96b8a4de1a67b0822abd55bb5f
2022-09-28fai: QCOM: remove support for board specific configNicolas Dechesne
We no longer want to support board specific Debian config. Instead, we want to support a generic Debian image for all QCOM devices. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Change-Id: I64ac129f106b77208df3524af37476c4824ac2a4
2022-09-23fai: remove INSTALLER supportNicolas Dechesne
We no longer do, nor want to produce debian installer images like we've done in the past. Let's remove the support completely. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Change-Id: Ibb0d92f2d1af05c52ea9b493c68c2ce6546fa0eb
2022-03-31package_config/ALIP|DEVELOPER: remove python-libsoc packageLeonardo Sandoval
This package is not longer maintained by Linaro. Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org> Change-Id: Ibe2882cfbff9fd9b42fda6507a87e41bff0592a1
2022-03-31package_config/DEVELOPER: remove cdra packageLeonardo Sandoval
According to [1], 'package is gone' which means that is not in any development repository. [1] https://tracker.debian.org/pkg/crda Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org> Change-Id: Icb8d0f1b1657307a17a07e2394ed201a8d21aa57
2022-03-31package_config/DEVELOPER: remove python-mraa|upm packagesLeonardo Sandoval
These two packages yield a version dependency conflict (see below or [1]), and root reason has not been found. Remove these temporally. The following packages have unmet dependencies: libmraa1 : Depends: libjson-c4 (>= 0.13.1) but it is not installable E: Unable to correct problems, you have held broken packages. [1] https://linaro.atlassian.net/browse/QLT-1612 Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org> Change-Id: I5ad7e3c9e95076b3be7dc983bce7b2f9e7652e81
2021-12-20package_config/DEBIAN: Add ntp to autosync dattime at initAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I53d417c19c577ab13f67eed4d4b430813377df71
2021-10-27DB{410,820,845}C, RB5: Use Linux 5.15 pacakgeAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I44ad608ff52b0c265bb416539d78813d173491fc
2021-10-26package_config: Use glmark2-{es} packages from unstable debian repoAníbal Limón
- ALIP install DRM and X11 versions of glmark2. - GNOME install DRM and Wayland versions of glmark2. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I2441c7d1649b3e65ae45eaec2ab1622cff05dc1b
2021-10-06package_config/QCOM: Add firmware-misc-nonfree for lt9611uxc firmwareAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: Ib4847ccb7790bbafc40dd84ccee1f2badb905dca
2021-07-27scripts/QCOM: Add support to create systemd unit to start serialconAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I4d6dae86c64deb5c14c0b144e5676b6fa28c761d
2021-07-19Use 5.13 kernel branch on DB{820,845}c and RB5Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I9e6d45e3f6a4aad2391c779b04ce9b082f4c5993
2021-07-16qcom: DB410C use Linux 5.13 packageAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I8b0ce27265f1effec50dca9d0dbfedfc6e2e2344
2021-07-16package_config/LINARO: Install python3-{pexpect, yaml} instead of python2Aníbal Limón
Python2 is EOF and this packages was installed to be able use test-runner and is already migrated to python3. https://github.com/Linaro/test-definitions/commit/dc338f66b5f34c911e94f92cadafefcbe2b75a2c Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I2ebfc2b5657ee95d4d32a892539512d671b351c2
2021-04-09rb5: use 5.12 kernelNicolas Dechesne
Change-Id: I0a27c330e54d1c2817133b6ae1f71ab844b4df7b Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2021-04-09RB5: update kernel and ptableNicolas Dechesne
Change-Id: I0f4f8dd93a350c6791f6e95b8b40a2e1f03fc845 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2021-01-21qcom: enable firmare-qcom-rb5 for RB5 boardDmitry Baryshkov
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Change-Id: Ie6aaf53c26a6cf92bee6aa764174d36521f9154e
2021-01-19package_config/QCOM: move common packages to QCOM classDmitry Baryshkov
Adding firmware packages to the RB5 board would require adding the firmware-atheros and firmware-qcom-soc to the RB5 class. Instead to remove unnecessary duplication move firmware-atheros, firmware-qcom-soc and linux-image-5.10.0-qcomlt-arm64 packages to common QCOM class. As a side effect the DB410C images will gain firmware-atheros package, but that will not change image size. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Change-Id: Idd9c0e0a7910a4925ba0373f00db6a528e4bfe30
2021-01-19qcom: drop DB600 supportDmitry Baryshkov
Drop now unsupported sd600eval support. There are no builds using this variant. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Change-Id: Ie26f684a9bdf3a98eeed74b835a5ec1102558385
2021-01-12qcom: DB{410, 820, 845}c uses 5.10 release kernelAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: Ia038f2b7191719becd14847c4007ce4230e6e6b0
2020-11-24RB5: add new config for Qualcomm RB5 platformNicolas Dechesne
Change-Id: I7fb60c60e3afba5160a7c035577351d45fe727e7 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2020-10-14QCOM: Use new 5.9.0 kernel in DB{410,845}CAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: Idae0e5dc0cbc7ebbc5fca20cfe049b97cf237ea0
2020-08-05package_config: Update python-minimal to python2-minimalAníbal Limón
Python2 is EOL and Debian is dropping out python2 packages causing dependency errors so update to python2-minimal instead. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I7c14f1922c4046ccaf9e4e0f99d5016db9cffd4d
2020-06-24Revert "package_config/ALIP: Replace chromium to falkon in SID"Aníbal Limón
Falkon is broken too on SID. This reverts commit 6c8e39f9713a0f732b302949decf77f13d3d7823. Change-Id: I5de4a4c35edfff8a0361a5f4c1445dfa28a57cb2
2020-06-24package_config/ALIP: Replace chromium to falkon in SIDAníbal Limón
Chromium is broken in SID so replace for another webkit based browser. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I5abb7ed02bfb25bba66ffc77b36ad5b95b70f4cd
2020-06-24package_config/GNOME: Install firefox instead of chromiumAníbal Limón
Firefox uses GTK and currently chromium is broken in SID. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: If2617ea79fa4c41f75995716a92b6e327a2294da
2020-06-02scripts/QCOM: Disable auto-suspend on GNOME desktopAníbal Limón
Causes problems when DB845c enters in s2idle and never recovers. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: Ib8d6dfcf3bdb6b9499fe8936bf0a0a19c7e58772
2020-06-02package_config/GNOME: Clean-up packagesAníbal Limón
Remove unneeded tools now provided by GNOME and install GNOME music and photos. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: Ib8b8e7e6b621f4a3a40258297d9412a991121ad1
2020-06-01package_config/GNOME: Add Xorg packages as alternative to WaylandAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I40daec7a1b0ba7ac3b60e3d1e2bcb1a2b01b781b
2020-06-01scripts/LINARO: Enable automatic login on GDM3Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: Ie9c9e0571346f9b1cbbf884462c4313c072391c3
2020-06-01package_config: Add GNOME3 package configAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I036842d1177be8edd434dd5b9fdbb3f7558fd393
2020-05-27Update DB{410,845}c to use 5.7 release branchAníbal Limón
Now 5.7 is in rc7 stage but the release will be soon, and the pre-release branch is complete comparing with 5.4. Switch to have images based on 5.7 and make functional testing. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I62b72a86a67abaf17f927bd7c71e563f73aa0edf
2020-05-26package_config/ALIP: Add fonts-dejavu-core in SIDAníbal Limón
This font is installed by default in buster and is the default in LxQT, so install a good font instead of monospace. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I412faab2c2ddf958115fad277fec45ebe32463e8
2020-05-24package_config/ALIP: Add alsa-ucm-conf on SIDAníbal Limón
After alsa 1.2.x it splits ucm config into another package only available in bullseye and sid. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I2f8afbf68d98fcf9ae09f3a896c1c87789f172d0
2020-05-18package_config/QCOM: Install firmware-qcom-soc on DB820cAníbal Limón
Switch to use Adreno and Venus firmware from firmware-nonfree (linux-firmware). Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I7a831200496fa92fcc0de9c0083ffacf5bdbab38
2020-05-18package_config/QCOM: Install firmware-qcom-soc on DB410cAníbal Limón
Now in linux-firmware is available Adreno and Venus firmware and removed that binaries from frimware-qcom-dragonboard410c. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I3280650210700a393fbb14674e1d08043ac2be7f
2020-05-18package_config/QCOM: Update name for qcom-sdm845 firmware to qcom-socAníbal Limón
From new version 20200421-1+linaro1, https://obs.linaro.org/package/show/linaro-overlay-sid/firmware-nonfree Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: Ide07eeb1d9f9bc4da5ea8974bbb1e0b7695a1b90