mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 12:43:03 +01:00
PKNAME is NULL when run "lsblk -o+PKNAME /dev/sda1" backport an upstream patch to fix it. (From OE-Core rev: a5a987ff5e5e333e28be44a12e729907272ea3cb) Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
524 B
BlitzBasic
14 lines
524 B
BlitzBasic
require util-linux.inc
|
|
|
|
SRC_URI += "file://configure-sbindir.patch \
|
|
file://runuser.pamd \
|
|
file://runuser-l.pamd \
|
|
file://ptest.patch \
|
|
file://run-ptest \
|
|
file://display_testname_for_subtest.patch \
|
|
file://avoid_parallel_tests.patch \
|
|
file://0001-lsblk-force-to-print-PKNAME-for-partition.patch \
|
|
"
|
|
SRC_URI[md5sum] = "a78cbeaed9c39094b96a48ba8f891d50"
|
|
SRC_URI[sha256sum] = "743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5"
|