diff options
author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-09 14:22:45 -0300 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-05-13 10:51:28 +0000 |
commit | a4b7529976bde142247c474969d150bc5f870f93 (patch) | |
tree | 4a5a8adaa43f7a7713ba930ff12f692d948227a2 | |
parent | 15e5d21aaf38ef5118e1e9b11635969d867c73d7 (diff) | |
download | meta-freescale-backport-2254-to-styhead.tar.gz |
firmware-nxp-wifi: Change the SRCBRANCH from 6.6.52 to lf-6.12.3backport-2254-to-styhead
This commit changes the SRCBRANCH of firmware-nxp-wifi. Also
add new RDEPENDS to sdio and pcie.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
(cherry picked from commit ed53e80d3e91db2804c40166b4075e708d5ac3e8)
-rw-r--r-- | recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb b/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb index 31c806b0..e713336e 100644 --- a/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb +++ b/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb | |||
@@ -7,11 +7,11 @@ should be preferred." | |||
7 | 7 | ||
8 | SECTION = "kernel" | 8 | SECTION = "kernel" |
9 | LICENSE = "Proprietary" | 9 | LICENSE = "Proprietary" |
10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca53281cc0caa7e320d4945a896fb837" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c0fb372b5d7f12181de23ef480f225f3" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/nxp-imx/imx-firmware.git;protocol=https;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://github.com/nxp-imx/imx-firmware.git;protocol=https;branch=${SRCBRANCH}" |
13 | SRCBRANCH = "lf-6.6.52_2.2.0" | 13 | SRCBRANCH = "lf-6.12.3_1.0.0" |
14 | SRCREV = "2978f3c88d6bcc5695a7b45f1936f18d31eebfa8" | 14 | SRCREV = "eef7ef94bc44cacd3b068f66658ef33391547daa" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
@@ -19,6 +19,8 @@ inherit allarch | |||
19 | 19 | ||
20 | CLEANBROKEN = "1" | 20 | CLEANBROKEN = "1" |
21 | ALLOW_EMPTY:${PN} = "1" | 21 | ALLOW_EMPTY:${PN} = "1" |
22 | ALLOW_EMPTY:${PN}-all-sdio = "1" | ||
23 | ALLOW_EMPTY:${PN}-all-pcie = "1" | ||
22 | 24 | ||
23 | do_compile() { | 25 | do_compile() { |
24 | : | 26 | : |
@@ -173,3 +175,17 @@ RDEPENDS:${PN}-nxpiw612-sdio += "${PN}-nxp-common" | |||
173 | RPROVIDES:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio" | 175 | RPROVIDES:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio" |
174 | RREPLACES:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio" | 176 | RREPLACES:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio" |
175 | RCONFLICTS:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio" | 177 | RCONFLICTS:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio" |
178 | |||
179 | RDEPENDS:${PN}-all-sdio = " \ | ||
180 | ${PN}-nxp8801-sdio \ | ||
181 | ${PN}-nxp8987-sdio \ | ||
182 | ${PN}-nxp9098-sdio \ | ||
183 | ${PN}-nxpiw416-sdio \ | ||
184 | ${PN}-nxpiw610-sdio \ | ||
185 | ${PN}-nxpiw612-sdio \ | ||
186 | " | ||
187 | |||
188 | RDEPENDS:${PN}-all-pcie = " \ | ||
189 | ${PN}-nxp8997-pcie \ | ||
190 | ${PN}-nxp9098-pcie \ | ||
191 | " | ||