diff options
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | 6 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_6.6.bb | 28 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-imx-headers_6.6.bb | 4 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-imx_6.6.bb | 6 |
4 files changed, 25 insertions, 19 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb index 453fdd48..5b8aaa09 100644 --- a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SUMMARY = "NXP Wi-Fi driver for module 88w8801/8987/8997/9098 IW416/612" | 1 | SUMMARY = "NXP Wi-Fi driver for module 88w8801/8987/8997/9098 IW416/610/612" |
2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab04ac0f249af12befccb94447c08b77" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab04ac0f249af12befccb94447c08b77" |
4 | 4 | ||
@@ -8,10 +8,10 @@ RREPLACES:${PN} = "kernel-module-nxp89xx" | |||
8 | RPROVIDES:${PN} = "kernel-module-nxp89xx" | 8 | RPROVIDES:${PN} = "kernel-module-nxp89xx" |
9 | RCONFLICTS:${PN} = "kernel-module-nxp89xx" | 9 | RCONFLICTS:${PN} = "kernel-module-nxp89xx" |
10 | 10 | ||
11 | SRCBRANCH = "lf-6.6.23_2.0.0" | 11 | SRCBRANCH = "lf-6.6.52_2.2.0" |
12 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" | 12 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" |
13 | SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" | 13 | SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" |
14 | SRCREV = "88372772badbf30152b3ad12ae251dc567095cab" | 14 | SRCREV = "5ad19e194f49ed9447bee7864eb562618ccaf9b1" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
diff --git a/recipes-kernel/linux/linux-fslc-imx_6.6.bb b/recipes-kernel/linux/linux-fslc-imx_6.6.bb index ed19bc8b..0e9a9edd 100644 --- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb +++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb | |||
@@ -38,14 +38,20 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
38 | # ------------------------------------------------------------------------------ | 38 | # ------------------------------------------------------------------------------ |
39 | # 3. Critical patches (SHA(s)) | 39 | # 3. Critical patches (SHA(s)) |
40 | # ------------------------------------------------------------------------------ | 40 | # ------------------------------------------------------------------------------ |
41 | 41 | # The list includes well-known commits not yet upstreamed. Reverts address merge | |
42 | # $ git log --oneline --no-merges v6.6.34.. ^mainline/linux-6.6.y ^NXP/lf-6.6.y | 42 | # conflicts, prioritizing NXP BSP source code as the latest vendor updates. |
43 | # - a10c64e35a24 tty: vt: conmakehash: cope with abs_srctree no longer in env | 43 | # Additional commits may exist to better acommodate yocto builds. |
44 | # - 3fb57e773e55 tty: vt: conmakehash: Don't mention the full path of the input in output | 44 | # |
45 | # - d1198b88bc1b Revert "dmaengine: fsl-edma: add address for channel mux register in fsl_edma_chan" | 45 | # $ git log --oneline --no-merges v6.6.52.. ^mainline/linux-6.6.y ^NXP/lf-6.6.y |
46 | # - 717fee4a9cf7 Revert "dmaengine: fsl-edma: add i.MX8ULP edma support" | 46 | # - 93b9fc75becd nvmem: imx-ocotp-fsb-s400: BUG: Fix the word count |
47 | # - 74ef72069927 Revert "dmaengine: fsl-edma: clean up unused "fsl,imx8qm-adma" compatible string" | 47 | # - 090d101928fc tty: vt: conmakehash: Don't mention the full path of the input in output |
48 | # - b54c6ea17058 Revert "dmaengine: fsl-edma: change the memory access from local into remote mode in i.MX 8QM" | 48 | # - d16eb5ced32f arm64: dts: imx8mm-evk-qca-wifi: enable support for bluetooth |
49 | # - d39502c0dea9 imx:dts:imx8mm-evkb: fix the pmic name to avoid duplicated label error | ||
50 | # - 58181fb0ff67 media: imx8: select v4l2_* for mxc-mipi-csi2_yav | ||
51 | # - 930431e0d1d5 gpu: drm: cadence: select hdmi helper | ||
52 | # - da675fd29502 of: enable using OF_DYNAMIC without OF_UNITTEST | ||
53 | # - 7c5f3cbb180c arm64: dts: imx8mq: drop cpu-idle-states | ||
54 | # - a9920ce3e197 hwrng: optee: support generic crypto | ||
49 | # | 55 | # |
50 | # NOTE to upgraders: | 56 | # NOTE to upgraders: |
51 | # This recipe should NOT collect individual patches, they should be applied to | 57 | # This recipe should NOT collect individual patches, they should be applied to |
@@ -55,16 +61,16 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
55 | 61 | ||
56 | require linux-imx.inc | 62 | require linux-imx.inc |
57 | 63 | ||
58 | KBRANCH = "6.6-2.1.x-imx" | 64 | KBRANCH = "6.6-2.2.x-imx" |
59 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" | 65 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" |
60 | SRCREV = "6605f549a71ef3af9c65609cba985086ac4edf2b" | 66 | SRCREV = "657504d5644f24a41822960ed31b883062ca30c9" |
61 | 67 | ||
62 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 68 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
63 | # required by kernel-yocto.bbclass. | 69 | # required by kernel-yocto.bbclass. |
64 | # | 70 | # |
65 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 71 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
66 | # should be updated once patchlevel is merged. | 72 | # should be updated once patchlevel is merged. |
67 | LINUX_VERSION = "6.6.54" | 73 | LINUX_VERSION = "6.6.69" |
68 | 74 | ||
69 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" | 75 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" |
70 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" | 76 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" |
diff --git a/recipes-kernel/linux/linux-imx-headers_6.6.bb b/recipes-kernel/linux/linux-imx-headers_6.6.bb index 826b2189..dbf4442c 100644 --- a/recipes-kernel/linux/linux-imx-headers_6.6.bb +++ b/recipes-kernel/linux/linux-imx-headers_6.6.bb | |||
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | |||
9 | 9 | ||
10 | SRC_URI = "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" | 10 | SRC_URI = "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" |
11 | SRCBRANCH = "lf-6.6.y" | 11 | SRCBRANCH = "lf-6.6.y" |
12 | LOCALVERSION = "-6.6.36-2.1.0" | 12 | LOCALVERSION = "-6.6.52-2.2.0" |
13 | SRCREV = "d23d64eea5111e1607efcce1d601834fceec92cb" | 13 | SRCREV = "e0f9e2afd4cff3f02d71891244b4aa5899dfc786" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/recipes-kernel/linux/linux-imx_6.6.bb b/recipes-kernel/linux/linux-imx_6.6.bb index e7475da4..320e8a0f 100644 --- a/recipes-kernel/linux/linux-imx_6.6.bb +++ b/recipes-kernel/linux/linux-imx_6.6.bb | |||
@@ -13,8 +13,8 @@ i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU | |||
13 | require recipes-kernel/linux/linux-imx.inc | 13 | require recipes-kernel/linux/linux-imx.inc |
14 | 14 | ||
15 | SRCBRANCH = "lf-6.6.y" | 15 | SRCBRANCH = "lf-6.6.y" |
16 | LOCALVERSION = "-6.6.36-2.1.0" | 16 | LOCALVERSION = "-6.6.52-2.2.0" |
17 | SRCREV = "d23d64eea5111e1607efcce1d601834fceec92cb" | 17 | SRCREV = "e0f9e2afd4cff3f02d71891244b4aa5899dfc786" |
18 | 18 | ||
19 | SRC_URI += " \ | 19 | SRC_URI += " \ |
20 | file://0001-tty-vt-conmakehash-Don-t-mention-the-full-path-of-th.patch \ | 20 | file://0001-tty-vt-conmakehash-Don-t-mention-the-full-path-of-th.patch \ |
@@ -27,7 +27,7 @@ SRC_URI += " \ | |||
27 | # | 27 | # |
28 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 28 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
29 | # should be updated once patchlevel is merged. | 29 | # should be updated once patchlevel is merged. |
30 | LINUX_VERSION = "6.6.36" | 30 | LINUX_VERSION = "6.6.52" |
31 | 31 | ||
32 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" | 32 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" |
33 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" | 33 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" |