summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb b/recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb
index a1910b5..e5e484d 100644
--- a/recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb
+++ b/recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb
@@ -26,3 +26,7 @@ SRCREV_use-head-next = "${AUTOREV}"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(mx6|mx7|mx8)"
+
+do_kernel_metadata_append () {
+ touch ${S}/.kernel-meta/config.queue
+}