Skip to content

RDKBACCL-1499 - Missing packages/recipes in common meta-layers to support EasyMesh integration - #517

Merged
scthunderbolt merged 2 commits into
rdkcentral:developfrom
kpandu987:RDKBACCL-1499_go_changes
Aug 7, 2026
Merged

RDKBACCL-1499 - Missing packages/recipes in common meta-layers to support EasyMesh integration#517
scthunderbolt merged 2 commits into
rdkcentral:developfrom
kpandu987:RDKBACCL-1499_go_changes

Conversation

@kpandu987

Copy link
Copy Markdown
Contributor

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

…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>
Copilot AI review requested due to automatic review settings August 4, 2026 11:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_URI for 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.

Copilot AI review requested due to automatic review settings August 5, 2026 11:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 24 out of 24 changed files in this pull request and generated no new comments.

@scthunderbolt
scthunderbolt merged commit 70e4cae into rdkcentral:develop Aug 7, 2026
4 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants