<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-connectivity/mosh, 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>2025-09-26T22:31:36+00:00</updated>
<entry>
<title>mosh: set working SRC_URI</title>
<updated>2025-09-26T22:31:36+00:00</updated>
<author>
<name>Gyorgy Sarvari</name>
<email>skandigraun@gmail.com</email>
</author>
<published>2025-09-26T20:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6c32a7135b88445b74e0812d2222b06eb3df0b35'/>
<id>urn:sha1:6c32a7135b88445b74e0812d2222b06eb3df0b35</id>
<content type='text'>
The project switched to storing their releases on Github, and
the original links stopped working.

Signed-off-by: Gyorgy Sarvari &lt;skandigraun@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mosh: Use libatomic on rv32 for atomics</title>
<updated>2024-09-17T14:50:22+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-09-17T00:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3c7a8d38bb711f518093f5bc6594aecf54b46499'/>
<id>urn:sha1:3c7a8d38bb711f518093f5bc6594aecf54b46499</id>
<content type='text'>
Fixes
riscv32-yoe-linux-ld.lld: error: undefined reference: __atomic_store_8

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake</title>
<updated>2023-12-08T05:51:58+00:00</updated>
<author>
<name>Petr Chernikov</name>
<email>p.chernikov@yadro.com</email>
</author>
<published>2023-12-08T05:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=190f7b50ac3d7d30cf9d31167fb74f7146c3c8ff'/>
<id>urn:sha1:190f7b50ac3d7d30cf9d31167fb74f7146c3c8ff</id>
<content type='text'>
Old versions of abseil-cpp could not be compiled using C++ Standard 17.
For now this cmake flag is not needed.
Mosh compilation fixed by specifying c++17 standard.

Signed-off-by: Petr Chernikov &lt;p.chernikov@yadro.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mosh: add support of protobuf 4.22.x</title>
<updated>2023-09-27T21:22:09+00:00</updated>
<author>
<name>Xiangyu Chen</name>
<email>xiangyu.chen@windriver.com</email>
</author>
<published>2023-09-27T08:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=69d96dc3ac4a413ca530adc70c329f839a91acba'/>
<id>urn:sha1:69d96dc3ac4a413ca530adc70c329f839a91acba</id>
<content type='text'>
Signed-off-by: Xiangyu Chen &lt;xiangyu.chen@windriver.com&gt;
Signed-off-by: Clément Péron &lt;peron.clem@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mosh: Point SRC_URI to https://mosh.org/</title>
<updated>2023-05-02T06:20:22+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-05-02T05:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d4be801b86229123809ea9fb6829d3f7df83f6bb'/>
<id>urn:sha1:d4be801b86229123809ea9fb6829d3f7df83f6bb</id>
<content type='text'>
mosh.mit.edu does not have the tarballs anymore

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mosh: upgrade 1.3.2 -&gt; 1.4.0</title>
<updated>2022-11-07T16:40:48+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2022-11-07T08:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9aea1959de769760bd6529b36499800f7f3053cd'/>
<id>urn:sha1:9aea1959de769760bd6529b36499800f7f3053cd</id>
<content type='text'>
0001-Fix-building-with-libc.patch
removed since it's included in 1.4.0

Changelog:
https://github.com/mobile-shell/mosh/releases/tag/mosh-1.4.0

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>mosh: Drop perl dependencies from server</title>
<updated>2022-04-18T17:13:16+00:00</updated>
<author>
<name>Alex Kiernan</name>
<email>alex.kiernan@gmail.com</email>
</author>
<published>2022-04-18T16:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=74e6d15ad143ac890c2fcf63f0d8b0530a711164'/>
<id>urn:sha1:74e6d15ad143ac890c2fcf63f0d8b0530a711164</id>
<content type='text'>
The mosh-server has no dependency on perl - upstream is explicit:

  Mosh has a Perl dependency that is only required for client use. For
  some platforms, it may make sense to have separate mosh-server and
  mosh-client packages to allow mosh-server usage without Perl.

Signed-off-by: Alex Kiernan &lt;alex.kiernan@gmail.com&gt;
Signed-off-by: Alex Kiernan &lt;alexk@zuma.ai&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:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295'/>
<id>urn:sha1:14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert to new override syntax</title>
<updated>2021-08-03T17:21:25+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-07-29T15:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c61dc077bbd81260e4f167fa2251643ba0ba6974'/>
<id>urn:sha1:c61dc077bbd81260e4f167fa2251643ba0ba6974</id>
<content type='text'>
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>mosh: Upgrade to 1.3.2</title>
<updated>2019-01-30T21:34:49+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-01-29T20:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=21e3bb57ff6fbe5142ad5920430fe02951e343fc'/>
<id>urn:sha1:21e3bb57ff6fbe5142ad5920430fe02951e343fc</id>
<content type='text'>
Fix building with clang/libc++ while here

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