mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-08-22 00:42:07 +02:00

Github has announced there will be no more git:// fetching from their servers: https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
13 lines
384 B
BlitzBasic
13 lines
384 B
BlitzBasic
DESCRIPTION = "UIO driver for T1040 L2 Switch"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
|
|
|
|
SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/l2switch-uio;branch=nxp/sdk-v2.0.x;protocol=https"
|
|
SRCREV = "0f31fbcbe9ab1ab9c424da34f70c82314b16f8de"
|
|
|
|
inherit module
|
|
|
|
S = "${WORKDIR}/git/uio-driver"
|
|
|
|
COMPATIBLE_MACHINE = "(t1040|t1042)"
|