-
Notifications
You must be signed in to change notification settings - Fork 14
RDKECOREMW-383: add moc miracast hal support #253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
f14d6cf
Deploy cla action
rdkcmf-jenkins 01019fe
Merge tag '4.5.0' into develop
arun-madhavan-013 3935a85
RDKECOREMW-383: add moc miracast hal support
arun-madhavan-013 3e2d515
RDKECOREMW-383: add miracast-hal component version details
arun-madhavan-013 a450f21
RDKECOREMW-383: fix the bitbake WARNINGs
arun-madhavan-013 237e676
RDKECOREMW-383: miracast-hal-raspberrypi4 add missing dependencies
arun-madhavan-013 aab2957
Intake latest miracast hal changes
arun-madhavan-013 f4dca5b
RDKECOREMW-383: disable auto renaming of library package by Yocto
arun-madhavan-013 b0184fe
Merge branch 'feature/RDKECOREMW-383-add-moc-support' of https://gith…
arun-madhavan-013 f530c39
RDKECOREMW-383: Intake miracast-soc component v1.0.1
arun-madhavan-013 cdcacfe
Merge branch 'develop' into feature/action-deploy-for/develop
arun-madhavan-013 eb810b3
Merge pull request #247 from rdkcentral/feature/action-deploy-for/dev…
arun-madhavan-013 6d62774
Merge branch 'develop' into feature/RDKECOREMW-383-add-moc-support
arun-madhavan-013 423c220
Merge pull request #252 from rdkcentral/feature/RDKECOREMW-383-add-mo…
arun-madhavan-013 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: "CLA" | ||
| on: | ||
| issue_comment: | ||
| types: [created] | ||
| pull_request_target: | ||
| types: [opened,closed,synchronize] | ||
|
|
||
| jobs: | ||
| CLA-Lite: | ||
| name: "Signature" | ||
| uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@main | ||
| secrets: | ||
| PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT }} | ||
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| SUMMARY = "Recipe for Miracast HAL" | ||
| LICENSE = "Apache-2.0" | ||
| LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
|
|
||
| SRC_URI = "${CMF_GITHUB_ROOT}/rdkvhal-miracast-raspberrypi4;${CMF_GIT_SRC_URI_SUFFIX}" | ||
|
|
||
| S = "${WORKDIR}/git" | ||
|
|
||
| PROVIDES = "virtual/vendor-miracast-soc" | ||
| RPROVIDES:${PN} = "virtual/vendor-miracast-soc" | ||
|
|
||
| inherit pkgconfig cmake | ||
|
|
||
| DEPENDS = "${@bb.utils.contains('DISTRO_FEATURES', 'gstreamer1', 'gstreamer1.0 gstreamer1.0-plugins-base', 'gstreamer gst-plugins-base', d)}" | ||
| RDEPENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'gstreamer1', 'gstreamer1.0 gstreamer1.0-plugins-base', 'gstreamer gst-plugins-base', d)}" | ||
|
|
||
| # Inhibit Yocto's auto-generation of library package with different name. | ||
| AUTO_LIBNAME_PKGS = "" |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.