summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-17 14:56:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-25 15:11:46 +0100
commitf884ab8ffcb3b4ab7e19b6fa70f5838fa29bf591 (patch)
tree8df0494c06a7990c3338e81adfb383b0a0754ecd /meta/recipes-extended
parentc82f38999b51a60bd4998680481ae930f26afecd (diff)
downloadpoky-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-ptest6
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
3mkdir -p /etc/udev/mount.blacklist.d 3mkdir -p /etc/udev/mount.ignorelist.d
4echo /dev/sda1 >> /etc/udev/mount.blacklist.d/parted-tmp 4echo /dev/sda1 >> /etc/udev/mount.ignorelist.d/parted-tmp
5rm -f tests/*.log 5rm -f tests/*.log
6make -C tests test-suite.log 6make -C tests test-suite.log
7rm /etc/udev/mount.blacklist.d/parted-tmp 7rm /etc/udev/mount.ignorelist.d/parted-tmp