mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 23:02:20 +02:00
udev: remove eudev_%.bbappend and associated patch since it's no longer required
Commit d2313434 already exists in eudev to prevent udev from managing
an MMC Replay-protected memory block (RPMB)
Testing of an LS1021A-TWR & eMMC 4.51 with master branches of poky and
meta-freescale minus the patch to 60-persistent-storage.rules
confirmed that udev ignores mmcblk0rpmb on boot.
referenced upstream patch:
d2313434ac
Change-Id: Ib91aed741d18a87081e82e7c71e36363bb8b3939
Signed-off-by: Bob Cochran <yocto@mindchasers.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
bc39afa599
commit
7493e87a4d
|
@ -1,30 +0,0 @@
|
|||
skip rules for mmc rpmb partition
|
||||
|
||||
Upstream-status: Pending
|
||||
|
||||
In FSL SDK 1.6 Kernel, mmc driver has created a new partition
|
||||
with "mmcblkXrpmb" if device expresses it support of RPMB.
|
||||
|
||||
RPMB (Replay Protected Memory Block), A signed access to a Replay
|
||||
Protected Memory Block is provided. This function provides means
|
||||
for the system to store data to the specific memory area in an
|
||||
authenticated and replay protected manner.
|
||||
|
||||
In that case, any read/write access to this partition device will
|
||||
report errors which will not impact any fuction.
|
||||
|
||||
add rules to skip it.
|
||||
|
||||
Signed-off-by: Ting Liu <ting.liu@nxp.com>
|
||||
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
|
||||
|
||||
--- ./rules/60-persistent-storage.rules.orig 2016-03-01 21:07:13.304170363 -0600
|
||||
+++ ./rules/60-persistent-storage.rules 2016-03-01 21:07:32.784169668 -0600
|
||||
@@ -6,6 +6,7 @@
|
||||
ACTION=="remove", GOTO="persistent_storage_end"
|
||||
|
||||
SUBSYSTEM!="block", GOTO="persistent_storage_end"
|
||||
+KERNEL=="mmcblk*rpmb", GOTO="persistent_storage_end"
|
||||
KERNEL!="loop*|mmcblk*[0-9]|msblk*[0-9]|mspblk*[0-9]|nvme*|sd*|sr*|vd*|xvd*|bcache*|cciss*|dasd*|ubd*", GOTO="persistent_storage_end"
|
||||
|
||||
# ignore partitions that span the entire disk
|
|
@ -1,6 +0,0 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
||||
|
||||
SRC_URI_append_qoriq-ppc = " \
|
||||
file://skip-rules-for-mmc-rpmb-partition.patch \
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user