diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2023-02-08 14:17:30 -0700 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-02-08 21:44:20 +0000 |
commit | 1363afb2811b97aebb22eece13c87b1143932085 (patch) | |
tree | f33180e8d411480949b5bd7685450c1fbe6452b1 /recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb | |
parent | 26b0a24b57679bc9aa51f697e6559ebcee0fa37c (diff) | |
download | meta-freescale-backport-1419-to-kirkstone.tar.gz |
layer: Use github for QorIQ sourcebackport-1419-to-kirkstone
The NXP repos are moving to github.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit d75c8159b3bbe428ab759b2822a5b8b99e10e699)
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb b/recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb index a8d5d4980..0a65642a7 100644 --- a/recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb +++ b/recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "UIO driver for T1040 L2 Switch" | |||
2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" |
4 | 4 | ||
5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/l2switch-uio;branch=nxp/sdk-v2.0.x" | 5 | SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/l2switch-uio;branch=nxp/sdk-v2.0.x" |
6 | SRCREV = "0f31fbcbe9ab1ab9c424da34f70c82314b16f8de" | 6 | SRCREV = "0f31fbcbe9ab1ab9c424da34f70c82314b16f8de" |
7 | 7 | ||
8 | inherit module | 8 | inherit module |