summaryrefslogtreecommitdiff
path: root/recipes-core/udev/udev-toradex-rules.bb
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-07-04 14:00:41 +0200
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2022-07-26 14:49:30 +0000
commit24da367be6a1d33d9ce2947658b12fc8e4444d33 (patch)
tree930c8a086f8289d3f5e94f0fdf563b0200b4ef72 /recipes-core/udev/udev-toradex-rules.bb
parenta01555a69039fa02665d4089e9c80236d872752e (diff)
udev-extraconf: drop mount.sh
There were two reasons for maintaining Toradex specific mount.sh: - The first, we wanted to handle Toradex specific boot partitions for eMMC modules in /etc/fstab.. - The second was we wanted to mount medias on /media instead of /run/media. But this has at least two drawbacks: - It causes we might miss the future updates in OE's mount.sh. - Another more serious drawback is it will lead to a knew issue: https://bugzilla.yoctoproject.org/show_bug.cgi?id=12644 For the first issue, we can fix it by introducing another udev rule for boot partitions, to create a symbolic link: /boot -> /media/BOOT-PARTITION-MOUNTPOINT For the second issue, we can fix it by using MOUNT_BASE variable to change mount base from /run/media to /media. Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'recipes-core/udev/udev-toradex-rules.bb')
0 files changed, 0 insertions, 0 deletions