<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/OpenBmc/openbmc.git/meta-google, branch styhead</title>
<subtitle>OpenBMC Distribution (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/atom?h=styhead</id>
<link rel='self' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/atom?h=styhead'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/'/>
<updated>2024-12-13T01:37:57+00:00</updated>
<entry>
<title>meta-google: networking: Embed all .network files into image</title>
<updated>2024-12-13T01:37:57+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2024-12-06T20:19:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=6b9fcca7df8b52581e64ca47beb893d2d057426e'/>
<id>urn:sha1:6b9fcca7df8b52581e64ca47beb893d2d057426e</id>
<content type='text'>
We shouldn't need to populate any of these files at runtime, embed a
base copy into the image for all interfaces.

Change-Id: Ie696b2c656a65b2475ec5483e4f2f58bde7ff6fd
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
</content>
</entry>
<entry>
<title>meta-google: ncsi: re-add neigh configs on link up</title>
<updated>2024-12-06T02:41:15+00:00</updated>
<author>
<name>Mo Elbadry</name>
<email>elbadrym@google.com</email>
</author>
<published>2024-12-05T00:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=2b93eb8b92f31de3448c8cb7468ea5ea1da9d4a9'/>
<id>urn:sha1:2b93eb8b92f31de3448c8cb7468ea5ea1da9d4a9</id>
<content type='text'>
Change-Id: Ie3d592de19398c5115e347d98ce78eeffc6c057f
Signed-off-by: Mo Elbadry &lt;elbadrym@google.com&gt;
</content>
</entry>
<entry>
<title>meta-google: networking: add state parsing for link state change</title>
<updated>2024-12-05T23:24:53+00:00</updated>
<author>
<name>Mo Elbadry</name>
<email>elbadrym@google.com</email>
</author>
<published>2024-12-03T01:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=100dcdbace465baefc2e87e9fbce11fe66de3c95'/>
<id>urn:sha1:100dcdbace465baefc2e87e9fbce11fe66de3c95</id>
<content type='text'>
Change-Id: I1261a316f4b11a6300f8b94bdd5986d0523a5299
Signed-off-by: Mo Elbadry &lt;elbadrym@google.com&gt;
</content>
</entry>
<entry>
<title>meta-google: networking: ignore fast carrier flipping</title>
<updated>2024-12-05T23:05:34+00:00</updated>
<author>
<name>Yuxiao Zhang</name>
<email>yuxiaozhang@google.com</email>
</author>
<published>2024-12-04T04:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=6970f2851d035ff5aa7adb887778ea56f23c87a0'/>
<id>urn:sha1:6970f2851d035ff5aa7adb887778ea56f23c87a0</id>
<content type='text'>
We have seen that in some platforms there are extra interface carrier
flipping in systemd and causing the default route missing. This prevents
the route being deleted when that happens.

Tested: keep bringing down/up the interface and the route is always
configured correctly.

Change-Id: I600347fa2f1008f220c979e1585912350f111267
Signed-off-by: Yuxiao Zhang &lt;yuxiaozhang@google.com&gt;
</content>
</entry>
<entry>
<title>styhead: update WORKDIR usage additional fixes</title>
<updated>2024-12-05T21:54:29+00:00</updated>
<author>
<name>Jayanth Othayoth</name>
<email>ojayanth@gmail.com</email>
</author>
<published>2024-10-16T06:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=21536045146b97bdc7fc93628bec2289ad00cc30'/>
<id>urn:sha1:21536045146b97bdc7fc93628bec2289ad00cc30</id>
<content type='text'>
The latest yocto release(styhead,5.1) has made a significant change[1]
to the use of the WORKDIR parameter.

This is additional fixes added to fix some of machines.

[1]: https://docs.yoctoproject.org/next/migration-guides/migration-5.1.html#workdir-changes

Change-Id: Ic43be2f9036377166e3e064f5570dddf2418af45
Signed-off-by: Jayanth Othayoth &lt;ojayanth@gmail.com&gt;
</content>
</entry>
<entry>
<title>styhead: update WORKDIR usage</title>
<updated>2024-12-05T21:54:29+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>geissonator@yahoo.com</email>
</author>
<published>2024-06-26T15:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=91a1cec28e08f949b120fe8885e87ef256ca4d93'/>
<id>urn:sha1:91a1cec28e08f949b120fe8885e87ef256ca4d93</id>
<content type='text'>
The latest yocto release(styhead,5.1) has made a significant change[1]
to the use of the WORKDIR parameter.

This is not the complete change required but gets us going in the right
direction.

[1]: https://docs.yoctoproject.org/next/migration-guides/migration-5.1.html#workdir-changes

Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: I4f184b361be69e7704a0657a4a00cdad981aff8a
</content>
</entry>
<entry>
<title>treewide: add Upstream-Status to patches</title>
<updated>2024-12-05T21:54:29+00:00</updated>
<author>
<name>Jayanth Othayoth</name>
<email>ojayanth@gmail.com</email>
</author>
<published>2024-10-16T08:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=6367d7d47b2ba3458899286f8f986d051e413b19'/>
<id>urn:sha1:6367d7d47b2ba3458899286f8f986d051e413b19</id>
<content type='text'>
Yocto rebase build reports QA Issue: Missing Upstream-Status in patch

Added simple fix by amending patch commit message "Upstream-Status: Pending"
now to unblock rebase.

Change-Id: I753c2c7faa4dcede7dd2b5e6eaba79580ce5e2a1
Signed-off-by: Jayanth Othayoth &lt;ojayanth@gmail.com&gt;
</content>
</entry>
<entry>
<title>google-misc: srcrev bump 376d781c13..6461f396bb</title>
<updated>2024-12-04T21:50:59+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2024-12-03T23:40:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=d3225ca4750f38ac59a07e2ad6bdc54405c68429'/>
<id>urn:sha1:d3225ca4750f38ac59a07e2ad6bdc54405c68429</id>
<content type='text'>
Mo Elbadry (1):
      ncsid: skip setting  mac address if it matches

Change-Id: I87a82554f4612ece32524619c0d8dd1feab1fc8f
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>google-ipmi-sys: srcrev bump e89296998b..378b59abdd</title>
<updated>2024-11-25T23:20:14+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2024-11-25T23:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=00b83b8002c3e77b349a10478b8fa45691b2593e'/>
<id>urn:sha1:00b83b8002c3e77b349a10478b8fa45691b2593e</id>
<content type='text'>
John Wedig (1):
      Use new template gbmc-bare-metal-active@.target

Change-Id: I0131440461f303aa8c8a4f4380e28af9a90afe56
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>meta-google: bare-metal-active systemd template</title>
<updated>2024-11-25T23:11:09+00:00</updated>
<author>
<name>John Wedig</name>
<email>johnwedig@google.com</email>
</author>
<published>2024-11-07T00:21:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=a236b21b066756693135ac70668feb7cd55f8e76'/>
<id>urn:sha1:a236b21b066756693135ac70668feb7cd55f8e76</id>
<content type='text'>
This commit converts the systemd target gbmc-bare-metal-active.target to
a template, so that we can have multiple systemd targets on platforms
with multiple hosts. The host number will get passed in when
instantiating the template, e.g. gbmc-bare-metal-active@0.target.

A number of other recipes are updated to account for this new systemd
template.

Tested:
- Set the bare metal flag /var/google/config-package/enable-bm.flag.
- Started host-gpio-monitor@0.service, which started
  gbmc-bare-metal-active@0.target. That target caused
  disable-obmc-console.service and disable-ipmi-kcs.service to start.
- Rebooted the host. At this point, the host-gpio-monitor@0.service
  disabled gbmc-bare-metal-active@0.target. That caused
  disable-obmc-console.service and disable-ipmi-kcs.service to stop.
- Set /run/bm-drive-cleaning-done-ack.flag and /run/bm-ready.flag.
- Ran “ipmitool raw 0x2e 0x32 0x79 0x2b 0x00 0x11” on the host
- Confirmed that IPMI stopped working and checked the status of
  gbmc-bare-metal-active@0.target and host-gpio-monitor@0.service.

Change-Id: I5ecac13570fb6d167edd2175c94e65464a9c18aa
Signed-off-by: John Wedig &lt;johnwedig@google.com&gt;
</content>
</entry>
</feed>
