]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
kernel.bbclass: Add force flag to rm calls
authorRyan Eatmon <reatmon@ti.com>
Thu, 31 Aug 2023 19:26:29 +0000 (14:26 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Sep 2023 10:47:39 +0000 (11:47 +0100)
commit2e669bf797b15d803e7d6a700e449bdc467a4bcc
tree1257b5b287cda6eef2daf68b21d4a7b8d5f2c1e0
parentcb58ae2e288afaf14898b1ee261d010736cd0090
kernel.bbclass: Add force flag to rm calls

The latest 6.5 kernels do not appear to create the source file in
${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/source so the
recipe errors out when trying to remove it.  Simple fix is to add the
-f (force) flag to the call.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/kernel.bbclass