aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-core/systemd/files/0001-dissect-Don-t-count-RPMB-and-boot-partitions-8609.patch
AgeCommit message (Collapse)Author
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>