]> 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)
committerSteve Sakoman <steve@sakoman.com>
Sat, 30 Sep 2023 17:44:17 +0000 (07:44 -1000)
commitf4422831cce168d0b113fb47eebbb480d157cebb
tree3e33dd91fccfb03d8a1c867bbc49dce6e15addd8
parentedfd456dee40dcd6a65545c60a6ace50aa52f65f
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>
(cherry picked from commit 2e669bf797b15d803e7d6a700e449bdc467a4bcc)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes-recipe/kernel.bbclass