From 0771c181b43cf24eb8128e47f08894a51fe76c60 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Sat, 3 Jan 2026 17:43:39 +0100 Subject: [PATCH] genio: don't force `INSTALL_HEADERS=yes` for collabora branch - while it is nice having them, and also a good test of being able to build the headers "board-side", enabling it by default should be a global change, and not specific to genio --- config/sources/families/genio.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/sources/families/genio.conf b/config/sources/families/genio.conf index f4764bf226..5aa9d430fc 100644 --- a/config/sources/families/genio.conf +++ b/config/sources/families/genio.conf @@ -20,7 +20,6 @@ case $BRANCH in declare -g KERNELSOURCE='https://gitlab.collabora.com/mediatek/aiot/linux.git' declare -g KERNELBRANCH='branch:mediatek-next' declare -g EXTRAWIFI="no" - declare -g INSTALL_HEADERS="yes" ;; vendor)