mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
scripts/lib/bsp/kernel.py: force patching when branch is machine branch is re-use
When a branch is re-used, the kernel tools turns off any patch pushing unless 'mark patching' is explicitly set. [YOCTO #10674] (From meta-yocto rev: 4f3cd59d76e3d8a43a4460528082c0086bdbba41) Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e707865a6a
commit
cf781e2f9b
@@ -331,6 +331,7 @@ def write_patch_items(scripts_path, machine, patch_items):
|
||||
patch list [${machine}-user-patches.scc].
|
||||
"""
|
||||
f = open_user_file(scripts_path, machine, machine+"-user-patches.scc", "w")
|
||||
f.write("mark patching start\n")
|
||||
for item in patch_items:
|
||||
f.write("patch " + item + "\n")
|
||||
f.close()
|
||||
|
||||
Reference in New Issue
Block a user