-
Notifications
You must be signed in to change notification settings - Fork 178
Update camxlib to the latest revision #1420
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
base: master
Are you sure you want to change the base?
Conversation
dynamic-layers/openembedded-layer/recipes-multimedia/camx/camxlib-kodiak_1.0.6.bb
Outdated
Show resolved
Hide resolved
| # By default, when a package contains only one shared librarie at ${libdir}, | ||
| # the Yocto/OE 'debian' class may auto-rename runtime and -dev packages based on | ||
| # the library SONAME , instead of keeping the recipe’s ${PN} / ${PN}-dev names. | ||
| # Disable Debian-style automatic library package renaming for this recipe. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are describing known facts. Why do we want ${PN} not to be renamed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add below comment instead of above ?
"Disable Debian-style automatic library package renaming.
Even though this recipe installs a shared library, we want to keep the
package names based on ${PN} instead of allowing auto-renaming to lib.
This ensures stable package names for dependencies, feeds, and upgrade paths,
and avoids breaking recipes or components that explicitly RDEPENDS on ${PN}"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should already be doing a RPROVIDES on PN so this shouldn't be causing failure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should already be doing a
RPROVIDESonPNso this shouldn't be causing failure.
did get, do we need to remove "DEBIAN_NOAUTONAME:${PN} = "1""?
dynamic-layers/openembedded-layer/recipes-multimedia/camx/camxlib-kodiak_1.0.6.bb
Outdated
Show resolved
Hide resolved
|
Can you replace 'latest' with 260120 in your commit message? Looking back at the meta-qcom git history there will be a bunch of "update to latest", where latest is just relevant at a certain point in time. |
Introduce the development package to export necessary headers and shared objects required by GST plugin and QMMF. Signed-off-by: Ganesh Khose <gkhose@qti.qualcomm.com>
Introduce the development package to export necessary headers and shared objects required by GST plugin and QMMF. Signed-off-by: Ganesh Khose <gkhose@qti.qualcomm.com>
nhx.sh and JSON is a generic files, so created separate package for it. nhx.sh is used to validate camera Preview usecase. Signed-off-by: Ganesh Khose <gkhose@qti.qualcomm.com>
8c7388d to
d2e36e5
Compare
updated |
Test run workflowTest jobs for commit d2e36e5
|
Test Results 13 files 13 suites 28m 29s ⏱️ Results for commit d2e36e5. |
camxlib-kodiak: update to the latest revision.
camxlib-lemans: update to the latest revision.
introduce the development package to export necessary headers and shared objects required by GST plugin and QMMF.
create camx-nhx as separate package.