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

Ryan Eatmon <[email protected]> Tue, 28 Jul 2026 15:13:21 -0500
Newsgroups org.yoctoproject.lists.meta-arago
Message-ID <[email protected]>
Signed-off-by: Ryan Eatmon <[email protected]>
---
 src/bin/convert.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
             }
-- 
2.43.0