<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/dynamic-layers, branch scarthgap-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-08-02T17:37:04+00:00</updated>
<entry>
<title>kmsxx: Revert to using original name for kmstest</title>
<updated>2025-08-02T17:37:04+00:00</updated>
<author>
<name>Swamil Jain</name>
<email>s-jain1@ti.com</email>
</author>
<published>2025-07-21T17:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=958ef90ab0e83ba7cdc8b1a4abcc34fb2b1d5c0e'/>
<id>urn:sha1:958ef90ab0e83ba7cdc8b1a4abcc34fb2b1d5c0e</id>
<content type='text'>
Earlier both libdrm[1] and kmsxx[2] projects used to provide a binary
program called kmstest. To avoid the clash, the kmsxx recipe was
updated to rename this binary to kmsxxtest during installation. However
libdrm project has now removed kmstest[3] and hence there is no clash
in naming anymore, so revert back to original name of binary i.e.
kmstest.

[1]: https://gitlab.freedesktop.org/mesa/libdrm.git
[2]: https://github.com/tomba/kmsxx
[3]: https://gitlab.freedesktop.org/mesa/libdrm.git
commit: 2b997bb4bb688be00620887c8646ff24ccb9396b

Signed-off-by: Swamil Jain &lt;s-jain1@ti.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>mongodb: update to 4.4.29</title>
<updated>2025-03-27T18:04:48+00:00</updated>
<author>
<name>Awais Belal</name>
<email>awais.belal@gmail.com</email>
</author>
<published>2025-03-07T09:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fdd18949760a1a178903eabdcdd18f6838fd0bbb'/>
<id>urn:sha1:fdd18949760a1a178903eabdcdd18f6838fd0bbb</id>
<content type='text'>
Move on to 4.4.29 and drop a patch that is not applicable anymore.

Signed-off-by: Awais Belal &lt;awais.belal@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>netplan: Fix CVE-2022-4968</title>
<updated>2025-03-23T19:29:29+00:00</updated>
<author>
<name>Jinfeng Wang</name>
<email>jinfeng.wang.cn@windriver.com</email>
</author>
<published>2025-03-19T03:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f23c8d7362aa8b23a18e38ccfb22b6ed666dab07'/>
<id>urn:sha1:f23c8d7362aa8b23a18e38ccfb22b6ed666dab07</id>
<content type='text'>
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2022-4968

Upstream-patch:
https://github.com/canonical/netplan/commit/4c39b75b5c6ae7d976bda6da68da60d9a7f085ee

Signed-off-by: Jinfeng Wang &lt;jinfeng.wang.cn@windriver.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>mongodb: fix build with python 3.12</title>
<updated>2025-03-08T00:40:51+00:00</updated>
<author>
<name>Awais Belal</name>
<email>awais.belal@gmail.com</email>
</author>
<published>2025-03-07T09:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=edd1a1e284fdcb80cd48d411f235d47f23bc27ae'/>
<id>urn:sha1:edd1a1e284fdcb80cd48d411f235d47f23bc27ae</id>
<content type='text'>
The moduleconfig.py build script uses the 'imp' module which
is deprecated in favor of 'importlib' in python 3.12. This fixes
the build issue by replacing the affected portion of the code
and the package now builds fine on hosts with python 3.12.

Signed-off-by: Awais Belal &lt;awais.belal@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>android-tools: Create flag file /etc/usb-debugging-enabled</title>
<updated>2024-10-06T11:15:08+00:00</updated>
<author>
<name>Dmitry Baryshkov</name>
<email>dmitry.baryshkov@linaro.org</email>
</author>
<published>2024-09-24T06:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=145ae5af9ef45f566f07751a2c2ea6c224e71a24'/>
<id>urn:sha1:145ae5af9ef45f566f07751a2c2ea6c224e71a24</id>
<content type='text'>
Location of the file that systemd uses to check whether to
start adbd or not has been updated from /var to /etc in
android-tools-adbd.service. This change changes the path
of creation of usb-debugging-enabled flag file in
android-tools recipes from /var/usb-debugging-enabled to
/etc/usb-debugging-enabled

