diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-17 14:56:40 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-25 15:11:46 +0100 |
| commit | f884ab8ffcb3b4ab7e19b6fa70f5838fa29bf591 (patch) | |
| tree | 8df0494c06a7990c3338e81adfb383b0a0754ecd /meta/recipes-extended | |
| parent | c82f38999b51a60bd4998680481ae930f26afecd (diff) | |
| download | poky-f884ab8ffcb3b4ab7e19b6fa70f5838fa29bf591.tar.gz | |
udev-extraconf/initrdscripts/parted: Rename mount.blacklist -> mount.ignorelist
(From OE-Core rev: 99d9dc7c6b5149f19a315bce78784aa1753ea7be)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 69e486ddb3059f80ba538e1f59c2ca8a8df0faf9)
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
| -rw-r--r-- | meta/recipes-extended/parted/files/run-ptest | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/parted/files/run-ptest b/meta/recipes-extended/parted/files/run-ptest index c3d6fca339..096078967f 100644 --- a/meta/recipes-extended/parted/files/run-ptest +++ b/meta/recipes-extended/parted/files/run-ptest | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | mkdir -p /etc/udev/mount.blacklist.d | 3 | mkdir -p /etc/udev/mount.ignorelist.d |
| 4 | echo /dev/sda1 >> /etc/udev/mount.blacklist.d/parted-tmp | 4 | echo /dev/sda1 >> /etc/udev/mount.ignorelist.d/parted-tmp |
| 5 | rm -f tests/*.log | 5 | rm -f tests/*.log |
| 6 | make -C tests test-suite.log | 6 | make -C tests test-suite.log |
| 7 | rm /etc/udev/mount.blacklist.d/parted-tmp | 7 | rm /etc/udev/mount.ignorelist.d/parted-tmp |
