diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-05 09:12:14 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 09:12:14 -0300 |
commit | f0be684f01b53482cb43e016a5c5c1faf3ae448e (patch) | |
tree | 3077326a0ab6c1adc72d86539b000de640a9ad55 | |
parent | 296f367ac913b0170ccf0233c0209d4cbf50341e (diff) | |
parent | 35ba80a5c75fb71aefbb8f9a69e1b36dfc595967 (diff) | |
download | meta-freescale-f0be684f01b53482cb43e016a5c5c1faf3ae448e.tar.gz |
Merge pull request #1482 from avionic-design/hardknott
meta-freescale: fix broken IMX migration from codeaurora to github
27 files changed, 30 insertions, 30 deletions
diff --git a/SCR/SCR-5.10.72-2.2.0.txt b/SCR/SCR-5.10.72-2.2.0.txt index f69f4cc2..1a9d0a5e 100644 --- a/SCR/SCR-5.10.72-2.2.0.txt +++ b/SCR/SCR-5.10.72-2.2.0.txt | |||
@@ -501,7 +501,7 @@ License File: license/bsd-3-clause.txt | |||
501 | Package Category: BSP | 501 | Package Category: BSP |
502 | Type of Content: source | 502 | Type of Content: source |
503 | Description and comments: Data Plane Development Kit | 503 | Description and comments: Data Plane Development Kit |
504 | Release Location: https://github.com/nxp-qoriq/qoriq-components/dpdk -b rel_imx_5.10.72-2.2.0 | 504 | Release Location: https://github.com/nxp-qoriq/dpdk -b rel_imx_5.10.72-2.2.0 |
505 | Origin: NXP (BSD-3-Clause) | 505 | Origin: NXP (BSD-3-Clause) |
506 | DPDK - Intel Corporation (BSD-3-Clause) - https://github.com/DPDK/dpdk | 506 | DPDK - Intel Corporation (BSD-3-Clause) - https://github.com/DPDK/dpdk |
507 | KNI Linux Device driver - Intel Corporation (GPL-2.0) Separate component of DPDK | 507 | KNI Linux Device driver - Intel Corporation (GPL-2.0) Separate component of DPDK |
diff --git a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb index b022f3fd..c7398912 100644 --- a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb +++ b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | |||
@@ -6,7 +6,7 @@ PR = "r2" | |||
6 | 6 | ||
7 | DEPENDS = "libxml2 fmlib tclap" | 7 | DEPENDS = "libxml2 fmlib tclap" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/fmc;nobranch=1" | 9 | SRC_URI = "git://github.com/nxp-qoriq/fmc;nobranch=1" |
10 | SRCREV = "c2ed7c269e86ac6a0aac361f5876c96e700443f4" | 10 | SRCREV = "c2ed7c269e86ac6a0aac361f5876c96e700443f4" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/recipes-bsp/atf/qoriq-atf-2.3.inc b/recipes-bsp/atf/qoriq-atf-2.3.inc index a0d13d42..ff00d19e 100644 --- a/recipes-bsp/atf/qoriq-atf-2.3.inc +++ b/recipes-bsp/atf/qoriq-atf-2.3.inc | |||
@@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" | |||
3 | 3 | ||
4 | PV = "2.3+git${SRCPV}" | 4 | PV = "2.3+git${SRCPV}" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/atf;nobranch=1 \ | 6 | SRC_URI = "git://github.com/nxp-qoriq/atf;nobranch=1 \ |
7 | git://github.com/ARMmbed/mbedtls;nobranch=1;destsuffix=git/mbedtls;name=mbedtls \ | 7 | git://github.com/ARMmbed/mbedtls;nobranch=1;destsuffix=git/mbedtls;name=mbedtls \ |
8 | " | 8 | " |
9 | SRCREV = "4e40e24590ab908773ef842cd0e17faf233767d4" | 9 | SRCREV = "4e40e24590ab908773ef842cd0e17faf233767d4" |
diff --git a/recipes-bsp/atf/qoriq-atf_1.5.bb b/recipes-bsp/atf/qoriq-atf_1.5.bb index e0f0445c..4287135f 100644 --- a/recipes-bsp/atf/qoriq-atf_1.5.bb +++ b/recipes-bsp/atf/qoriq-atf_1.5.bb | |||
@@ -13,7 +13,7 @@ do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" | |||
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/atf;nobranch=1" | 16 | SRC_URI = "git://github.com/nxp-qoriq/atf;nobranch=1" |
17 | SRCREV = "5ae5233c064e94a8bd1b4a1652a03b87b0be63f6" | 17 | SRCREV = "5ae5233c064e94a8bd1b4a1652a03b87b0be63f6" |
18 | 18 | ||
19 | COMPATIBLE_MACHINE = "(qoriq)" | 19 | COMPATIBLE_MACHINE = "(qoriq)" |
diff --git a/recipes-bsp/mc-utils/mc-utils_git.bb b/recipes-bsp/mc-utils/mc-utils_git.bb index 40451a5a..e99cd563 100644 --- a/recipes-bsp/mc-utils/mc-utils_git.bb +++ b/recipes-bsp/mc-utils/mc-utils_git.bb | |||
@@ -9,7 +9,7 @@ DEPENDS += "dtc-native" | |||
9 | 9 | ||
10 | inherit deploy | 10 | inherit deploy |
11 | 11 | ||
12 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/mc-utils;nobranch=1" | 12 | SRC_URI = "git://github.com/nxp-qoriq/mc-utils;nobranch=1" |
13 | SRCREV = "8e0b863693fc2ccbc62a62c79b4e3db6da88c16e" | 13 | SRCREV = "8e0b863693fc2ccbc62a62c79b4e3db6da88c16e" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index 2f672caa..da691440 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
@@ -7,7 +7,7 @@ DEPENDS += "tcl-native" | |||
7 | 7 | ||
8 | inherit deploy siteinfo | 8 | inherit deploy siteinfo |
9 | 9 | ||
10 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/rcw;nobranch=1" | 10 | SRC_URI = "git://github.com/nxp-qoriq/rcw;nobranch=1" |
11 | SRCREV = "1caebba96b6fd8eac9ef4246c181f2b47c448c4f" | 11 | SRCREV = "1caebba96b6fd8eac9ef4246c181f2b47c448c4f" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2020.04.bb b/recipes-bsp/u-boot/u-boot-qoriq_2020.04.bb index 609720fb..ef5553e0 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2020.04.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2020.04.bb | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = " \ | |||
14 | file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \ | 14 | file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/u-boot;nobranch=1" | 17 | SRC_URI = "git://github.com/nxp-qoriq/u-boot;nobranch=1" |
18 | SRCREV= "f46a944f715f284aff1d42c009680ffe0be4058f" | 18 | SRCREV= "f46a944f715f284aff1d42c009680ffe0be4058f" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb index 15a4f9c0..8284e4b3 100644 --- a/recipes-devtools/cst/cst_git.bb +++ b/recipes-devtools/cst/cst_git.bb | |||
@@ -16,7 +16,7 @@ inherit kernel-arch | |||
16 | #SECURE_PRI_KEY = "/path/srk.pri" | 16 | #SECURE_PRI_KEY = "/path/srk.pri" |
17 | #SECURE_PUB_KEY = "/path/srk.pub" | 17 | #SECURE_PUB_KEY = "/path/srk.pub" |
18 | 18 | ||
19 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/cst;nobranch=1 \ | 19 | SRC_URI = "git://github.com/nxp-qoriq/cst;nobranch=1 \ |
20 | file://0001-tools-Mark-struct-input_field-file_field-extern.patch \ | 20 | file://0001-tools-Mark-struct-input_field-file_field-extern.patch \ |
21 | " | 21 | " |
22 | SRCREV = "dfe30d3f05cfe281896482839e57ed49c52f2088" | 22 | SRCREV = "dfe30d3f05cfe281896482839e57ed49c52f2088" |
diff --git a/recipes-devtools/qemu/qemu-qoriq_4.1.0.bb b/recipes-devtools/qemu/qemu-qoriq_4.1.0.bb index 3cd3eabc..74265845 100644 --- a/recipes-devtools/qemu/qemu-qoriq_4.1.0.bb +++ b/recipes-devtools/qemu/qemu-qoriq_4.1.0.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "glib-2.0 zlib pixman bison-native" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ |
10 | file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f" | 10 | file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f" |
11 | 11 | ||
12 | SRC_URI = "gitsm://github.com/nxp-qoriq/qoriq-components/qemu;nobranch=1 \ | 12 | SRC_URI = "gitsm://github.com/nxp-qoriq/qemu;nobranch=1 \ |
13 | file://powerpc_rom.bin \ | 13 | file://powerpc_rom.bin \ |
14 | file://run-ptest \ | 14 | file://run-ptest \ |
15 | file://0002-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch \ | 15 | file://0002-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch \ |
diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb index 39c9296e..3d566402 100644 --- a/recipes-dpaa/eth-config/eth-config_git.bb +++ b/recipes-dpaa/eth-config/eth-config_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=47716bd5b656aa5e298a132a64d2d1e4" | |||
5 | 5 | ||
6 | PR = "r2" | 6 | PR = "r2" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/eth-config;nobranch=1" | 8 | SRC_URI = "git://github.com/nxp-qoriq/eth-config;nobranch=1" |
9 | SRCREV = "6164664070e45810c793f112781ebcedc979e132" | 9 | SRCREV = "6164664070e45810c793f112781ebcedc979e132" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb index d58829d0..c6e85640 100644 --- a/recipes-dpaa/flib/flib_git.bb +++ b/recipes-dpaa/flib/flib_git.bb | |||
@@ -3,7 +3,7 @@ SECTION = "flib" | |||
3 | LICENSE = "BSD & GPLv2" | 3 | LICENSE = "BSD & GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9f6d1afdf6b0f6b3ba65c25ba589ee53" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9f6d1afdf6b0f6b3ba65c25ba589ee53" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/flib;nobranch=1" | 6 | SRC_URI = "git://github.com/nxp-qoriq/flib;nobranch=1" |
7 | SRCREV = "cbb31427466649c07d2ac2739a41bb42f5f6be7c" | 7 | SRCREV = "cbb31427466649c07d2ac2739a41bb42f5f6be7c" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb index 3e219d66..253f9e90 100644 --- a/recipes-dpaa/fmlib/fmlib_git.bb +++ b/recipes-dpaa/fmlib/fmlib_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9c7bd5e45d066db084bdb3543d55b1ac" | |||
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/fmlib;nobranch=1" | 8 | SRC_URI = "git://github.com/nxp-qoriq/fmlib;nobranch=1" |
9 | SRCREV = "69a70474cd8411d5a099c34f40760b6567d781d6" | 9 | SRCREV = "69a70474cd8411d5a099c34f40760b6567d781d6" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
diff --git a/recipes-dpaa2/aiopsl/aiopsl_git.bb b/recipes-dpaa2/aiopsl/aiopsl_git.bb index 4b65cbfd..945d7871 100644 --- a/recipes-dpaa2/aiopsl/aiopsl_git.bb +++ b/recipes-dpaa2/aiopsl/aiopsl_git.bb | |||
@@ -7,7 +7,7 @@ BASEDEPENDS = "" | |||
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/aiopsl;nobranch=1" | 10 | SRC_URI = "git://github.com/nxp-qoriq/aiopsl;nobranch=1" |
11 | SRCREV = "87d83d8e99770325cc7ad9e10965c9959e7cb828" | 11 | SRCREV = "87d83d8e99770325cc7ad9e10965c9959e7cb828" |
12 | 12 | ||
13 | do_configure[noexec] = "1" | 13 | do_configure[noexec] = "1" |
diff --git a/recipes-dpaa2/dce/dce_git.bb b/recipes-dpaa2/dce/dce_git.bb index 8d162853..1b379bdc 100644 --- a/recipes-dpaa2/dce/dce_git.bb +++ b/recipes-dpaa2/dce/dce_git.bb | |||
@@ -3,8 +3,8 @@ SECTION = "dpaa2" | |||
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=956df5ea6cfe0a1dcf2dee7ca37c0cdf" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=956df5ea6cfe0a1dcf2dee7ca37c0cdf" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/dce;nobranch=1 \ | 6 | SRC_URI = "git://github.com/nxp-qoriq/dce;nobranch=1 \ |
7 | git://github.com/nxp-qoriq/qoriq-components/qbman_userspace;nobranch=1;name=qbman;destsuffix=git/lib/qbman_userspace \ | 7 | git://github.com/nxp-qoriq/qbman_userspace;nobranch=1;name=qbman;destsuffix=git/lib/qbman_userspace \ |
8 | " | 8 | " |
9 | SRCREV = "9db9c08379aa89f45f514f4f3f0a8e8212198758" | 9 | SRCREV = "9db9c08379aa89f45f514f4f3f0a8e8212198758" |
10 | SRCREV_qbman = "2f92993a9f34e5221d6b36c63b9e30ef703e9ac3" | 10 | SRCREV_qbman = "2f92993a9f34e5221d6b36c63b9e30ef703e9ac3" |
diff --git a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb index 44929234..99e9853d 100644 --- a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb +++ b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb | |||
@@ -6,7 +6,7 @@ SECTION = "dpaa2" | |||
6 | LICENSE = "BSD" | 6 | LICENSE = "BSD" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/gpp-aioptool;nobranch=1 \ | 9 | SRC_URI = "git://github.com/nxp-qoriq/gpp-aioptool;nobranch=1 \ |
10 | file://0001-remove-libio.h.patch \ | 10 | file://0001-remove-libio.h.patch \ |
11 | file://0001-add-fcommon-to-fix-gcc-10-build-issue.patch \ | 11 | file://0001-add-fcommon-to-fix-gcc-10-build-issue.patch \ |
12 | " | 12 | " |
diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index a741ce14..8104128d 100644 --- a/recipes-dpaa2/restool/restool_git.bb +++ b/recipes-dpaa2/restool/restool_git.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ec8d84e9cd4de287e290275d09db27f0" | |||
4 | 4 | ||
5 | RDEPENDS_${PN} += "bash dtc" | 5 | RDEPENDS_${PN} += "bash dtc" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/restool;nobranch=1" | 7 | SRC_URI = "git://github.com/nxp-qoriq/restool;nobranch=1" |
8 | SRCREV = "8ddbe4c9559ffad5d7e5dd3cd5f00ceeff7f05d4" | 8 | SRCREV = "8ddbe4c9559ffad5d7e5dd3cd5f00ceeff7f05d4" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
diff --git a/recipes-dpaa2/spc/spc_git.bb b/recipes-dpaa2/spc/spc_git.bb index 052aa266..b22f2cf5 100644 --- a/recipes-dpaa2/spc/spc_git.bb +++ b/recipes-dpaa2/spc/spc_git.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=163b09a1c249a6ff2b28da1ceca2e0a8" | |||
4 | 4 | ||
5 | DEPENDS = "libxml2 fmlib tclap" | 5 | DEPENDS = "libxml2 fmlib tclap" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/spc;nobranch=1" | 7 | SRC_URI = "git://github.com/nxp-qoriq/spc;nobranch=1" |
8 | SRCREV = "be7dd8e346a934aae1e4bdd6b579f2aa4bb5cd86" | 8 | SRCREV = "be7dd8e346a934aae1e4bdd6b579f2aa4bb5cd86" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
diff --git a/recipes-extended/dpdk/dpdk_19.11-20.12.bb b/recipes-extended/dpdk/dpdk_19.11-20.12.bb index 79cfbfb6..2af1d6da 100644 --- a/recipes-extended/dpdk/dpdk_19.11-20.12.bb +++ b/recipes-extended/dpdk/dpdk_19.11-20.12.bb | |||
@@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4 | |||
3 | file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \ | 3 | file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \ |
4 | file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444" | 4 | file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/dpdk;nobranch=1 \ | 6 | SRC_URI = "git://github.com/nxp-qoriq/dpdk;nobranch=1 \ |
7 | file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ | 7 | file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ |
8 | file://0001-add-Wno-cast-function-type.patch \ | 8 | file://0001-add-Wno-cast-function-type.patch \ |
9 | file://0001-Add-RTE_KERNELDIR_OUT.patch \ | 9 | file://0001-Add-RTE_KERNELDIR_OUT.patch \ |
diff --git a/recipes-extended/libpkcs11/libpkcs11_git.bb b/recipes-extended/libpkcs11/libpkcs11_git.bb index ea42ddd8..b1bed872 100644 --- a/recipes-extended/libpkcs11/libpkcs11_git.bb +++ b/recipes-extended/libpkcs11/libpkcs11_git.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "PKCS library" | |||
2 | LICENSE = "GPLv2 & BSD" | 2 | LICENSE = "GPLv2 & BSD" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/libpkcs11;nobranch=1 \ | 5 | SRC_URI = "git://github.com/nxp-qoriq/libpkcs11;nobranch=1 \ |
6 | file://0001-fix-multiple-definition-error.patch \ | 6 | file://0001-fix-multiple-definition-error.patch \ |
7 | " | 7 | " |
8 | SRCREV = "a243fb21772f1bd434d8bc1ac45feb36571afadb" | 8 | SRCREV = "a243fb21772f1bd434d8bc1ac45feb36571afadb" |
diff --git a/recipes-extended/odp/odp.inc b/recipes-extended/odp/odp.inc index 31eab549..226e4c35 100644 --- a/recipes-extended/odp/odp.inc +++ b/recipes-extended/odp/odp.inc | |||
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ca6103dc75397fb6bec596187d6b7829" | |||
9 | FILESEXTRAPATHS_prepend := "${THISDIR}/odp:" | 9 | FILESEXTRAPATHS_prepend := "${THISDIR}/odp:" |
10 | 10 | ||
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
12 | git://github.com/nxp-qoriq/qoriq-components/odp;nobranch=1 \ | 12 | git://github.com/nxp-qoriq/odp;nobranch=1 \ |
13 | git://github.com/nxp-qoriq/qoriq-components/qbman_userspace;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \ | 13 | git://github.com/nxp-qoriq/qbman_userspace;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \ |
14 | git://github.com/nxp-qoriq/qoriq-components/flib;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \ | 14 | git://github.com/nxp-qoriq/flib;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI += "file://0001-Fix-this-build-error.patch" | 17 | SRC_URI += "file://0001-Fix-this-build-error.patch" |
diff --git a/recipes-extended/ofp/ofp_git.bb b/recipes-extended/ofp/ofp_git.bb index 790757b0..61801244 100644 --- a/recipes-extended/ofp/ofp_git.bb +++ b/recipes-extended/ofp/ofp_git.bb | |||
@@ -6,7 +6,7 @@ SECTION = "console/network" | |||
6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fbe4957c430eed6cc20521d4eb429fae" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fbe4957c430eed6cc20521d4eb429fae" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/ofp;nobranch=1" | 9 | SRC_URI = "git://github.com/nxp-qoriq/ofp;nobranch=1" |
10 | 10 | ||
11 | SRCREV = "fe66f4659f7d356f7aa73a8fb32fcf67c6cf1108" | 11 | SRCREV = "fe66f4659f7d356f7aa73a8fb32fcf67c6cf1108" |
12 | 12 | ||
diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk_2.13.0.bb b/recipes-extended/ovs-dpdk/ovs-dpdk_2.13.0.bb index 3a718865..74aaf2ba 100644 --- a/recipes-extended/ovs-dpdk/ovs-dpdk_2.13.0.bb +++ b/recipes-extended/ovs-dpdk/ovs-dpdk_2.13.0.bb | |||
@@ -7,7 +7,7 @@ RDEPENDS_${PN} = "bash libcrypto libssl python3" | |||
7 | 7 | ||
8 | inherit python3native | 8 | inherit python3native |
9 | 9 | ||
10 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/ovs-dpdk;nobranch=1" | 10 | SRC_URI = "git://github.com/nxp-qoriq/ovs-dpdk;nobranch=1" |
11 | SRCREV = "072130412196029bcc284e353023d81019a8daa7" | 11 | SRCREV = "072130412196029bcc284e353023d81019a8daa7" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/recipes-extended/secure-obj/secure-obj.inc b/recipes-extended/secure-obj/secure-obj.inc index b13a861c..e8b838bb 100644 --- a/recipes-extended/secure-obj/secure-obj.inc +++ b/recipes-extended/secure-obj/secure-obj.inc | |||
@@ -10,7 +10,7 @@ inherit python3native | |||
10 | 10 | ||
11 | LDFLAGS += "${TOOLCHAIN_OPTIONS}" | 11 | LDFLAGS += "${TOOLCHAIN_OPTIONS}" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/secure_obj;nobranch=1 \ | 13 | SRC_URI = "git://github.com/nxp-qoriq/secure_obj;nobranch=1 \ |
14 | " | 14 | " |
15 | SRCREV = "71a6eb33b58a8578a60995da3896f8f2d638c916" | 15 | SRCREV = "71a6eb33b58a8578a60995da3896f8f2d638c916" |
16 | 16 | ||
diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb index df8149f3..5959b547 100644 --- a/recipes-extended/tsntool/tsntool_git.bb +++ b/recipes-extended/tsntool/tsntool_git.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "cjson libnl readline" | |||
7 | 7 | ||
8 | inherit pkgconfig | 8 | inherit pkgconfig |
9 | 9 | ||
10 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/tsntool;protocol=https;nobranch=1" | 10 | SRC_URI = "git://github.com/nxp-qoriq/tsntool;protocol=https;nobranch=1" |
11 | SRCREV = "3111f7f79e7d1b1a5e60f37fe76785559b2d0360" | 11 | SRCREV = "3111f7f79e7d1b1a5e60f37fe76785559b2d0360" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb index 9262eee7..ca145ba4 100644 --- a/recipes-kernel/ceetm/ceetm_git.bb +++ b/recipes-kernel/ceetm/ceetm_git.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "CEETM TC QDISC" | |||
2 | LICENSE = "GPLv2 & BSD" | 2 | LICENSE = "GPLv2 & BSD" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=bac620b9883d38a84dfb73ca7122d915" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=bac620b9883d38a84dfb73ca7122d915" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/ceetm;nobranch=1" | 5 | SRC_URI = "git://github.com/nxp-qoriq/ceetm;nobranch=1" |
6 | SRCREV = "6a7f2ec2091df2f4380cb8d25a36c399aed5af1b" | 6 | SRCREV = "6a7f2ec2091df2f4380cb8d25a36c399aed5af1b" |
7 | SRC_URI_append = " file://0001-Makefile-update-CFLAGS.patch \ | 7 | SRC_URI_append = " file://0001-Makefile-update-CFLAGS.patch \ |
8 | file://0001-use-new-api-tc_print_rate.patch \ | 8 | file://0001-use-new-api-tc_print_rate.patch \ |
diff --git a/recipes-kernel/linux/linux-qoriq_5.4.bb b/recipes-kernel/linux/linux-qoriq_5.4.bb index 27f64e91..be587ec3 100644 --- a/recipes-kernel/linux/linux-qoriq_5.4.bb +++ b/recipes-kernel/linux/linux-qoriq_5.4.bb | |||
@@ -2,7 +2,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | |||
2 | 2 | ||
3 | LINUX_VERSION = "5.4.47" | 3 | LINUX_VERSION = "5.4.47" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/linux;nobranch=1 \ | 5 | SRC_URI = "git://github.com/nxp-qoriq/linux;nobranch=1 \ |
6 | file://0001-Makfefile-linux-5.4-add-warning-cflags-on-LSDK-20.04.patch \ | 6 | file://0001-Makfefile-linux-5.4-add-warning-cflags-on-LSDK-20.04.patch \ |
7 | file://0001-perf-tests-bp_account-Make-global-variable-static.patch \ | 7 | file://0001-perf-tests-bp_account-Make-global-variable-static.patch \ |
8 | file://0001-perf-cs-etm-Move-definition-of-traceid_list-global-v.patch \ | 8 | file://0001-perf-cs-etm-Move-definition-of-traceid_list-global-v.patch \ |
diff --git a/recipes-security/optee/optee-os-qoriq_3.8.0.bb b/recipes-security/optee/optee-os-qoriq_3.8.0.bb index dbf21b62..4dd60890 100644 --- a/recipes-security/optee/optee-os-qoriq_3.8.0.bb +++ b/recipes-security/optee/optee-os-qoriq_3.8.0.bb | |||
@@ -10,7 +10,7 @@ DEPENDS += "python3-pyelftools-native python3-pycryptodome-native python3-pycryp | |||
10 | 10 | ||
11 | inherit deploy python3native | 11 | inherit deploy python3native |
12 | 12 | ||
13 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/optee_os;nobranch=1 \ | 13 | SRC_URI = "git://github.com/nxp-qoriq/optee_os;nobranch=1 \ |
14 | file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ | 14 | file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ |
15 | file://0001-arm64-Disable-outline-atomics-when-compiling.patch \ | 15 | file://0001-arm64-Disable-outline-atomics-when-compiling.patch \ |
16 | " | 16 | " |