diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-02-25 15:50:01 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-02-25 15:50:01 -0600 |
commit | a727df912021d6529375549ddf791936dfd880e3 (patch) | |
tree | 7fab7a0c7fdc9f28f69c1ffabc72025e2494bdc3 /recipes-kernel | |
parent | bfdfe610105007cb0f125d865c499278229cbe9d (diff) | |
download | meta-multitech-a727df912021d6529375549ddf791936dfd880e3.tar.gz meta-multitech-a727df912021d6529375549ddf791936dfd880e3.tar.bz2 meta-multitech-a727df912021d6529375549ddf791936dfd880e3.zip |
linux-3.12.27: disable rm_work for kernel
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux_3.12.27.bb | 5 |
1 files changed, 5 insertions, 0 deletions
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" +} |