<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/tmp/openbmc.git/meta-openembedded, branch thud</title>
<subtitle>OpenBMC Distribution (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/tmp/openbmc.git/atom?h=thud</id>
<link rel='self' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/atom?h=thud'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/'/>
<updated>2019-01-08T23:21:44+00:00</updated>
<entry>
<title>reset upstream subtrees to yocto 2.6</title>
<updated>2019-01-08T23:21:44+00:00</updated>
<author>
<name>Brad Bishop</name>
<email>bradleyb@fuzziesquirrel.com</email>
</author>
<published>2018-12-17T01:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=1a4b7ee28bf7413af6513fb45ad0d0736048f866'/>
<id>urn:sha1:1a4b7ee28bf7413af6513fb45ad0d0736048f866</id>
<content type='text'>
Reset the following subtrees on thud HEAD:

  poky: 87e3a9739d
  meta-openembedded: 6094ae18c8
  meta-security: 31dc4e7532
  meta-raspberrypi: a48743dc36
  meta-xilinx: c42016e2e6

Also re-apply backports that didn't make it into thud:
  poky:
    17726d0 systemd-systemctl-native: handle Install wildcards

  meta-openembedded:
    4321a5d libtinyxml2: update to 7.0.1
    042f0a3 libcereal: Add native and nativesdk classes
    e23284f libcereal: Allow empty package
    030e8d4 rsyslog: curl-less build with fmhttp PACKAGECONFIG
    179a1b9 gtest: update to 1.8.1

Squashed OpenBMC subtree compatibility updates:
  meta-aspeed:
    Brad Bishop (1):
          aspeed: add yocto 2.6 compatibility

  meta-ibm:
    Brad Bishop (1):
          ibm: prepare for yocto 2.6

  meta-ingrasys:
    Brad Bishop (1):
          ingrasys: set layer compatibility to yocto 2.6

  meta-openpower:
    Brad Bishop (1):
          openpower: set layer compatibility to yocto 2.6

  meta-phosphor:
    Brad Bishop (3):
          phosphor: set layer compatibility to thud
          phosphor: libgpg-error: drop patches
          phosphor: react to fitimage artifact rename

    Ed Tanous (4):
          Dropbear: upgrade options for latest upgrade
          yocto2.6: update openssl options
          busybox: remove upstream watchdog patch
          systemd: Rebase CONFIG_CGROUP_BPF patch

Change-Id: I7b1fe71cca880d0372a82d94b5fd785323e3a9e7
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>gtest: update to 1.8.1</title>
<updated>2019-01-07T20:35:17+00:00</updated>
<author>
<name>Brad Bishop</name>
<email>bradleyb@fuzziesquirrel.com</email>
</author>
<published>2018-12-11T20:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=47a016a0f7d64dd74776a664b8f4de5fde8ea187'/>
<id>urn:sha1:47a016a0f7d64dd74776a664b8f4de5fde8ea187</id>
<content type='text'>
Update to 1.8.1, which has proper pkg-config support (so
Add-pkg-config-support.patch can be dropped).

Also the canonical gtest seems to have moved out of the google github
organization into something called abseil.  Update HOMEPAGE and SRC_URI
to match.

(From meta-openembedded rev: 179a1b9ea86f33b5a3f4eec9fcc00c0a5e8833f0)

Change-Id: Ifcc8d8b4d008be5becaba819983e04f4a9752be6
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>libcereal: Allow empty package</title>
<updated>2018-12-04T01:29:15+00:00</updated>
<author>
<name>Brad Bishop</name>
<email>bradleyb@fuzziesquirrel.com</email>
</author>
<published>2018-11-28T15:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=a52bfdfd8c03d2be365765ce01887613311d9257'/>
<id>urn:sha1:a52bfdfd8c03d2be365765ce01887613311d9257</id>
<content type='text'>
libcereal is header-only so create the empty base package so that
libcereal can be sanely included in an SDK via IMAGE_INSTALL, RDEPENDS,
and the like.

(cherry picked from meta-openembedded commit e23284f9a57537f7dcaca4cd068f3862e205188a)

Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Change-Id: I6356cf78c2bc461cab32a1fd443a9163129c3f86
</content>
</entry>
<entry>
<title>libcereal: Add native and nativesdk classes</title>
<updated>2018-12-04T01:29:15+00:00</updated>
<author>
<name>Brad Bishop</name>
<email>bradleyb@fuzziesquirrel.com</email>
</author>
<published>2018-11-21T16:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=1c43044924e00646e0fc975f00b22da79c2200e4'/>
<id>urn:sha1:1c43044924e00646e0fc975f00b22da79c2200e4</id>
<content type='text'>
(cherry picked from meta-openembedded commit 042f0a3ec17d1c13d9f8d4cfaf24464969b6a1ca)

Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Change-Id: I5a13f82124ee7914ab8cc65047076fcc752617e3
</content>
</entry>
<entry>
<title>libtinyxml2: update to 7.0.1</title>
<updated>2018-12-04T01:29:09+00:00</updated>
<author>
<name>Brad Bishop</name>
<email>bradleyb@fuzziesquirrel.com</email>
</author>
<published>2018-06-05T12:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=fcf0168f2e146d608c11342c487b9df2523dfaa7'/>
<id>urn:sha1:fcf0168f2e146d608c11342c487b9df2523dfaa7</id>
<content type='text'>
Backport meta-openembedded libtinyxml2 commits:
  5a0e681262 libtinyxml2: update to 6.2.0
  3e59433d89 libtinyxml2: update to 7.0.1

Yocto 2.6 moves to libtinyxml2 6.2.0 which has a build bug that prevents
bmcweb from building.  Jump ahead to 7.0.1 which has a fix.

Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
Change-Id: I3b97c2df2afe44a88f174a12acbbd110b568a7b7
</content>
</entry>
<entry>
<title>meta-openembedded: refresh 2bb21ef27c..8760facba1</title>
<updated>2018-11-27T01:20:43+00:00</updated>
<author>
<name>Brad Bishop</name>
<email>bradleyb@fuzziesquirrel.com</email>
</author>
<published>2018-09-10T18:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=2eeb5257296f97a4a52f32580ebcfdc0d225c794'/>
<id>urn:sha1:2eeb5257296f97a4a52f32580ebcfdc0d225c794</id>
<content type='text'>
Update meta-openembedded to sumo HEAD.

Armin Kuster (4):
      boinc: refresh patches
      postgresql: update to 9.4.20
      sblim-sfc-common: use official SPDX license for EPL
      wireshark: 2.4.8 src moved to all-versions

Gregory Vimont (1):
      tbb: check the version of the cross gcc instead of host gcc

Leon Anavi (1):
      rygel: Update license to LGPLv2.1

Richard Purdie (1):
      xmlstarlet: Disable PARALLEL_MAKE (again)

Change-Id: I3e00f68cb7c8c54c2457003d26da8992b1a953c3
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>dbus-broker: fetch submodules too</title>
<updated>2018-11-05T13:01:47+00:00</updated>
<author>
<name>Brad Bishop</name>
<email>bradleyb@fuzziesquirrel.com</email>
</author>
<published>2018-10-29T16:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=73daf3a163827c3719e7db7443a543651566b3cb'/>
<id>urn:sha1:73daf3a163827c3719e7db7443a543651566b3cb</id>
<content type='text'>
dbus-broker depends on a number of submodules.  Make sure to
recursively fetch those as well.

(From meta-openembedded rev: fd23b9c95c4abd182b24ad39f7f4634116c6ea10)

Change-Id: I6c2cb28bb354d28e6ba30cb043fed9b90670f283
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move lonely libcereal from meta to meta-oe</title>
<updated>2018-10-17T19:41:48+00:00</updated>
<author>
<name>Fritjof Jonsson</name>
<email>fritjof.jonsson@axis.com</email>
</author>
<published>2018-08-13T14:06:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=8971f7fe02857a90576c46e7ab99dffdcf1f6998'/>
<id>urn:sha1:8971f7fe02857a90576c46e7ab99dffdcf1f6998</id>
<content type='text'>
(From meta-openembedded rev: dccb790e187f3b6f06d53b000a9ffd0687d78876)

Signed-off-by: Fritjof Jonsson &lt;fritjofj@axis.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
Change-Id: I2462274575e121466b5afc4cda006215e32fd34b
</content>
</entry>
<entry>
<title>Add recipe for cereal, a header-only C++11 serialization library.</title>
<updated>2018-10-17T19:41:48+00:00</updated>
<author>
<name>Fritjof Jonsson</name>
<email>fritjof.jonsson@axis.com</email>
</author>
<published>2018-06-27T11:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=37bf7e707af76cc392caf8f66d50130727b5b2a0'/>
<id>urn:sha1:37bf7e707af76cc392caf8f66d50130727b5b2a0</id>
<content type='text'>
(From meta-openembedded rev: 38d227b2bd98af2db97031ccb1234159776d11a4)

Signed-off-by: Fritjof Jonsson &lt;fritjofj@axis.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
Change-Id: Ia9e454b0b1caf16dd11ac371bda213375955f543
</content>
</entry>
<entry>
<title>dbus-broker: update to 16</title>
<updated>2018-10-17T01:47:26+00:00</updated>
<author>
<name>William A. Kennington III via Openembedded-devel</name>
<email>openembedded-devel@lists.openembedded.org</email>
</author>
<published>2018-10-11T18:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=cd3bb336c0e488d697b3dacae7b2ad58008f506b'/>
<id>urn:sha1:cd3bb336c0e488d697b3dacae7b2ad58008f506b</id>
<content type='text'>
Dropped the patches for version 13 as they are now included in the
upstream dbus-broker codebase.

(From meta-openembedded rev: e4baf298cd658b37fd90134dc54a92c75fd117d9)

Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Change-Id: Idbeebc0b6d3c89a012f58d11dd97126d6907181d
</content>
</entry>
</feed>
