gst-sample-apps: Update package config and enable sample apps packaging#1530
gst-sample-apps: Update package config and enable sample apps packaging#1530muthumul wants to merge 2 commits intoqualcomm-linux:masterfrom
Conversation
dynamic-layers/openembedded-layer/recipes-multimedia/imsdk/gst-plugins-imsdk_%.bbappend
Outdated
Show resolved
Hide resolved
|
Missing SoB / DCO. |
|
Added a couple of more changes, will raise this on the latest changes. |
|
Please don't close the PRs just to add more changes |
ac4ec83 to
0c32b9c
Compare
|
Please rebase as there is now a conflict. |
lumag
left a comment
There was a problem hiding this comment.
Signed-off-by: muthumul muthumul@qti.qualcomm.com
muthumul is not your name.
f7c313f to
8667de7
Compare
I have updated it. Thank you for pointing it out. |
|
Sorry closed it by mistake. |
I have rebased the changes on the latest pull. |
| do_split_packages(d, imsdk_root, r'([^/]+)/modules/[^/]+\.so', d.expand('${PN}-%s-modules'), 'IMSDK runtime modules for %s plugin', recursive=True, extra_depends='', match_path=True) | ||
|
|
||
| # Qualcomm Gstreamer sample apps binaries | ||
| do_split_packages(d, bindir, r'^(.*)$', d.expand('${PN}-bin-%s'), 'Qualcomm Gstreamer Sample Apps Executable %s for $|{PN}', extra_depends='') |
There was a problem hiding this comment.
What will this description expand to? Qualcomm Gstreamer Sample Apps Executable gst-weston-composition-example for $PN? This doesn't sound right.
There was a problem hiding this comment.
I have removed this split logic entirely. Thank you.
The commit message should start with |
Not completely:
|
I have updated in the signed-off-by, right? Can you please tell me where else I need to make this change? Thank you. |
You have 'sample-apps:', please use 'gst-plugins-imsdk:' instead. |
Author field is still wrong . There is a argument to set it to the correct value. |
196dd61 to
71d3409
Compare
Is it --author? I have added it. |
I have made the change. Thank you. |
Thanks for pointing it out. I have updated the commit message accordingly. |
71d3409 to
d44c266
Compare
021fd2c to
c1e40d8
Compare
dynamic-layers/openembedded-layer/recipes-multimedia/imsdk/gst-plugins-imsdk_%.bbappend
Show resolved
Hide resolved
5e51510 to
ebb4219
Compare
Hey @lumag ,
Please let me know if I have made change correctly. Because I can see that my actual name is appearing as the author. Thank you. |
|
@muthumul you will be told if something is incorrect. If there are no additional comments, then it's fine. |
|
Fails to build: |
…AGECONFIG
Added ${PN}-configs package to install sample app configuration files under ${sysconfdir}/configs/.
Introduced 'sample-apps' PACKAGECONFIG option in gst-plugins-imsdk to allow enabling sample applications
when required.
Signed-off-by: Muthumula Sai Harshith Reddy <muthumul@qti.qualcomm.com>
Enabled the sample-apps option in PACKAGECONFIG, but only when meta-oe is part of the layer stack. This allows the sample applications to be built. Signed-off-by: Muthumula Sai Harshith Reddy <muthumul@qti.qualcomm.com>
ebb4219 to
370c7b3
Compare

This updates the IMSDK GStreamer plugin packaging and configuration to properly include the sample applications and ensure correct installation.