Skip to content
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

[scarthgap] libcamera_0.2.0.bb is broken #919

Open
thomas-roos opened this issue Jan 15, 2025 · 4 comments
Open

[scarthgap] libcamera_0.2.0.bb is broken #919

thomas-roos opened this issue Jan 15, 2025 · 4 comments

Comments

@thomas-roos
Copy link
Contributor

libcamera_0.2.0.bb is broken on scarthgap, backporting (drop in replacement) of libcamera_0.4.0.bb fixed this for me.
Related, same issues: raspberrypi/rpicam-apps#654
Was testing on a Raspberry Pi 2 Zero W with Cam module V3.
I suggest to backport libcamera_0.4.0.bb from master.
This worked seamless for me without any additional change.
Thank you!

@kraj
Copy link
Contributor

kraj commented Jan 15, 2025

@thomas-roos thats perhaps fine to have an exception, would you mind creating a PR or send the patch to ML ?

@thomas-roos
Copy link
Contributor Author

@kraj will do. Ty!

@thomas-roos
Copy link
Contributor Author

Did send it: https://lists.openembedded.org/g/openembedded-devel/message/114996
Think I did something wrong with the command?
git send-email --to [email protected] --subject-prefix='meta-multimedia] [scarthgap] [PATCH' 0001-libcamera-backport-0.4.0-from-master-next.patch
-> what does produce the correct header?

@thomas-roos
Copy link
Contributor Author

Ok, learned that I need to create the patch with correct subject line and correct escaping.
This should do it:

git format-patch -1 --subject-prefix='meta-multimedia] [scarthgap] [PATCH'
git send-email --to [email protected] 0001-libcamera-backport-0.4.0-from-master-next.patch

Did send again: https://lists.openembedded.org/g/openembedded-devel/message/115002
Thank you!

github-actions bot pushed a commit to Boeing/meta-openembedded-contrib that referenced this issue Feb 4, 2025
This is done because libcamera 0.2. is broken,
probablay because of 0001-rpi-Use-alloca-instead-of-variable-length-arrays.patch
Tested good with upstream version.

See more details here:
openembedded/meta-openembedded#919
and here:
raspberrypi/rpicam-apps#654

Signed-off-by: Thomas Roos <[email protected]>
Signed-off-by: Armin Kuster <[email protected]>
jpuhlman pushed a commit to MontaVista-OpenSourceTechnology/meta-openembedded that referenced this issue Feb 11, 2025
Source: meta-openembedded
MR: 170678
Type: Integration
Disposition: Merged from meta-openembedded
ChangeID: 0bd3f27
Description:

This is done because libcamera 0.2. is broken,
probablay because of 0001-rpi-Use-alloca-instead-of-variable-length-arrays.patch
Tested good with upstream version.

See more details here:
openembedded#919
and here:
raspberrypi/rpicam-apps#654

Signed-off-by: Thomas Roos <[email protected]>
Signed-off-by: Armin Kuster <[email protected]>
Signed-off-by: Jeremy A. Puhlman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants