aboutsummaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/recipes-kernel/uio-seville/uio-seville_0.1.bb
blob: 7ca4c8fd0827fae3d64d5c7115ea08aa20a9a8dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "UIO driver for T1040 L2 Switch"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"

SRC_URI = "git://git.freescale.com/ppc/sdk/l2switch-uio.git;branch=master"
SRCREV = "80de8322d0ab8c28f5dfbe3cde8759a1efbe06c9"

inherit module

S = "${WORKDIR}/git/uio-driver"

COMPATIBLE_MACHINE ?= "(none)"
COMPATIBLE_MACHINE_t1040 = ".*"
COMPATIBLE_MACHINE_t1042 = ".*"