aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-kernel/linux/linux-microblaze.inc
blob: efd21a1869abbec9f25b27539403eb84ba547537 (plain)
1
2
3
4
5
6
7
8
9
10
SRC_URI += " \
    file://mb-no-tree-loop-distribute-patterns.patch \
    file://microblaze_generic.cfg \
    "

# 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))
}