summaryrefslogtreecommitdiffstats
path: root/generate_bls_conf.sh
Commit message (Collapse)AuthorAgeFilesLines
* kernel-5.11.7-9Justin M. Forbes2021-03-171-1/+6
| | | | | | | | | | | | | | | | | * Wed Mar 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.7-9] - Disable weak-modules again rhbz 1828455 (Justin M. Forbes) - More config updates for gcc-plugin turn off (Justin M. Forbes) - fedora: the PCH_CAN driver is x86-32 only (Peter Robinson) - common: disable legacy CAN device support (Peter Robinson) - common: Enable Microchip MCP251x/MCP251xFD CAN controllers (Peter Robinson) - common: Bosch MCAN support for Intel Elkhart Lake (Peter Robinson) - common: enable CAN_PEAK_PCIEFD PCI-E driver (Peter Robinson) - common: disable CAN_PEAK_PCIEC PCAN-ExpressCard (Peter Robinson) - common: enable common CAN layer 2 protocols (Peter Robinson) - ark: disable CAN_LEDS option (Peter Robinson) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* Drop the id field from generated BLS snippetsJavier Martinez Canillas2018-07-121-1/+0
| | | | | | | The id field was used to sort the menu entries and to be used as the menu entries id. But now the BLS filename is used for that, so drop this field. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
* Make BLS 'id' and 'version' fields include if it's a debug variant or not.Peter Jones2018-03-201-2/+4
| | | | Signed-off-by: Peter Jones <pjones@redhat.com>
* Include version field to generated BLS configuration fragmentJavier Martinez Canillas2018-03-191-0/+1
| | | | | | | | | | | The BootLoaderSpec defines an optional version field that contains a human readable version string for the menu item. This can be used by bootloaders to set the boot menu item names instead of the optional title field. For example the zipl bootloader used by s390x architecture doesn't support names that contains spaces, so it uses the kernel version as the item name. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
* Generate BootLoaderSpec config fragmentsPeter Jones2018-02-191-0/+28
The BootLoaderSpec (BLS) defines a scheme where different bootloaders can share a format for boot items and a configuration directory that accepts these common configurations as drop-in files [0]. Generate BLS snippets at build time that can be copied on kernel install, so bootloaders can parse to create menu entries using this information. [0]: https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/ Signed-off-by: Peter Jones <pjones@redhat.com>