From 6314605bd42e589cd0f49c9fae5bb05f9c06705b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 10 Feb 2015 19:47:01 +0100 Subject: [PATCH] Revert "linux-sysmocom: Add some crazy checks to debug a race" Okay "make modules" will lead to the kernel.release file being re-created. So kernel.bbclass of Yocto master needs to be fixed. This reverts commit 3cdbc49cbb0875fe7d2f0813e5304b6c581010b2. --- recipes-bsp/linux/linux-sysmocom_git.bb | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/recipes-bsp/linux/linux-sysmocom_git.bb b/recipes-bsp/linux/linux-sysmocom_git.bb index 9e633ce..7649db1 100644 --- a/recipes-bsp/linux/linux-sysmocom_git.bb +++ b/recipes-bsp/linux/linux-sysmocom_git.bb @@ -37,28 +37,6 @@ require linux-tools.inc do_configure() { install -m 0644 ${WORKDIR}/defconfig ${B}/.config oe_runmake -C ${S} O=${B} oldconfig - ls -la ${B}/include/config/kernel.release || true - stat ${B}/include/config/kernel.release || true -} - -do_compile_prepend() { - ls -la ${B}/include/config/kernel.release || true - stat ${B}/include/config/kernel.release || true -} - -do_compile_append() { - ls -la ${B}/include/config/kernel.release || true - stat ${B}/include/config/kernel.release || true -} - -do_compile_kernelmodules_prepend() { - ls -la ${B}/include/config/kernel.release || true - stat ${B}/include/config/kernel.release || true -} - -do_compile_kernelmodules_append() { - ls -la ${B}/include/config/kernel.release || true - stat ${B}/include/config/kernel.release || true } # autoload defaults (alphabetically sorted)