Backport-of: 2a3d4be9994e ("android-tools: create flag flag file for adbd at a proper location")
Fixes: a29c6386d576 ("android-toold-adbd: Fix inconsistency between selinux configurations")
Fixes: 8106cfe769aa ("android-tools-adbd.service: Change /var to /etc in ConditionPathExists")
Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;
Signed-off-by: Raghuvarya S &lt;quic_raghuvar@quicinc.com&gt;
Acked-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>android-toold-adbd: Fix inconsistency between selinux configurations</title>
<updated>2024-10-06T11:14:36+00:00</updated>
<author>
<name>Raghuvarya S</name>
<email>quic_raghuvar@quicinc.com</email>
</author>
<published>2024-09-24T06:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ebad6c98e2bde6ed770b4ae9dd074f760b917be4'/>
<id>urn:sha1:ebad6c98e2bde6ed770b4ae9dd074f760b917be4</id>
<content type='text'>
ConditionPathExists is set to /etc/usb-debugging-enabled as part of
meta-oe/recipes-devtools/android-tools/android-tools/android-tools-
-adbd.service file. However, in meta-oe/dynamic-layers/selinux/
recipes-devtool/android-tools/android-tools/android-tools-adbd.service
file ConditionPathExists is set to /var/usb-debugging-enabled
This causes an internal inconsistency between selinux-enabled and
selinux-disabled configurations.

Backport-of: a29c6386d576 ("android-toold-adbd: Fix inconsistency between selinux configurations")
Reported-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;
Signed-off-by: Raghuvarya S &lt;quic_raghuvar@quicinc.com&gt;
Acked-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>netplan: add missing runtime dependencies</title>
<updated>2024-08-21T20:45:37+00:00</updated>
<author>
<name>Esben Haabendal</name>
<email>esben@geanix.com</email>
</author>
<published>2024-08-20T10:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=28f14d5d195ba45ea0e72ecf33c40ac3773d3b66'/>
<id>urn:sha1:28f14d5d195ba45ea0e72ecf33c40ac3773d3b66</id>
<content type='text'>
The json module is used in several cli commands.

The fcntl module is used in terminal input handling.

Signed-off-by: Esben Haabendal &lt;esben@geanix.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit cb50c930964bac0394020949c7efe0a4a06f3b89)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use PYTHON_SITEPACKAGES_DIR instead of hard-coded site-packages directory path</title>
<updated>2024-04-21T17:52:39+00:00</updated>
<author>
<name>alperak</name>
<email>alperyasinak1@gmail.com</email>
</author>
<published>2024-04-15T18:19:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=050286a953034e4b3bd607dae641b0aa7ff765c3'/>
<id>urn:sha1:050286a953034e4b3bd607dae641b0aa7ff765c3</id>
<content type='text'>
The following paths have been replaced with PYTHON_SITEPACKAGES_DIR:

- "${libdir}/${PYTHON_DIR}/site-packages"
- "${libdir}/python${PYTHON_BASEVERSION}/site-packages"
- "${libdir}/python*/site-packages"
- "${libdir}/python3.*/site-packages"

Signed-off-by: alperak &lt;alperyasinak1@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>thingsboard-gateway: upgrade 3.4.5 -&gt; 3.4.6</title>
<updated>2024-04-02T21:56:52+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-04-01T14:51:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4f86d854f78ceef66e80a850860fe650d73e5977'/>
<id>urn:sha1:4f86d854f78ceef66e80a850860fe650d73e5977</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>netplan: add missing config directory</title>
<updated>2024-03-22T16:05:47+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2024-03-22T09:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b44c3de71c820130519ff01ee219c8145413182c'/>
<id>urn:sha1:b44c3de71c820130519ff01ee219c8145413182c</id>
<content type='text'>
Create /etc/netplan to store configuration files.

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
