<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-multimedia/v4l2apps, branch master</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2026-03-18T21:33:23+00:00</updated>
<entry>
<title>yavta: update to latest git rev</title>
<updated>2026-03-18T21:33:23+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2026-03-13T12:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8b67fc44ffb01c97ac7e7cd63381ff79d1e6d0ef'/>
<id>urn:sha1:8b67fc44ffb01c97ac7e7cd63381ff79d1e6d0ef</id>
<content type='text'>
Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>v4l-utils: upgrade 1.28.1 -&gt; 1.32.0</title>
<updated>2026-03-18T21:33:22+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2026-03-13T12:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6ed795e4fd3f1ad109ad507bff33ffe53dc046d3'/>
<id>urn:sha1:6ed795e4fd3f1ad109ad507bff33ffe53dc046d3</id>
<content type='text'>
ChangeLog:
https://git.linuxtv.org/v4l-utils.git/tree/ChangeLog?h=v4l-utils-1.32.0

License-Update: Remove FSF address[1].

[1] https://git.linuxtv.org/v4l-utils.git/commit/?id=dc81a361e22ce71a454ad63a6ede725b97cc26ce

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>v4l-utils: Add HOMEPAGE variable</title>
<updated>2025-12-10T16:58:48+00:00</updated>
<author>
<name>Weisser, Pascal</name>
<email>pascal.weisser.ext@karlstorz.com</email>
</author>
<published>2025-12-10T10:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5f933c8988a17da5f38eb24474bffaf16a6041d6'/>
<id>urn:sha1:5f933c8988a17da5f38eb24474bffaf16a6041d6</id>
<content type='text'>
Add HOMEPAGE variable to v4l-utils recipe.

Signed-off-by: Weisser, Pascal &lt;pascal.weisser.ext@karlstorz.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>v4l-utils: Fix QA and build errors related to _TIME_BITS on 32-bit</title>
<updated>2025-07-28T21:36:25+00:00</updated>
<author>
<name>Jiaying Song</name>
<email>jiaying.song.cn@windriver.com</email>
</author>
<published>2025-07-28T14:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=77b291c7c16b72714acbc3ffe9d706fe5fcd3d00'/>
<id>urn:sha1:77b291c7c16b72714acbc3ffe9d706fe5fcd3d00</id>
<content type='text'>
* Remove GLIBC_64BIT_TIME_FLAGS="" to enable _TIME_BITS=64 by default,
  which avoids the following QA issue during builds on 32-bit systems:

  WARNING: lib32-v4l-utils-1.24.1+git-r0 do_package_qa: QA Issue: /usr/bin/cec-compliance uses 32-bit api 'time'

* Undefine _TIME_BITS to fix the build error:

  /usr/include/features-time64.h:26:5: error: #error "_TIME_BITS=64 is allowed only with _FILE_OFFSET_BITS=64"

Signed-off-by: Jiaying Song &lt;jiaying.song.cn@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-openembedded/all: adapt to UNPACKDIR changes</title>
<updated>2025-06-25T13:44:52+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex@linutronix.de</email>
</author>
<published>2025-06-20T14:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3'/>
<id>urn:sha1:fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3</id>
<content type='text'>
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>v4l-utils: upgrade 1.26.1 -&gt; 1.28.1</title>
<updated>2024-09-17T06:01:21+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2024-09-17T04:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fb0a09613de7b3f65ed0abd035696d8b76dc43f1'/>
<id>urn:sha1:fb0a09613de7b3f65ed0abd035696d8b76dc43f1</id>
<content type='text'>
ChangeLog:
https://git.linuxtv.org/v4l-utils.git/tree/ChangeLog?h=v4l-utils-1.28.1

* Drop backport patch
* Add UPSTREAM_CHECK_GITTAGREGEX

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>yavta: Upgrade SRCREV to include 64bit time_t print format errors</title>
<updated>2024-09-14T15:43:55+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-09-14T15:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fe6e82649a8b206a5c3d464957ad13228ddd89b6'/>
<id>urn:sha1:fe6e82649a8b206a5c3d464957ad13228ddd89b6</id>
<content type='text'>
Thanks Martin to point the latest commit, see [1]

[1] https://git.ideasonboard.org/yavta.git/commit/?id=52c975e5542504ac10bed8b1d68df5c75951d202

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Cc: Martin Jansa &lt;martin.jansa@gmail.com&gt;
Cc: Ryan Eatmon &lt;reatmon@ti.com&gt;
Cc: Einar Jon Gunnarsson &lt;tolvupostur@gmail.com&gt;
</content>
</entry>
<entry>
<title>v4l-utils: Install media ctrl pkgconfig files</title>
<updated>2024-09-11T13:50:25+00:00</updated>
<author>
<name>Einar Gunnarsson</name>
<email>tolvupostur@gmail.com</email>
</author>
<published>2024-09-10T12:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b3f53080fc58bc2c4ca8a8756f15497591c70b27'/>
<id>urn:sha1:b3f53080fc58bc2c4ca8a8756f15497591c70b27</id>
<content type='text'>
Commit 5f453c3401e20eb5489fac4d3b54a5bf96d019ab installs
libraries but without the pkgconfig files, making them harder to link
to. This adds pkgconfig files for these libraries

Signed-off-by: Einar Jon Gunnarsson &lt;tolvupostur@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>yavta: Update to kernel 6.8</title>
<updated>2024-09-10T14:20:42+00:00</updated>
<author>
<name>Einar Gunnarsson</name>
<email>tolvupostur@gmail.com</email>
</author>
<published>2024-09-10T12:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f3f3e9b1b451a4b33ca65d504faddc958152643f'/>
<id>urn:sha1:f3f3e9b1b451a4b33ca65d504faddc958152643f</id>
<content type='text'>
Additional changes:
Use https protocol for git fetch
Build with meson

Signed-off-by: Einar Jon Gunnarsson &lt;tolvupostur@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>yavta: Add UPSTREAM_CHECK_COMMITS</title>
<updated>2024-08-09T21:25:11+00:00</updated>
<author>
<name>Yoann Congal</name>
<email>yoann.congal@smile.fr</email>
</author>
<published>2024-07-19T15:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8746389fe0569f270c63bde613fb7e8f79bd44d1'/>
<id>urn:sha1:8746389fe0569f270c63bde613fb7e8f79bd44d1</id>
<content type='text'>
Upstream repo does not tag so, use UPSTREAM_CHECK_COMMITS to detect
upstream updates.

Signed-off-by: Yoann Congal &lt;yoann.congal@smile.fr&gt;
Reviewed-by: Alexandre Truong &lt;alexandre.truong@smile.fr&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
