summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-xlnx-prt_3.8.bb
blob: 6e61d83decd01a8b72fb981eb90d58dcbba8c6da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
KBRANCH = "xlnx_3.8"

# See include file for common information
include linux-xlnx.inc

PR = "r1"

# Kernel version and SRCREV correspond to: xlnx_3.8 branch
LINUX_VERSION = "3.8"
SRCREV = "f4ff79d44a966ebea6229213816d17eb472b303e"

SRC_URI_append = " \
    file://patch-3.8.11-rt8-xlnx.patch \
    file://preempt-rt.cfg \
    file://config-3.8.11-rt8-xlnx \
    "

do_configure_append () {
    cd ${B}
    rm -f .config
    cp ../config-3.8.11-rt8-xlnx ./.config
}