diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-11-06 21:29:07 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-07 13:31:26 +0000 |
| commit | 772c998f8440a7f5595aeea7c0e46933de8128b0 (patch) | |
| tree | cce8b83c24f48586347d3b9bf735bbe06c5c52c8 | |
| parent | b40851ec039baf93c6ba56ddf41d42e8da8ff071 (diff) | |
| download | poky-772c998f8440a7f5595aeea7c0e46933de8128b0.tar.gz | |
kern-tools: allow .config to be recognized as a fragment
Integrating the following commit:
Author: Paul Barker <paul@pbarker.dev>
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 <paul@pbarker.dev>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
(From OE-Core rev: 99e51028331ee80ac8b55652ab895636b8b39979)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "\ | |||
| 11 | 11 | ||
| 12 | DEPENDS += "git-replacement-native" | 12 | DEPENDS += "git-replacement-native" |
| 13 | 13 | ||
| 14 | SRCREV = "7160ebe8b865dd6028aef278efa219433db93f7e" | 14 | SRCREV = "cda23df1a86aa89cf1748af6aa5134160c1cca48" |
| 15 | PV = "0.3+git" | 15 | PV = "0.3+git" |
| 16 | 16 | ||
| 17 | inherit native | 17 | inherit native |
