laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/23005 )
Change subject: ttcn3-ggsn-test: add kernel test ...................................................................... Patch Set 2: (1 comment) https://gerrit.osmocom.org/c/docker-playground/+/23005/2/ttcn3-ggsn-test/kernel-config File ttcn3-ggsn-test/kernel-config: https://gerrit.osmocom.org/c/docker-playground/+/23005/2/ttcn3-ggsn-test/kernel-config@5 PS2, Line 5: CONFIG_CC_VERSION_TEXT="gcc (Debian 8.3.0-6) 8.3.0" it might be best to only store those few things we need to enable compared to a defconfig. I think kconfig-diff could be used to generate that. so you could do a 'make defconfig' and then compare the result of that with kconfig-diff in order to obtain which incremental changes are needed. you can then do "make defconfig my-config-fragment.config" during the build process. The point is to not store whatever was the default in 5.11.0-rc6, but to rely on any kernel to know what is a reasonable default, and only apply the changes needed. It might also be an idea to start from 'tinyconfig'. The principle remains the same: don't store the full config but just the diff. -- To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23005 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-Change-Id: I54e752048eed2a170a1cf4e0fd410de255b9de5d Gerrit-Change-Number: 23005 Gerrit-PatchSet: 2 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-CC: laforge <[email protected]> Gerrit-Comment-Date: Fri, 19 Feb 2021 22:44:29 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Gerrit-MessageType: comment
