[Backport wrynose] Add xdp-tools and rtc-testbench recipes#2678
Closed
Raj (raj-patel412) wants to merge 2 commits into
Closed
[Backport wrynose] Add xdp-tools and rtc-testbench recipes#2678Raj (raj-patel412) wants to merge 2 commits into
Raj (raj-patel412) wants to merge 2 commits into
Conversation
Import xdp-tools 1.6.3 from meta-openembedded/meta-oe. This is a wrynose-only change. xdp-tools is needed for Qualcomm Linux wrynose, but cannot be backported through meta-openembedded for this stable branch. Carry the recipe in meta-qcom so wrynose builds can use it without requiring unsupported changes in meta-oe. Place it under the openembedded-layer dynamic layer because it was imported from meta-oe and should only be exposed when meta-oe is present in BBLAYERS. Signed-off-by: Rajkumar Patel <patel.rajkumar@oss.qualcomm.com>
Import rtc-testbench 5.4 from meta-openembedded/meta-oe. This is a wrynose-only change. rtc-testbench is needed for Qualcomm Linux wrynose, but cannot be backported through meta-openembedded for this stable branch. Carry the recipe in meta-qcom so wrynose builds can use it without requiring unsupported changes in meta-oe. Place it under the openembedded-layer dynamic layer because it was imported from meta-oe, depends on xdp-tools, and should only be exposed when meta-oe is present in BBLAYERS. Signed-off-by: Rajkumar Patel <patel.rajkumar@oss.qualcomm.com>
Dmitry Baryshkov (lumag)
requested changes
Jul 4, 2026
Dmitry Baryshkov (lumag)
left a comment
Contributor
There was a problem hiding this comment.
Wrong layer and wrong place. It has nothing to do with the BSP layer.
I
Yesterday I have pushed a correct implementation to qualcomm-linux/meta-qcom-distro#386
Closing this one.
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.
Add xdp-tools and rtc-testbench recipes under the
openembedded-layer dynamic layer for wrynose.
These recipes are imported from meta-openembedded/meta-oe because they are
needed for Qualcomm Linux wrynose, but cannot be backported through
meta-openembedded for this stable branch.
rtc-testbench depends on libxdp from xdp-tools, so both recipes are carried
together in meta-qcom. The recipes are placed under
dynamic-layers/openembedded-layer so they are only exposed when meta-oe is
present in BBLAYERS.
Imported from meta-openembedded/meta-oe: