aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-core/systemd
AgeCommit message (Collapse)Author
2019-08-28common: rename to meta-amd-bspArsalan H. Awan
This renames common layers to meta-amd-bsp as it is going to hold all the bsps in it in the following commits. This also changes the layer title in layer.conf from "amd" to "amd-bsp" Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-19common/core/systemd: remove backported patch which exists in sourceArsalan H. Awan
This removes a patch that was backported from upstream which is already a part of the source code of systemd v241 that we are using in warrior branch. Associated commit in systemd git repo (branch: v241-stable): cde942f61bf231ea4a0d50780cdb4e744458daeb Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-02-25systemd: fix mmc device dissectionAwais Belal
The systemd gpt autogenerator dissects each device for partition information. MMC devices having special partition layout containing fixed boot0/1 and rpmb partitions cause a failure during dissection and during boot we get: systemd-gpt-auto-generator[102]: Failed to dissect: Input/output error The fix is an upstream backport. https://github.com/endlessm/systemd/pull/81 Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-04-16systemd/udev-hwdb: fix postinst intentionAwais Belal
The intention with this post-installation script is to run it on the target at first boot so handle it accordingly otherwise it will only generate warnings on build time. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-01Revert "systemd-serialgetty: force baud rate on SERIAL_CONSOLES"Awais Belal
This reverts commit 35ca7c8a7ca4d0d75837011964c1871cbf2e17d8. The patch has been accpeted upstream. http://cgit.openembedded.org/openembedded-core/commit/?id=b54b73834e73d55de1038b55d0a4d7f49cda52d0 Signed-off-by: Awais Belal (awais_belal@mentor.com)
2016-02-16systemd-serialgetty: force baud rate on SERIAL_CONSOLESAwais Belal
The original serial-getty service uses --keep-baud when starting getty service on a particular tty. This renders void any changes that are specified for baud rate through the SERIAL_CONSOLES variable and getty comes up with whatever default baud the kernel has assigned to the port. We handle this by removing the --keep-baud setting from the service file so baud rate from the SERIAL_CONSOLES variable is obeyed. Signed-off-by: Awais Belal <awais_belal@mentor.com>