RDKBACCL-1499 - Missing packages/recipes in common meta-layers to support EasyMesh integration - #517
Merged
scthunderbolt merged 2 commits intoAug 7, 2026
Conversation
…port EasyMesh integration Reason for change : Moved go recipes and related files from cmf-bananapi layer to cmf-broadband layer. so, deleted these files from cmf-bananapi layer Test Procedure: Build successful Risks: Low Signed-off-by: keerthana.p <keerthana_pandurangan@comcast.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the Go 1.24.4 recipes, related .inc include files, and Go source patch set from meta-rdk-mtk-bpir4 in this layer, consistent with the PR description that these Go recipes/files have been moved to the cmf-broadband layer.
Changes:
- Removed Go 1.24.4 BitBake recipes and shared include files (
go_1.24.4.bb,go-runtime, cross/crosssdk variants, common inc). - Removed the Go build/behavior patch series previously applied via
SRC_URIfor this layer’s Go recipe. - Removed Go target/runtime packaging/install includes that staged Go toolchains into the image/SDK from this layer.
Reviewed changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| meta-rdk-mtk-bpir4/recipes-devtools/go/go/6d265b008e3d106b2706645e5a88cd8e2fb98953.patch | Removed Go linker patch from this layer (part of moved Go patchset). |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go/0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch | Removed Go patch from this layer (part of moved Go patchset). |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go/0009-go-Filter-build-paths-on-staticly-linked-arches.patch | Removed Go reproducibility patch from this layer (part of moved Go patchset). |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go/0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch | Removed Go build behavior patch from this layer (part of moved Go patchset). |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go/0007-exec.go-filter-out-build-specific-paths-from-linker-.patch | Removed Go linker flags filtering patch from this layer (part of moved Go patchset). |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch | Removed OE-specific Go patch from this layer (part of moved Go patchset). |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go/0005-cmd-dist-separate-host-and-target-builds.patch | Removed OE cross-build support patch from this layer (part of moved Go patchset). |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch | Removed Go bootstrap CC override patch from this layer (part of moved Go patchset). |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch | Removed Go shared library soname patch from this layer (part of moved Go patchset). |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go/0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch | Removed Go tool dir override patch from this layer (part of moved Go patchset). |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch | Removed Go action-id/reproducibility patch from this layer (part of moved Go patchset). |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go-target.inc | Removed Go target recipe include from this layer. |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go-runtime.inc | Removed Go runtime recipe include from this layer. |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go-runtime_1.24.4.bb | Removed Go runtime recipe from this layer. |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go-crosssdk.inc | Removed Go crosssdk include from this layer. |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go-crosssdk_1.24.4.bb | Removed Go crosssdk recipe from this layer. |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go-cross.inc | Removed Go cross include from this layer. |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go-cross-canadian.inc | Removed Go cross-canadian include from this layer. |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go-cross-canadian_1.24.4.bb | Removed Go cross-canadian recipe from this layer. |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go-cross_1.24.4.bb | Removed Go cross recipe from this layer. |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go-common.inc | Removed Go common metadata/include from this layer. |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go-binary-native_1.24.4.bb | Removed Go upstream-binary bootstrap recipe from this layer. |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go-1.24.4.inc | Removed Go 1.24.4 source recipe include (including patch SRC_URI) from this layer. |
| meta-rdk-mtk-bpir4/recipes-devtools/go/go_1.24.4.bb | Removed Go compiler/target recipe from this layer. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cpokuru
approved these changes
Aug 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reason for change : Moved go recipes and related files from cmf-bananapi layer to cmf-broadband layer.
so, deleted these files from cmf-bananapi layer
Test Procedure: Build successful
Risks: Low