meta-freescale/recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb
Max Krummenacher b0b0e37c6f recipes: Update github.com urls to use https
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>
2023-09-11 06:38:17 -03:00

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)"