<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/OpenBmc/openbmc.git/meta-amd, branch Add_Fan_PID_Control</title>
<subtitle>OpenBMC Distribution (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/atom?h=Add_Fan_PID_Control</id>
<link rel='self' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/atom?h=Add_Fan_PID_Control'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/'/>
<updated>2022-04-29T21:02:50+00:00</updated>
<entry>
<title>treewide: remove meta-perl</title>
<updated>2022-04-29T21:02:50+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2022-04-29T01:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=fdb08ed64cfe5d4a51fbdf14172756e5a574c748'/>
<id>urn:sha1:fdb08ed64cfe5d4a51fbdf14172756e5a574c748</id>
<content type='text'>
The only recipes which use content from meta-perl are openpower
machines:

```
    meta-openpower/recipes-bsp/pdata/pdata_git.bb:           libxml-libxml-perl-native \
    meta-yadro/meta-nicole/recipes-phosphor/logging/openpower-esel-parser_git.bb:            libxml-libxml-perl-native \
```

Remove meta-perl from the bblayers of every layer except openpower
machines.

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: I51f1a8fbfbe879295c64d2339fc115dbd8823681
</content>
</entry>
<entry>
<title>treewide: drop unused meta-security layer</title>
<updated>2022-04-22T14:19:35+00:00</updated>
<author>
<name>Brad Bishop</name>
<email>bradleyb@fuzziesquirrel.com</email>
</author>
<published>2022-04-22T14:19:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=6ad72ee99dd2398ef9e669ada3f525cfb1e99b43'/>
<id>urn:sha1:6ad72ee99dd2398ef9e669ada3f525cfb1e99b43</id>
<content type='text'>
This was added with cde0f094f for libseccomp, but shortly after that
upstream moved libseccomp from meta-security to core (241c7d2e6).  As
such, meta-security is no longer used or required.

Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
Change-Id: I371e54b11f6336720dfc6edf0ef733d22b7fb4f2
</content>
</entry>
<entry>
<title>treewide: Update BB_DISKMON_DIRS use</title>
<updated>2022-04-12T16:58:47+00:00</updated>
<author>
<name>George Liu</name>
<email>liuxiwei@inspur.com</email>
</author>
<published>2022-04-12T06:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=b6bf8da1a58541fef58862e9c783d9bdad0d5c83'/>
<id>urn:sha1:b6bf8da1a58541fef58862e9c783d9bdad0d5c83</id>
<content type='text'>
Per [1][2], Yocto is starting to deprecate ABORT and has replaced
the "ABORT" action in BB_DISKMON_DIRS entries with "HALT".

1. https://wiki.yoctoproject.org/wiki/Inclusive_language
2. https://git.yoctoproject.org/poky/commit/?id=4f77505d94a8f6260933f457e9848d1d2fa98ce5

Tested:
Built obmc-phosphor-image successfully and eliminate the following
warnings:

```
WARNING: The BB_DISKMON_DIRS "ABORT" action has been renamed to
"HALT", update configuration
```

Signed-off-by: George Liu &lt;liuxiwei@inspur.com&gt;
Change-Id: If57d0ded9fac41e23b31b01e2a0e309ac7388148
</content>
</entry>
<entry>
<title>treewide: remove image-prelink bbclass usage</title>
<updated>2022-02-25T21:49:49+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2022-02-25T21:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=37d3b1210e19365fad7102a405bed087f57cdde3'/>
<id>urn:sha1:37d3b1210e19365fad7102a405bed087f57cdde3</id>
<content type='text'>
Upstream has removed the image-prelink bbclass[1], so remove it from any
local.conf.sample that still has it enabled.

1. https://git.openembedded.org/openembedded-core/commit/?id=857baaf9e3d181ca18264e85d90b899fd94acff9

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: I70f42f8816f5dea207fcf5c34837d6796b3f6bb6
</content>
</entry>
<entry>
<title>treewide: support yocto kirkstone release</title>
<updated>2022-02-25T21:29:44+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2022-02-25T21:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=757831f38b48e057618031bd4b16bdac0d7ac778'/>
<id>urn:sha1:757831f38b48e057618031bd4b16bdac0d7ac778</id>
<content type='text'>
* Deprecate N-1 release (hardknott).
* Enable N+1 release (kirkstone).

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: I39e027e02dab64b4390b46ffbd9c299c858f403e
</content>
</entry>
<entry>
<title>treewide: remove MAINTAINERS</title>
<updated>2022-02-22T20:30:31+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2021-12-13T17:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=2407a2b2bc06d0d919de54356854d717aa4a7501'/>
<id>urn:sha1:2407a2b2bc06d0d919de54356854d717aa4a7501</id>
<content type='text'>
The MAINTAINERS files are no longer used and are out of date (references
to IRC still exist in most of them).  Remove them and rely on the OWNERS
exclusively.

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: I0f5d2719ad97e218ce03c4503efe1b1c92ac455e
</content>
</entry>
<entry>
<title>u-boot: Specify u-boot package for AST2500 machines</title>
<updated>2022-01-18T12:11:43+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2022-01-17T10:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=a4c5b7f99891bd08d5c11b88f7abbc57b2ab8ea6'/>
<id>urn:sha1:a4c5b7f99891bd08d5c11b88f7abbc57b2ab8ea6</id>
<content type='text'>
This sets u-boot to the package containing the v2016.07-aspeed-openbmc
branch. This ensures there will be no change if the default changes in
the future.

Change-Id: Iea12e1691dbdda34a3f95d6d0862add0b15bcf37
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>Remove BBLAYERS_NON_REMOVABLE variable</title>
<updated>2021-12-02T16:24:21+00:00</updated>
<author>
<name>Alexander Filippov</name>
<email>a.filippov@yadro.com</email>
</author>
<published>2021-12-02T16:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=39d68d4071b8e9b61210e8bbe65d68a9662d0f34'/>
<id>urn:sha1:39d68d4071b8e9b61210e8bbe65d68a9662d0f34</id>
<content type='text'>
`BBLAYERS_NON_REMOVABLE` is obsolete and no longer required.
As it said by Yocto documentation it can be used by `Hob`
  https://www.yoctoproject.org/docs/1.5.2/ref-manual/ref-manual.html#var-BBLAYERS_NON_REMOVABLE
that already removed since Yocto-2.1
  https://www.yoctoproject.org/tools-resources/projects/hob

Change-Id: Ibc2d8268a9d837a81e9cf6b0131dba8d0a030a3f
Signed-off-by: Alexander Filippov &lt;a.filippov@yadro.com&gt;
</content>
</entry>
<entry>
<title>Partially revert "treewide: remove obmc-system-mgmt feature"</title>
<updated>2021-11-04T09:36:33+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2021-11-03T15:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=5a5f33c729e6b5869362172b63595422eb84a418'/>
<id>urn:sha1:5a5f33c729e6b5869362172b63595422eb84a418</id>
<content type='text'>
The obmc-system-mgmt feature is currently used in the image to trigger
inclusion of a virtual-provider which provides a number of packages many
systems need.  Partially revert the removal of this feature so that
the outcome is:

    1. The empty obmc-phosphor-sysd package is still removed.
    2. By default the 'obmc-system-mgmt' feature is included, unless
       specifically exempted.
    3. All EVB platforms remove the 'obmc-system-mgmt' feature since
       they have no system they are managing.

This partially reverts commit 060ad3ff7fcc30aff78a9e504efee9d8fa0d4526.

Tested:

  * Built `bletchley` and confirmed `packagegroup-fb-apps-system` and
    `entity-manager` are present.

```
entity-manager armv7ahf-vfpv4d16 0.1+git0+6bf41588ab-r0
packagegroup-fb-apps-system all 1.0-r1
```
  * Built `witherspoon` and confirmed `packagegroup-op-apps-system` and
    `pdbg` are present.

```
packagegroup-op-apps-system noarch 1.0
pdbg arm1176jzs 3.3
```

  * Ran `bitbake -p` on `evb-ast2600` to confirm the undefined
    `virtual-obmc-system-mgmt` is not being included in the image.

Change-Id: I8b7804d5101cc84a2c57473b3f85672bf7767c67
Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
</content>
</entry>
<entry>
<title>treewide: remove obmc-system-mgmt feature</title>
<updated>2021-10-26T16:15:19+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2021-10-22T20:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=060ad3ff7fcc30aff78a9e504efee9d8fa0d4526'/>
<id>urn:sha1:060ad3ff7fcc30aff78a9e504efee9d8fa0d4526</id>
<content type='text'>
Every machine layer treats 'system-management' as either part of a
package-group or removes the feature.  The sample implementation in
meta-phosphor is a do-nothing shell script (and up until recently was a
Python script).  There appears to be no useful purpose to this feature
as a stand-alone concept, so remove it.

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: I20ca1fa8ff3cb01cac2d07d4ded84e0769e4514b
</content>
</entry>
</feed>
