diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-03 08:44:46 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 08:44:46 -0300 |
commit | 7c71b9d5cbd5a44f0071f8f4e3cbd9570b01bf0d (patch) | |
tree | 2decb884b532ffaf46d3a07a2f6fa091dd17d0ea /recipes-kernel | |
parent | 07d4a6baa23ec3a1f013f8a070130598b56aec7c (diff) | |
parent | a9bdad993cb38c71d002dd10fa98411d5556266a (diff) | |
download | meta-freescale-7c71b9d5cbd5a44f0071f8f4e3cbd9570b01bf0d.tar.gz |
Merge pull request #1475 from jviguera/thudthud
[thud] meta-freescale: migrate IMX repos from codeaurora to github
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.8.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-imx-headers_4.9.123.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-imx.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.8.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.8.bb index 9201dd27..fcf462af 100644 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.8.bb +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.8.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425 | |||
9 | 9 | ||
10 | SRCBRANCH = "imx_4.9.123_imx8mm_ga" | 10 | SRCBRANCH = "imx_4.9.123_imx8mm_ga" |
11 | LOCALVERSION = "-${SRCBRANCH}" | 11 | LOCALVERSION = "-${SRCBRANCH}" |
12 | KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https" | 12 | KERNEL_SRC ?= "git://github.com/nxp-imx/linux-imx.git;protocol=https" |
13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
14 | ${KERNEL_SRC};branch=${SRCBRANCH};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \ | 14 | ${KERNEL_SRC};branch=${SRCBRANCH};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \ |
15 | file://Add-makefile.patch \ | 15 | file://Add-makefile.patch \ |
diff --git a/recipes-kernel/linux/linux-imx-headers_4.9.123.bb b/recipes-kernel/linux/linux-imx-headers_4.9.123.bb index 44bce42a..576e513e 100644 --- a/recipes-kernel/linux/linux-imx-headers_4.9.123.bb +++ b/recipes-kernel/linux/linux-imx-headers_4.9.123.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | |||
9 | 9 | ||
10 | SRCBRANCH = "imx_4.9.123_imx8mm_ga" | 10 | SRCBRANCH = "imx_4.9.123_imx8mm_ga" |
11 | LOCALVERSION = "-imx" | 11 | LOCALVERSION = "-imx" |
12 | SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=${SRCBRANCH} \ | 12 | SRC_URI = "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH} \ |
13 | file://0001-uapi-Install-custom-headers.patch" | 13 | file://0001-uapi-Install-custom-headers.patch" |
14 | SRCREV = "6a71cbc089755afd6a86c005c22a1af6eab24a70" | 14 | SRCREV = "6a71cbc089755afd6a86c005c22a1af6eab24a70" |
15 | 15 | ||
diff --git a/recipes-kernel/linux/linux-imx.inc b/recipes-kernel/linux/linux-imx.inc index 9a8a035f..4660a9ee 100644 --- a/recipes-kernel/linux/linux-imx.inc +++ b/recipes-kernel/linux/linux-imx.inc | |||
@@ -11,7 +11,7 @@ LOCALVERSION ?= "" | |||
11 | SCMVERSION ?= "y" | 11 | SCMVERSION ?= "y" |
12 | SRCBRANCH ?= "" | 12 | SRCBRANCH ?= "" |
13 | 13 | ||
14 | SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx;protocol=https;branch=${SRCBRANCH} \ | 14 | SRC_URI = "git://github.com/nxp-imx/linux-imx;protocol=https;branch=${SRCBRANCH} \ |
15 | file://defconfig \ | 15 | file://defconfig \ |
16 | " | 16 | " |
17 | 17 | ||