History log of /openbmc/openbmc/meta-phosphor/recipes-kernel/linux/linux-%.bbappend (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e0a90a39 28-Mar-2024 Thang Q. Nguyen <thang@os.amperecomputing.com>

meta-phosphor: add nfs distro feature

Add include files for NFS distro features, which enables NFS kernel
configuration and utility to mount NFS from BMC.

Tested:
1. Check if CONFIG_NFS_* are enabl

meta-phosphor: add nfs distro feature

Add include files for NFS distro features, which enables NFS kernel
configuration and utility to mount NFS from BMC.

Tested:
1. Check if CONFIG_NFS_* are enabled
$ zcat /proc/config.gz | grep NFS
2. Mount remote NFS folder
$ mount -t nfs 10.10.130.2:/tftpboot/ISO_file /tmp/mount_nfs

Change-Id: I015f4f6ed9c5b60573340233aee1f781aa0c573a
Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>

show more ...


# 3b0a976b 15-Apr-2024 Patrick Williams <patrick@stwcx.xyz>

treewide: linux: remove cfg files from SRC_URI

When using a `feature.scc` file it is not necessary to also include
the corresponding `feature.cfg` file in the `SRC_URI` field. Remove
them to clean

treewide: linux: remove cfg files from SRC_URI

When using a `feature.scc` file it is not necessary to also include
the corresponding `feature.cfg` file in the `SRC_URI` field. Remove
them to clean up.

[1]: https://docs.yoctoproject.org/kernel-dev/advanced.html#recipe-space-metadata

Tested:

Built on Yosemite4 and observed MCTP configure options are still
enabled.
```
root@yosemite4:~# zcat /proc/config.gz | grep MCTP
CONFIG_MCTP=y
CONFIG_MCTP_FLOWS=y
# MCTP Device Drivers
CONFIG_MCTP_SERIAL=y
CONFIG_MCTP_TRANSPORT_I2C=y
# end of MCTP Device Drivers
```

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I76656cf9fbbe5cd2ac44f90c46b391111ca72410

show more ...


Revision tags: 2.16.0-dev
# b7c216b1 06-Oct-2023 Patrick Williams <patrick@stwcx.xyz>

meta-phosphor: linux: simplify mctp config selection

Leverage the mctp DISTRO_FEATURE to simplify the selection of the
mctp kernel config.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change

meta-phosphor: linux: simplify mctp config selection

Leverage the mctp DISTRO_FEATURE to simplify the selection of the
mctp kernel config.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: If01e472b9128d1e90fd29e1e31cef284057890fe

show more ...


Revision tags: 2.14.0, 2.14.0-rc1, 2.15.0-dev
# ddaca3c8 31-Jan-2023 Rashmica Gupta <rashmica@linux.ibm.com>

meta-ibm: p10bmc: add a MCTP DISTRO_FEATURES switch

The switch enables AF_MCTP and adds the `mctp` tool and `mctpd` so we
can setup and manage an in-kernel MCTP network.

Enable it for p10bmc and al

meta-ibm: p10bmc: add a MCTP DISTRO_FEATURES switch

The switch enables AF_MCTP and adds the `mctp` tool and `mctpd` so we
can setup and manage an in-kernel MCTP network.

Enable it for p10bmc and also add CONFIG_TUN so we can use a tun device
to transport packets between the kernel and the astlpc interface
implemented in libmctp.

Change-Id: I21d0af9e751f91975c760b4b4708b3b401b95417
Signed-off-by: Rashmica Gupta <rashmica@linux.ibm.com>

show more ...


# 577977ed 01-Jun-2023 Andrew Jeffery <andrew@aj.id.au>

meta-phosphor: linux: Enable CONFIG_SCHEDSTATS for systemd-bootchart

systemd-bootchart requires CONFIG_SCHEDSTATS=y to operate. Enabling it
adds 4344 bytes to the p10bmc zImage (used as a test platf

meta-phosphor: linux: Enable CONFIG_SCHEDSTATS for systemd-bootchart

systemd-bootchart requires CONFIG_SCHEDSTATS=y to operate. Enabling it
adds 4344 bytes to the p10bmc zImage (used as a test platform in this
instance), which is likely tolerable for a default configuration:

```
$ ls -l zImage.*
-rw-r--r--. 1 andrew andrew 4179240 Jun 2 14:28 zImage.no-schedstats
-rw-r--r--. 1 andrew andrew 4183584 Jun 2 14:19 zImage.schedstats
```

Change-Id: Ie86eaa60a414bb5d62f89584aa674c3b586e0516
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

show more ...