TG-332: Adding github action to build linux kernel on branch tg-v6.18#65
Merged
himanshus2025 merged 3 commits intotg-v6.18from Dec 8, 2025
Merged
TG-332: Adding github action to build linux kernel on branch tg-v6.18#65himanshus2025 merged 3 commits intotg-v6.18from
himanshus2025 merged 3 commits intotg-v6.18from
Conversation
Co-authored-by: Himanshu Sharma <himanshus@vm-sw-himanshus-workstation.ceragon.com>
b6cb9d2 to
cace66a
Compare
| @@ -0,0 +1,342 @@ | |||
| CONFIG_LOCALVERSION="-yocto-standard" | |||
There was a problem hiding this comment.
this is not the latest defconfig, see https://github.com/siklu/devices/blob/master/meta-tg-siklu/recipes-kernel/linux-arm64/files/siklu_arm64_defconfig
Author
There was a problem hiding this comment.
I will update this, thanks for catching
| dtb-$(CONFIG_ARCH_MVEBU) += armada-8040-mcbin.dtb | ||
| dtb-$(CONFIG_ARCH_MVEBU) += armada-8040-mcbin-singleshot.dtb | ||
| dtb-$(CONFIG_ARCH_MVEBU) += armada-8040-puzzle-m801.dtb | ||
| dtb-$(CONFIG_ARCH_MVEBU) += armada-8040-n366.dtb |
There was a problem hiding this comment.
if we remove these entries, how will the DTBs compile when built from devices?
Author
There was a problem hiding this comment.
devices(yocto) does it separately , I had discussion with @shmuelhazan & @astrunin on this concern. .#61
astrunin
approved these changes
Dec 8, 2025
adrian-nicolau
added a commit
that referenced
this pull request
Dec 9, 2025
…-ath12k-next (#65) --------- Co-authored-by: Himanshu Sharma <himanshus@vm-sw-himanshus-workstation.ceragon.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
TG-332: Adding github action to build linux kernel on branch tg-v6.18