From cc6ad2399ef766d4205086ed171896c604e1306a Mon Sep 17 00:00:00 2001 From: ssiras826 Date: Tue, 23 Jun 2026 11:35:11 +0000 Subject: [PATCH] RDKBACCL-1828: Make 6.12 kernel build changes in wrynose build Reason for change : Added wrynose compat support to this layer Test procedure: None Risk: None Signed-off-by: ssiras826 --- conf/layer.conf | 2 +- recipes-support/gn/gn_git.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 52fa137..613830b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -11,4 +11,4 @@ BBFILE_COLLECTIONS += "rdk-iot" BBFILE_PATTERN_rdk-iot = "^${LAYERDIR}/" BBFILE_PRIORITY_rdk-iot = "5" LAYERVERSION_rdk-iot = "1" -LAYERSERIES_COMPAT_rdk-iot = "kirkstone" \ No newline at end of file +LAYERSERIES_COMPAT_rdk-iot = "kirkstone wrynose" diff --git a/recipes-support/gn/gn_git.bb b/recipes-support/gn/gn_git.bb index e2cb247..372ddf0 100644 --- a/recipes-support/gn/gn_git.bb +++ b/recipes-support/gn/gn_git.bb @@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause & Unicode" LIC_FILES_CHKSUM = "file://LICENSE;md5=0fca02217a5d49a14dfe2d11837bb34d \ file://src/base/third_party/icu/LICENSE;md5=97cdee8fe9e91b393a616bc13c8081db" -SRC_URI = "git://gn.googlesource.com/gn.git;protocol=https" +SRC_URI = "git://gn.googlesource.com/gn.git;protocol=https;branch=main" DEPENDS = "ninja-native" @@ -25,4 +25,4 @@ do_install () { install -D ${B}/gn ${D}${bindir}/gn } -BBCLASSEXTEND = "native" \ No newline at end of file +BBCLASSEXTEND = "native"