aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-microblaze.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-microblaze.inc')
-rw-r--r--recipes-kernel/linux/linux-microblaze.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-microblaze.inc b/recipes-kernel/linux/linux-microblaze.inc
deleted file mode 100644
index e23a50e8..00000000
--- a/recipes-kernel/linux/linux-microblaze.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-# MicroBlaze is a uImage target, but its not called 'uImage' instead it is called 'linux.bin.ub'
-python () {
- if d.getVar('KERNEL_IMAGETYPE', True).endswith('.ub'):
- d.setVar('DEPENDS', "%s u-boot-mkimage-native" % d.getVar('DEPENDS', True))
-}