From a727df912021d6529375549ddf791936dfd880e3 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Wed, 25 Feb 2015 15:50:01 -0600 Subject: linux-3.12.27: disable rm_work for kernel --- recipes-kernel/linux/linux_3.12.27.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes-kernel/linux/linux_3.12.27.bb b/recipes-kernel/linux/linux_3.12.27.bb index e699109..c46b575 100644 --- a/recipes-kernel/linux/linux_3.12.27.bb +++ b/recipes-kernel/linux/linux_3.12.27.bb @@ -39,3 +39,8 @@ SRC_URI[sha256sum] = "2014c55257dda311779359d6b42931079a687c154777cc528c44e25f26 COMPATIBLE_MACHINE = "(mtcdt)" DTB_APPEND_mtcdt = "mtcdt" + +# disable this on purpose for dev purposes +do_rm_work() { + echo "skipping" +} -- cgit v1.2.3