summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-xlnx.inc
blob: 3528edaf3cc82bb6322ba8618f65bae4fd2aacf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
inherit kernel

# This version extension should match CONFIG_LOCALVERSION in defconfig
LINUX_VERSION_EXTENSION ?= "-xilinx"

require recipes-kernel/linux/linux-yocto.inc
require conf/machine/include/soc-family.inc

# MicroBlaze is a uImage target, but its not called 'uImage'
DEPENDS_microblaze += "u-boot-mkimage-native"

FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:"
SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;nocheckout=1"

PR = "r1"
PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}"

# Override COMPATIBLE_MACHINE to include your machine in a bbappend file.
COMPATIBLE_MACHINE = "zynq|microblazeel"