diff mbox series

[oe-layersetup,master] convert.pl: Add wrynose as a valid branch

Message ID 20260728201321.2868763-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [oe-layersetup,master] convert.pl: Add wrynose as a valid branch | expand

Commit Message

Ryan Eatmon July 28, 2026, 8:13 p.m. UTC
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 src/bin/convert.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/src/bin/convert.pl b/src/bin/convert.pl
index f8928d0..7a9ced4 100755
--- a/src/bin/convert.pl
+++ b/src/bin/convert.pl
@@ -142,7 +142,7 @@  sub convert_config
     {
         if ($lpLine =~ /meta-ti/)
         {
-            if ($lpLine =~ /(kirkstone|scarthgap|master)/)
+            if ($lpLine =~ /(kirkstone|scarthgap|wrynose|master)/)
             {
                 $loMatchBranch = 1;
             }