[gnome-continuous-yocto/gnomeostree-3.28-rocko: 121/8267] scripts/lib/bsp/kernel.py: force patching when branch is machine branch is re-use



commit 912e372bd3097b1475df2689f9aec88dd3198976
Author: Leonardo Sandoval <leonardo sandoval gonzalez linux intel com>
Date:   Mon Apr 25 09:40:22 2016 +0000

    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 #9120]
    
    (From meta-yocto rev: 427f5473722e15e288cbce251a9ce18989c23548)
    
    Signed-off-by: Leonardo Sandoval <leonardo sandoval gonzalez linux intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 scripts/lib/bsp/kernel.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/scripts/lib/bsp/kernel.py b/scripts/lib/bsp/kernel.py
index ba68b60..0783228 100644
--- a/scripts/lib/bsp/kernel.py
+++ b/scripts/lib/bsp/kernel.py
@@ -333,6 +333,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()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]