<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/tmp/openbmc.git/README.md, branch fplus</title>
<subtitle>OpenBMC Distribution (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/tmp/openbmc.git/atom?h=fplus</id>
<link rel='self' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/atom?h=fplus'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/'/>
<updated>2025-03-13T23:23:27+00:00</updated>
<entry>
<title>README: remove python3-distutils dep for ubuntu</title>
<updated>2025-03-13T23:23:27+00:00</updated>
<author>
<name>Tan Siewert</name>
<email>tan@siewert.io</email>
</author>
<published>2025-03-13T16:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=c64869176cb2a4e502edab28491eccda0ca30095'/>
<id>urn:sha1:c64869176cb2a4e502edab28491eccda0ca30095</id>
<content type='text'>
distutils has been deprecated in Python 3.10 [1] and was removed in
Python 3.12.

The functionality of distutils has already been completely replaced
by tools such as setuptools.

Tested: Build an image on Ubuntu 22.04, which uses Python 3.10, without
        python3-distutils being installed.

[1] https://docs.python.org/3.10/whatsnew/3.10.html#distutils-deprecated

Change-Id: I5dd433df58512eb01f3ee88f137b0ed108024d03
Signed-off-by: Tan Siewert &lt;tan@siewert.io&gt;
</content>
</entry>
<entry>
<title>meta-phosphor: generate supported machine list</title>
<updated>2024-09-05T02:44:12+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2024-09-04T20:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=6f3379d7b8d3d8d9664193697b3f3d683d1f9bdb'/>
<id>urn:sha1:6f3379d7b8d3d8d9664193697b3f3d683d1f9bdb</id>
<content type='text'>
Add a script to generate a list of supported machines and hook it
into the `run-repotest` to ensure that it is ran as necessary when
new machines are added or removed.

Fixes openbmc/openbmc#3926.

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: If33aa08451bb8a789459bf49d8d7ec9044973304
</content>
</entry>
<entry>
<title>meta-ibm: remove swift machine</title>
<updated>2024-03-29T20:02:07+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>geissonator@yahoo.com</email>
</author>
<published>2024-03-22T20:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=9f433293f096e6c7aa86998b7cc717ada9518c2d'/>
<id>urn:sha1:9f433293f096e6c7aa86998b7cc717ada9518c2d</id>
<content type='text'>
This machine is no longer in use

Change-Id: Icad284c92fa1cf9c5fc5f0afacb58e287a9557e2
Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
</content>
</entry>
<entry>
<title>README: update TSC</title>
<updated>2024-01-03T22:11:33+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2024-01-03T20:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=424a4cbfdefd78034c2f9800c43e9902038d6efd'/>
<id>urn:sha1:424a4cbfdefd78034c2f9800c43e9902038d6efd</id>
<content type='text'>
Benjamin Fair is taking over for Google.  Update the TSC list, sort
alphabetically.  Run prettier on the README.

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: Ica6cc590d818a0546aba6df3fae397ab3bfad175
</content>
</entry>
<entry>
<title>README: Add section addressing motherboard-support FAQ</title>
<updated>2023-02-23T06:53:38+00:00</updated>
<author>
<name>Zev Weiss</name>
<email>zev@bewilderbeest.net</email>
</author>
<published>2023-02-17T10:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=f3cd8ad53717314e2462e3fdcef0a394615d6721'/>
<id>urn:sha1:f3cd8ad53717314e2462e3fdcef0a394615d6721</id>
<content type='text'>
This is a common enough question on Discord that we should probably make
it easier for people to find the answer themselves (or at least have an
easy thing to refer people to when it inevitably arises anyway).

Signed-off-by: Zev Weiss &lt;zev@bewilderbeest.net&gt;
Change-Id: I54757f0902bfedca86d41cab0fc55b39cb7dfc1e
</content>
</entry>
<entry>
<title>README: format with prettier and fix markdownlint issues</title>
<updated>2023-01-03T17:28:19+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2023-01-02T21:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=fde6f815370a2312537bf8b6648c5635d0871f50'/>
<id>urn:sha1:fde6f815370a2312537bf8b6648c5635d0871f50</id>
<content type='text'>
Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: Ia4bd10225cf9a0c96869fb826f39800c801af03e
</content>
</entry>
<entry>
<title>README: update TSC members</title>
<updated>2023-01-03T17:28:19+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2023-01-02T21:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=9b56fde38609322347a019f65c550496ad2b3737'/>
<id>urn:sha1:9b56fde38609322347a019f65c550496ad2b3737</id>
<content type='text'>
The representative from Meta (Facebook) has been updated.

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: Ia7ea79a2a543d5fbba1f8aa2394761e14f83b74a
</content>
</entry>
<entry>
<title>README: update CI URLs</title>
<updated>2023-01-03T17:28:19+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2023-01-02T21:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=51b035f7ed0d3c5cd0984c4659539f33287e16b3'/>
<id>urn:sha1:51b035f7ed0d3c5cd0984c4659539f33287e16b3</id>
<content type='text'>
A few URLs in the README file pointed to the old openpower.xyz Jenkins
server.  That domain no longer exists and appears to have been bought
by a parking service.  Replace them with URLs to the openbmc.org Jenkins
server and point to corresponding jobs (which have different names).

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: I8341f390a154172972f8c3b40228fe20706d7ac7
</content>
</entry>
<entry>
<title>Remove largely unmaintained Mihawk</title>
<updated>2022-10-24T17:44:48+00:00</updated>
<author>
<name>Myung Bae</name>
<email>myungbae@us.ibm.com</email>
</author>
<published>2022-10-11T06:40:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=ec88c48ae63a116796b5010c0bd8cd941232ef88'/>
<id>urn:sha1:ec88c48ae63a116796b5010c0bd8cd941232ef88</id>
<content type='text'>
A fork of it is maintained but its upstream layer has largely been
unmaintained.
No future products are planned to be based on this layer.
Mihawk is similar to Witherspoon.

Signed-off-by: Myung Bae &lt;myungbae@us.ibm.com&gt;
Change-Id: I82f7d777b78cd126237d51e42f1e11abdf80ae68
</content>
</entry>
<entry>
<title>README: Update target list</title>
<updated>2022-06-14T04:49:03+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2022-05-25T05:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=5acac4eb09e343576a5400845a7fd9fa0c3ab529'/>
<id>urn:sha1:5acac4eb09e343576a5400845a7fd9fa0c3ab529</id>
<content type='text'>
This is the current list, minus the qemu machines.

Change-Id: I6f1a5b1dddb27471ce0d550a4acb4c5e3dc3f738
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
</feed>
