Skip to content
Snippets Groups Projects
Unverified Commit 90522c5b authored by Rohan Garg's avatar Rohan Garg
Browse files

Use ./config/scripts to toggle config

Let's enable CMA for Mali and ensure that Panfrost is always built
parent 1fca2d21
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,9 @@ build:
- export PATH="/usr/lib/ccache:$PATH"
- ccache -s
- make defconfig
- echo "CONFIG_DRM_GEM_SHMEM_HELPER=y" >> .config
- echo "CONFIG_DRM_SCHED=m" >> .config
- echo "CONFIG_DRM_PANFROST=m" >> .config
- ./scripts/config -e CONFIG_CMA
- ./scripts/config -e CONFIG_DMA_CMA
- ./scripts/config -e CONFIG_DRM_PANFROST
- make -j$(nproc) bindeb-pkg
- mkdir artifacts && dcmd mv ../*.changes artifacts/
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment