@@ -1137,8 +1137,9 @@ def process(kerneldir, copy_list_file, git_revision=None,
f.write('source "backports/Kconfig"\n')
f.close()
git_debug_snapshot(args, "hooked backport to top level Kconfig")
+ patchdir = 'integration-patches/%s.%s/' % (rel_specs['VERSION'], rel_specs['PATCHLEVEL'])
- failure = apply_patches(args, "integration", source_dir, 'integration-patches/',
+ failure = apply_patches(args, "integration", source_dir, patchdir,
bpid.project_dir, logwrite)
if failure:
return failure
similarity index 100%
rename from integration-patches/0001-enable-backports/0001-enable-backports-built-in.patch
rename to integration-patches/4.19/0001-enable-backports/0001-enable-backports-built-in.patch
The integration patches are applied to the target kernel, so really need to be versioned accordingly. Signed-off-by: Thomas Pedersen <thomas@adapt-ip.com> --- gentree.py | 3 ++- .../0001-enable-backports/0001-enable-backports-built-in.patch | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename integration-patches/{ => 4.19}/0001-enable-backports/0001-enable-backports-built-in.patch (100%)