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:
Bob Cochran 2017-03-15 16:15:32 -04:00 committed by Otavio Salvador
parent bc39afa599
commit 7493e87a4d
2 changed files with 0 additions and 36 deletions

View File

@ -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

View File

@ -1,6 +0,0 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
SRC_URI_append_qoriq-ppc = " \
file://skip-rules-for-mmc-rpmb-partition.patch \
"