<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-networking/recipes-core, branch styhead</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2024-06-11T06:08:41+00:00</updated>
<entry>
<title>udpcast: add recipe</title>
<updated>2024-06-11T06:08:41+00:00</updated>
<author>
<name>Enguerrand de Ribaucourt</name>
<email>enguerrand.de-ribaucourt@savoirfairelinux.com</email>
</author>
<published>2024-06-05T11:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8b013028356b80dc39fd687f9aa995f9ca9ee55e'/>
<id>urn:sha1:8b013028356b80dc39fd687f9aa995f9ca9ee55e</id>
<content type='text'>
udpcast is a file transfer tool that can send data simultaneously to many
destinations on a LAN.

It is an alternative to uftp which is already in meta-networking.

On a lossy network, udpcast provided 10x faster transfer rates
with error correction enabled while using a half as much CPU thanks to a
simpler algorithm.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nftables: Fix ptest runs</title>
<updated>2024-04-10T23:06:30+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-04-10T22:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=614956c5d7904ae55558a0294630323359d3197c'/>
<id>urn:sha1:614956c5d7904ae55558a0294630323359d3197c</id>
<content type='text'>
It gets OOMs with memory &lt; 2G on x86_64 qemu
Export NFT variable in run-ptest script its used by few tests
Add required runtime dependencies for ptests to pass

This also requires changes to kernel config
features/nf_tables/nft_test.scc and CONFIG_VETH

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcpr: add new recipe</title>
<updated>2024-03-26T21:00:53+00:00</updated>
<author>
<name>Peter Marko</name>
<email>peter.marko@siemens.com</email>
</author>
<published>2024-03-26T20:30:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b0ca28a7e01020b29b6c979ca128006009d8d04d'/>
<id>urn:sha1:b0ca28a7e01020b29b6c979ca128006009d8d04d</id>
<content type='text'>
Curl for People C++ Requests is a simple wrapper around
libcurl inspired by the excellent Python Requests project.

Signed-off-by: Peter Marko &lt;peter.marko@siemens.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-networking-image-ptest: Add images to enable BBCLASSEXTEND parallel execution</title>
<updated>2024-02-23T03:24:00+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-02-23T02:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b757ba3028af9dda48e3d516bcbb30525d1369d5'/>
<id>urn:sha1:b757ba3028af9dda48e3d516bcbb30525d1369d5</id>
<content type='text'>
In line with other layers like meta-oe, meta-python add capability to
run recipe ptests

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>pkggrp: drop netkit</title>
<updated>2023-11-15T17:51:45+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2023-11-15T13:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=96831e8b3fd2b8e4deda3064e8ce94fe2fcef808'/>
<id>urn:sha1:96831e8b3fd2b8e4deda3064e8ce94fe2fcef808</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>images: Rename &lt;layer&gt;-image to &lt;layer&gt;-image-all</title>
<updated>2023-10-06T15:37:21+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-10-05T02:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0cb018059499f7531749ee1d5d1cbb02a6cf3f0a'/>
<id>urn:sha1:0cb018059499f7531749ee1d5d1cbb02a6cf3f0a</id>
<content type='text'>
These are test images to build all recipes in layer. Renaming them makes
them refect what they are. Moreover we can rename the ptest images to
match OE-Core naming conventions for meta-oe/meta-perl/meta-python

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>images: Delete layer specific base images</title>
<updated>2023-10-06T15:37:21+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-10-05T01:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e88b777cbecd85ff7d2916209774354a6a458101'/>
<id>urn:sha1:e88b777cbecd85ff7d2916209774354a6a458101</id>
<content type='text'>
These were essentially duplicates of core-image-minimal, however
core-image-base is a better baseline for upper layers, so switched the
consumers of these images to use core-image-base

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>images: Inherit from core-image-base</title>
<updated>2023-10-06T15:37:21+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-10-05T01:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ef9d73fced12e7b2dab485f0443cec84e55d016b'/>
<id>urn:sha1:ef9d73fced12e7b2dab485f0443cec84e55d016b</id>
<content type='text'>
We really do not need to define base images which already exist in core
layer, reuse them here.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>packagegroup-meta-networking: Set PACKAGE_ARCH = "${MACHINE_ARCH}"</title>
<updated>2023-03-22T16:10:39+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-03-21T19:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d3b916b9ba3109e98c370ca6a9e1a2444a3bac32'/>
<id>urn:sha1:d3b916b9ba3109e98c370ca6a9e1a2444a3bac32</id>
<content type='text'>
Remove memcached from rv64, its not buildable yet

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>packagegroup-meta-networking: remove ntpdate</title>
<updated>2023-03-22T16:10:39+00:00</updated>
<author>
<name>AYP</name>
<email>persianpros@yahoo.com</email>
</author>
<published>2023-03-20T07:51:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=545b18335b35f12d7494dd51260c57033a91fcad'/>
<id>urn:sha1:545b18335b35f12d7494dd51260c57033a91fcad</id>
<content type='text'>
Follow https://github.com/openembedded/meta-openembedded/commit/6315006aadd52e44c15986c9e00ca8162623be85

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