From: Bruce Ashfield <[email protected]> Integrating the following commit:
Author: Paul Barker <[email protected]> Date: Wed Oct 2 10:01:29 2024 +0000 spp: Allow .config extension for config fragments The config fragments present in the upstream Linux kernel use the .config extension, for example arch/riscv/configs/32-bit.config or kernel/configs/hardening.config. To allow these to be easily used without having to copy or rename them, extend spp to support both .cfg and .config file extensions. Signed-off-by: Paul Barker <[email protected]> Signed-off-by: Bruce Ashfield <[email protected]> Signed-off-by: Bruce Ashfield <[email protected]> --- meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index 8eff00821a..98dd89f585 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "\ DEPENDS += "git-replacement-native" -SRCREV = "7160ebe8b865dd6028aef278efa219433db93f7e" +SRCREV = "cda23df1a86aa89cf1748af6aa5134160c1cca48" PV = "0.3+git" inherit native -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#206806): https://lists.openembedded.org/g/openembedded-core/message/206806 Mute This Topic: https://lists.openembedded.org/mt/109437820/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
