diff options
Diffstat (limited to 'meta/recipes-kernel/linux/linux-dtb.inc')
-rw-r--r-- | meta/recipes-kernel/linux/linux-dtb.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 8aa1458630..d39f49d1a3 100644 --- a/meta/recipes-kernel/linux/linux-dtb.inc +++ b/meta/recipes-kernel/linux/linux-dtb.inc @@ -3,8 +3,6 @@ FILES_kernel-devicetree = "/boot/devicetree*" KERNEL_DEVICETREE_FLAGS = "-R 8 -p 0x3000" python __anonymous () { - import bb - devicetree = d.getVar("KERNEL_DEVICETREE", True) or '' if devicetree: depends = d.getVar("DEPENDS", True) |