summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-raspberrypi.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc
index b348a9d..8aa9577 100644
--- a/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/recipes-kernel/linux/linux-raspberrypi.inc
@@ -30,14 +30,6 @@ UDEV_GE_141 ?= "1"
30 30
31KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains("MACHINE_FEATURES", "pitft28r", "stmpe-ts", "", d)}" 31KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains("MACHINE_FEATURES", "pitft28r", "stmpe-ts", "", d)}"
32 32
33# Set programmatically some variables during recipe parsing
34# See http://www.yoctoproject.org/docs/current/bitbake-user-manual/bitbake-user-manual.html#anonymous-python-functions
35python __anonymous () {
36 kerneltype = d.getVar('KERNEL_IMAGETYPE')
37 kerneldt = get_dts(d, d.getVar('LINUX_VERSION'))
38 d.setVar("KERNEL_DEVICETREE", kerneldt)
39}
40
41do_compile_append_raspberrypi3-64() { 33do_compile_append_raspberrypi3-64() {
42 cc_extra=$(get_cc_option) 34 cc_extra=$(get_cc_option)
43 oe_runmake dtbs CC="${KERNEL_CC} $cc_extra " LD="${KERNEL_LD}" ${KERNEL_EXTRA_ARGS} 35 oe_runmake dtbs CC="${KERNEL_CC} $cc_extra " LD="${KERNEL_LD}" ${KERNEL_EXTRA_ARGS}