gitlab-ci: extend x86_64 kernel config to suport Intel devices
authorGustavo Padovan <gustavo.padovan@collabora.com>
Wed, 16 Dec 2020 10:39:19 +0000 (07:39 -0300)
committerRohan Garg <rohan.garg@collabora.com>
Tue, 16 Feb 2021 14:08:26 +0000 (15:08 +0100)
There are extra kernel config options we need to enable for Intel.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8162>

.gitlab-ci/container/x86_64.config
.gitlab-ci/lava-gitlab-ci.yml

index 63b5e3ada33a7a631cf50d2dbc0f4fcd54cc6923..283ecc75dd0adefb6c9ebcf1e1549017a21a3a69 100644 (file)
@@ -43,6 +43,8 @@ CONFIG_USB_NET_DRIVERS=y
 CONFIG_USB_RTL8152=y
 CONFIG_USB_NET_AX8817X=y
 CONFIG_USB_NET_SMSC95XX=y
+CONFIG_USB_GADGET=y
+CONFIG_USB_ETH=y
 
 CONFIG_FW_LOADER_COMPRESS=y
 
@@ -63,3 +65,5 @@ CONFIG_PARPORT_SERIAL=y
 CONFIG_SERIAL_8250_DW=y
 CONFIG_CHROME_PLATFORMS=y
 
+#options for Intel devices
+CONFIG_MFD_INTEL_LPSS_PCI=y
index 4c76b72740ca8f761224c781a786f59fd6536053..981711b1e5f8ac1c85690790164be1a2938fcbf7 100644 (file)
@@ -1,5 +1,5 @@
 variables:
-  MESA_LAVA_TAG: "2021-02-11-vkglcts-1.2.5.1"
+  MESA_LAVA_TAG: "2020-02-16-iris"
 
 .kernel+rootfs:
   stage: container-2