aboutsummaryrefslogtreecommitdiff
path: root/package_config
AgeCommit message (Collapse)Author
2017-11-23DB600C: initial supportNicolas Dechesne
For now use the Debian kernel, until we build our own kernel for DB600c. Change-Id: Id837e62b0c43d6a726af65e417628472a8726255 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-11-20LINARO: add python pexpect and yaml modulesNicolas Dechesne
They are needed to run LAVA test-runner utility which lets us run LAVA test case locally. Change-Id: Ie413d3eaaece7021e9d9241b434849acdd8802c6 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-11-13Add hikey supportRiku Voipio
Uses the ERP kernel for now, since 4.14 works. To generate an SD card image: fai-diskimage -v --cspace $(pwd)/fai/ --hostname linaro-developer -S 4G \ --class SAVECACHE,STRETCH,DEBIAN,LINARO,DEVELOPER,HIKEY,GRUB_PC hikey.raw Change-Id: I68d5feb24051a7849b1e97bc4df7bd1d504ce82d Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2017-11-13DEBIAN: add network-managerRiku Voipio
Make network-manager the standard way to network our images. this will make any wired interface connect out of box and make it easy to connect wireless with nmtui and nmcli. Change-Id: I184c434bde9f4cd6a3744937fe861cd30acbdec5
2017-11-10ALIP: add gstreamer alsa and pulseaudioNicolas Dechesne
These 2 packages are not pulled into the images automatically. Change-Id: I7e377f1026ee6f23c9736d2e24a73ee81921ff7f Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-11-10DB410c: use firmware-qcom-dragonboard410cNicolas Dechesne
We now rely on a real Debian package for DB410c firmware, this patch removes the hacks we had so far. Change-Id: Id836a745c58552b958c8cea851dbb6f3a1678c39 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-11-06QCOM: add firmware-qcom-dragonboard820cNicolas Dechesne
This is the firmware package that includes all firmware for DB820c. It is available in the Linaro Overlay. Change-Id: I1a6732f635df59f6e44a610d28d63a46a9012bdb Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-11-06ALIP: add glmark2Nicolas Dechesne
Change-Id: I423725de1eb8023873eb0ba282d359559ff150c0 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-10-27ALIP: remove libxatrackerNicolas Dechesne
Mesa XA state tracker is not needed anymore, since we default to using -modesetting X11 driver. Change-Id: Ia1e83581a786abc6d028ace1225069408a92df18 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-10-24ALIP: remove xserver-xorg-video-modesettingRiku Voipio
This package no longer exist in stretch or newer Change-Id: I6b573ca22c17eb47510d33d627c4dea874884b80
2017-10-20ALIP: add kmscubeNicolas Dechesne
Change-Id: Iec02a23bfe3dbcd5dd2e00d160b717b669acad32 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-10-10ALIP: add more packages to match previous ALIP imagesNicolas Dechesne
When building ALIP images with ubunut-build-service, there were more packages pre-installed. Change-Id: I1a51e4c9925fb20d8822212cf26c71a222022824 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-10-09Add support for DB820cNicolas Dechesne
This is based on existing jobs on ci.linaro.org. Change-Id: Idf6a5d4a1308e05b1b8d26cbad1f1be26819ac25 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-10-09add non-freeRiku Voipio
And remove firmware-linux from config since it conflicts with our kernel package when packages get pulled from non-free. Change-Id: I810c45eff30ff531c91e015ca59cafd977c2c7e0
2017-10-09Split out u-boot, copy artifacts for mkbootimageRiku Voipio
And some minor improvements: - remove legacy wcnss-start - use tempdir for copying firmware Change-Id: I5b5f7f5ed4c6f952745e46cdfb5c382fcb95a9ac
2017-10-05Merge "package_config: remove linux-firmware-free"Fathi Boudra
2017-10-05package_config: remove linux-firmware-freeNicolas Dechesne
this package was not installed in our images built with live-build tool, and also it conflicts with our new mechanism to build kernel as debian package. So let's remove it for now. Change-Id: Id4357ea26867f3dd8d75590cc3b8324e0e272851 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-10-04package_config: QCOM: update kernel package nameNicolas Dechesne
We now have Linux kernel packages in the Sid overlay, let's use it. We will eventually use a meta-package so that we don't have to update this config file for every new kernel. Change-Id: I8c97ffbc6a5032f9ca959cb5ef2c0bdd0f5c8b62 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-09-28Add missing packagesRiku Voipio
2017-09-28Fix buildslinaro
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2017-09-15more db410c bitsRiku Voipio
2017-09-15DB410C customizationRiku Voipio
2017-09-12Initial linaro testRiku Voipio