mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
linux-wrs: Ensure S directory exists else task can fail
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -81,6 +81,7 @@ IFS='
|
||||
cd ${S}
|
||||
git checkout -f ${WRMACHINE}-${LINUX_KERNEL_TYPE}
|
||||
}
|
||||
do_wrlinux_checkout[dirs] = "${S}"
|
||||
|
||||
addtask wrlinux_checkout before do_patch after do_unpack
|
||||
|
||||
|
||||
Reference in New Issue
Block a user