Files
poky/scripts
Aleksandar Nikolic 3b4d998c7a wic: Fix updating fstab for nvme devices
In case wks file references nvme, update_fstab() function will not add
prefix 'p' before the partition number, as the if condition only takes
mmcblk into consideration.

In case of nvme0n1 this leads that following entries are added to fstab:

    /dev/nvme0n11
    /dev/nvme0n13

instead of:

    /dev/nvme0n1p1
    /dev/nvme0n1p3

The patch fixes this as it extends the if condition and adds prefix 'p' for
both mmcblk and nvme.

Upstream-Status: Backport [https://git.yoctoproject.org/wic/commit/?id=f20cda73b495b75ef399c331f59b0e2401a3e76a]
(From OE-Core rev: 5dde0ae4c9592091935eca63beacd3af28ac508a)

Signed-off-by: Aleksandar Nikolic <aleksandar.nikolic@zeiss.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
2026-07-22 21:08:55 +01:00
..
2024-02-13 13:51:41 +00:00
2024-02-02 10:38:28 +00:00
2024-02-13 13:51:41 +00:00
2024-02-13 13:51:41 +00:00
2026-03-25 17:34:13 +00:00
2025-09-22 13:17:52 -07:00
2022-06-22 22:40:28 +01:00

This directory contains Various useful scripts for working with OE builds