gatesgarth migration: linux-dey: fix do_kernel_localversion() task dependency

Commit ffeb0556("classes: fsl-kernel-localversion: Fix task dependency") in
meta-freescale layer fixes a task dependency issue, so do_preconfigure() was
renamed to do_kernel_localversion().

https://jira.digi.com/browse/DEL-7508

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2021-04-23 17:42:09 +02:00
parent 9ed772d281
commit 526a0fbcc6
1 changed files with 1 additions and 1 deletions

View File

@ -86,6 +86,6 @@ do_copy_defconfig () {
cp -f ${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig
fi
}
addtask copy_defconfig after do_patch before do_preconfigure
addtask copy_defconfig after do_patch before do_kernel_localversion
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8x|ccimx8m|ccimx6)"