mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00: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}
|
cd ${S}
|
||||||
git checkout -f ${WRMACHINE}-${LINUX_KERNEL_TYPE}
|
git checkout -f ${WRMACHINE}-${LINUX_KERNEL_TYPE}
|
||||||
}
|
}
|
||||||
|
do_wrlinux_checkout[dirs] = "${S}"
|
||||||
|
|
||||||
addtask wrlinux_checkout before do_patch after do_unpack
|
addtask wrlinux_checkout before do_patch after do_unpack
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user