<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/tmp/openbmc.git/meta-google, branch warrior</title>
<subtitle>OpenBMC Distribution (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/tmp/openbmc.git/atom?h=warrior</id>
<link rel='self' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/atom?h=warrior'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/'/>
<updated>2019-05-08T23:43:17+00:00</updated>
<entry>
<title>meta-google: layer.conf: set BBFILE_PATTERN</title>
<updated>2019-05-08T23:43:17+00:00</updated>
<author>
<name>Patrick Venture</name>
<email>venture@google.com</email>
</author>
<published>2019-05-07T21:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=6c55f1f83476cd230abe07222462ed92364ec673'/>
<id>urn:sha1:6c55f1f83476cd230abe07222462ed92364ec673</id>
<content type='text'>
Bitbake uses this regex to associate recipes and bbappends from BBFILES
(which contains recipes and bbappends from -all- layers listed in
bblayers.conf) to this layer.  The association is then used to map the
BBFILE_PRIORITY value for this layer onto the recipes provided by this
layer.

BBFILE_PRIORITY is used to determine which recipe to use when the same
recipe appears in multiple layers.

Without BBFILE_PATTERN set, recipes in this layer will get a default
priority and not the priority specified in BBFILE_PRIORITY.

This layer doesn't set a priority anyway, so functionally this patch is
a noop but it is an improvement from a correctness standpoint, and it
makes a warning go away

Removes warning:
WARNING: No bb files matched BBFILE_PATTERN_google-layer ''

(From meta-google rev: 006860684ec5b429b386a474c799a8ded05a6179)

Signed-off-by: Patrick Venture &lt;venture@google.com&gt;
Change-Id: I0e13c50b59a38fff89c4e737b27b20df56db1b67
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>meta-google: layer.conf: Add warrior compatibility</title>
<updated>2019-04-06T16:52:29+00:00</updated>
<author>
<name>Patrick Venture</name>
<email>venture@google.com</email>
</author>
<published>2019-04-06T01:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=9c15e8bbe86f5a4907de1b196a258883bf422ede'/>
<id>urn:sha1:9c15e8bbe86f5a4907de1b196a258883bf422ede</id>
<content type='text'>
oe-core branched in preparation for the upcoming 2.7 Yocto release and
as of 13e45ff requires core layer compatibility to "warrior" instead of
"thud".  We'll retain compatibility for both until we do our own branch
or stop testing thud.

(From meta-google rev: 2282c02ed2b9021205840e6bd9b3fdcf70870f87)

Signed-off-by: Patrick Venture &lt;venture@google.com&gt;
Change-Id: I9396d0ec3ea4fbbb9a8ba5aaa685196f7a087dd3
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>google-ipmi-sys: srcrev bump 6667a646bf..ba32fe4e25</title>
<updated>2019-03-26T12:04:00+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2019-03-25T19:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=ebe8cf59c9e06810e104a99c5d0079673b8cb6c9'/>
<id>urn:sha1:ebe8cf59c9e06810e104a99c5d0079673b8cb6c9</id>
<content type='text'>
Patrick Venture (15):
      add handler logic to handle SysGetEthDevice
      makefile: adjust alignment
      add handler logic to handle SysCableCheck
      add handler logic to handle SysCpldVersion
      add handler logic to handle SysPsuHardReset
      entity_name: cleanup headers
      add handler logic to handle SysEntityName
      handler: delete extra namespace alias
      entityName: move pieces into handler object
      util: move read_file to readPropertyFile
      util: add i2c-&gt;pcie map build method
      pcie_i2c: cleanup headers
      add handler logic to handle i2c pcie commands
      style change: lowerCamel
      build: enable valgrind

(From meta-google rev: 88c4cc0c3cf4774a37361529db9385fe5b437f7e)

Change-Id: I00b32fc4201a5e1eb22c99b0988f7278e50f5e44
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>google-ipmi-sys: srcrev bump 0788699a94..6667a646bf</title>
<updated>2019-03-18T12:32:37+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2019-03-14T21:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=77d9728b49d75f00c0eeea7bc5bca50ad2c07fbf'/>
<id>urn:sha1:77d9728b49d75f00c0eeea7bc5bca50ad2c07fbf</id>
<content type='text'>
Patrick Venture (4):
      build: add build of empty tests
      eth: move structure to header
      test: add basic tests for eth command
      build: add code coverage

William A. Kennington III (1):
      Makefile: split out common libary code for testing

(From meta-google rev: c791de74684935b02749dd029c43f8c8a6704d6a)

Change-Id: I989846b585d9a829ae1110e706f579a4799cc23c
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
</content>
</entry>
<entry>
<title>meta-google: cleanup README</title>
<updated>2019-03-13T12:37:11+00:00</updated>
<author>
<name>Patrick Venture</name>
<email>venture@google.com</email>
</author>
<published>2019-03-13T00:36:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=ae29d00f227e55192a69f66c87633e1b53fc6e68'/>
<id>urn:sha1:ae29d00f227e55192a69f66c87633e1b53fc6e68</id>
<content type='text'>
Further cleanup of the README, including a phrasing tweak.

(From meta-google rev: 98170ba7a8ab9be3c3dfd631c93c80d06516638c)

Change-Id: I5a0bb45e69742e7fad403102577cd54ade2d0599
Signed-off-by: Patrick Venture &lt;venture@google.com&gt;
Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
</content>
</entry>
<entry>
<title>meta-google: rework README to be non-markdown</title>
<updated>2019-03-13T12:37:11+00:00</updated>
<author>
<name>Patrick Venture</name>
<email>venture@google.com</email>
</author>
<published>2019-03-13T00:32:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=602b38aeb523c5ddbfa672be19ef14ed132885e5'/>
<id>urn:sha1:602b38aeb523c5ddbfa672be19ef14ed132885e5</id>
<content type='text'>
Rework the README to not use markdown.

(From meta-google rev: e95ffa4345393be4ea00f05060f51f2a6af3833b)

Change-Id: Ie4b25a0af5817358ab48d184cc358bce262521a3
Signed-off-by: Patrick Venture &lt;venture@google.com&gt;
Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
</content>
</entry>
<entry>
<title>google-ipmi-i2c: srcrev bump d7f368aae0..605687d8a0</title>
<updated>2019-03-13T12:37:10+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2019-03-09T04:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=925bbd05851909b3ec5af58572c0b3aad4b85f84'/>
<id>urn:sha1:925bbd05851909b3ec5af58572c0b3aad4b85f84</id>
<content type='text'>
Patrick Venture (2):
      README: drop TOC
      add host-side kernel driver

(From meta-google rev: c155fdf2d5a3403e53e1bc4b2a9d7c0e479b3d94)

Change-Id: I5559f7cba7f31ae468cc71b6a831be47f40b898d
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
</content>
</entry>
<entry>
<title>google-ipmi-sys: srcrev bump a289fa2e2f..0788699a94</title>
<updated>2019-03-13T12:37:10+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2019-03-12T00:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=fd1770ddc0f8d5dc732289345f75bcd2748df1a4'/>
<id>urn:sha1:fd1770ddc0f8d5dc732289345f75bcd2748df1a4</id>
<content type='text'>
Patrick Venture (1):
      use filesystem instead of experimental

(From meta-google rev: eeb70ed1eff576e8b4d2e8bda2e9fafb4a92613a)

Change-Id: I42d81d00920e42721687fad4a80efb742df0004a
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
</content>
</entry>
<entry>
<title>google-ipmi-sys: srcrev bump c662465b21..a289fa2e2f</title>
<updated>2019-02-21T22:27:24+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2019-02-20T22:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=859b2509cceccc47e814eb39fd41593a0b74c22c'/>
<id>urn:sha1:859b2509cceccc47e814eb39fd41593a0b74c22c</id>
<content type='text'>
Jaghathiswari Rankappagounder Natarajan (1):
      Add support for some more entity types

(From meta-google rev: 6068610164589b266eb72453de4965864ab0bd67)

Change-Id: I778f2e64e056c8c5bdcc4e481ae470197eae0f50
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
</content>
</entry>
<entry>
<title>google-ipmi-i2c: srcrev bump 9a074dc5b2..d7f368aae0</title>
<updated>2019-02-15T01:15:31+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2019-02-12T21:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=71e7d2082d73ba89d01d59a8de8e5b1f3fad6205'/>
<id>urn:sha1:71e7d2082d73ba89d01d59a8de8e5b1f3fad6205</id>
<content type='text'>
William A. Kennington III (1):
      Convert host-ipmid -&gt; libipmid

(From meta-google rev: f8d3b5a2eeab6d0ae98b37edcca04506ad2dfa9a)

Change-Id: I53a48da722005bf1e14e3075cdcf154263ead810
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
</feed>
