<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb, branch styhead-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2022-10-22T23:01:22+00:00</updated>
<entry>
<title>libcamera: upgrade -&gt; 0.0.1</title>
<updated>2022-10-22T23:01:22+00:00</updated>
<author>
<name>Markus Volk</name>
<email>f_l_k@t-online.de</email>
</author>
<published>2022-10-22T13:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1032bce77885f20afb40fff4ed430167c75db59b'/>
<id>urn:sha1:1032bce77885f20afb40fff4ed430167c75db59b</id>
<content type='text'>
libcamera has recently received its first release.
Note: meta-raspberrypi needs to adjust the name of libcamera.bbappend

Signed-off-by: Markus Volk &lt;f_l_k@t-online.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcamera: Remove boost from DEPENDS</title>
<updated>2022-10-10T03:07:29+00:00</updated>
<author>
<name>Devendra Tewari</name>
<email>devendra.tewari@gmail.com</email>
</author>
<published>2022-10-09T23:34:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5c59497531a168fd1d8c59cf13eb9a34be5e94ec'/>
<id>urn:sha1:5c59497531a168fd1d8c59cf13eb9a34be5e94ec</id>
<content type='text'>
Signed-off-by: Devendra Tewari &lt;devendra.tewari@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcamera: Bump SRCREV and add libyaml to DEPENDS</title>
<updated>2022-10-04T16:29:47+00:00</updated>
<author>
<name>Devendra Tewari</name>
<email>devendra.tewari@gmail.com</email>
</author>
<published>2022-10-04T12:50:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9ab32b214b54a58baf49a725dddf1c720d4195d1'/>
<id>urn:sha1:9ab32b214b54a58baf49a725dddf1c720d4195d1</id>
<content type='text'>
Signed-off-by: Devendra Tewari &lt;devendra.tewari@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcamera: fix packaging</title>
<updated>2022-05-12T16:16:11+00:00</updated>
<author>
<name>Julien STEPHAN</name>
<email>jstephan@baylibre.com</email>
</author>
<published>2022-05-11T08:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3de996474e0b7fdff1d265fcad747bd60851b1eb'/>
<id>urn:sha1:3de996474e0b7fdff1d265fcad747bd60851b1eb</id>
<content type='text'>
libcamera.so.0 and libcamera-base.so.0 are packaged in ${PN}-dev although
they should be packaged in ${PN}. See poky/meta/conf/bitbake.conf.
This trigger the following error when trying to run the `cam` utility
(packaged inside ${PN}):

$ cam -l
cam: error while loading shared libraries: libcamera.so.0: cannot open shared object file: No such file or directory

$ read-elf -d /usr/bin/cam
Dynamic section at offset 0x2c740 contains 37 entries:
  Tag        Type                         Name/Value
 0x0000000000000001 (NEEDED)             Shared library: [libcamera.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libcamera-base.so.0]
[...]

So package libcamera is broken and need to be installed along with
libcamera-dev to be functionnal. Fix it by packaging libcamera.so.0 and
libcamera-base.so.0 into ${PN}

Signed-off-by: Julien STEPHAN &lt;jstephan@baylibre.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Update LICENSE variable to use SPDX license identifiers</title>
<updated>2022-03-05T01:41:45+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2022-03-04T08:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4b50fb02cc043d93b3b86144894d8ed95268b19e'/>
<id>urn:sha1:4b50fb02cc043d93b3b86144894d8ed95268b19e</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "libcamera: add pkg-config files"</title>
<updated>2022-02-23T17:25:19+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2022-02-22T16:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e6e72ed4c49e7162569892c151e2273acffeccbd'/>
<id>urn:sha1:e6e72ed4c49e7162569892c151e2273acffeccbd</id>
<content type='text'>
This reverts commit 606eaedc8cb3eef1010f25679569d48c2681758f.
</content>
</entry>
<entry>
<title>libcamera: add pkg-config files</title>
<updated>2022-02-22T16:30:51+00:00</updated>
<author>
<name>Devendra Tewari</name>
<email>devendra.tewari@gmail.com</email>
</author>
<published>2022-02-21T16:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=606eaedc8cb3eef1010f25679569d48c2681758f'/>
<id>urn:sha1:606eaedc8cb3eef1010f25679569d48c2681758f</id>
<content type='text'>
Signed-off-by: Devendra Tewari &lt;devendra.tewari@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcamera: update meson options to build pipeline handlers &amp; cam utility</title>
<updated>2022-02-03T16:44:32+00:00</updated>
<author>
<name>Peter Griffin</name>
<email>peter.griffin@linaro.org</email>
</author>
<published>2022-02-01T20:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ea6d967dbe396072b5ba58331bb07252c3c449c4'/>
<id>urn:sha1:ea6d967dbe396072b5ba58331bb07252c3c449c4</id>
<content type='text'>
Enable uvcvideo, simple, and vimc pipeline handlers in libcamera. Without
any pipeline handlers libcamera can't capture any frames.

Also enable cam utility with is a cli utility that can use the library to
capture some frames.

Signed-off-by: Peter Griffin &lt;peter.griffin@linaro.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcamera: Update to latest commit</title>
<updated>2021-12-08T19:12:23+00:00</updated>
<author>
<name>Mauro Anjo</name>
<email>maurosanjo@gmail.com</email>
</author>
<published>2021-12-06T19:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b450b0bb822107c29902357dfaf0b77760b887fe'/>
<id>urn:sha1:b450b0bb822107c29902357dfaf0b77760b887fe</id>
<content type='text'>
Drop patch for musl/aarch64 and bump source commit to latest version that
has the patch applied.

Signed-off-by: Mauro Anjo &lt;maurosanjo@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcamera: Fix build break on musl</title>
<updated>2021-12-01T20:39:28+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-12-01T20:16:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=260968790546acce067ab1265f53ceb40791dfa1'/>
<id>urn:sha1:260968790546acce067ab1265f53ceb40791dfa1</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
