Skip to content

Commit

Permalink
recipes-kernel/linux: update kernel
Browse files Browse the repository at this point in the history
1. media: tevs: add v4l2 control of ae exposure range
2. ARM64: axon-imx8mp: add support for vizionpanel 10.1/15.0/15.6 inch lvds
3. ARM: config: tn_imx_defconfig: set max CMA size in config
4. sec-dsim: call panel pm_runtime_en(dis)able before panel (un)prepare
5. backlight: pwm_bl: swap enable and pwm sequence and add new delay between them
6. ARM64: imx8mm-edm-g: modify 10-inch panel timing to match kernel v6.6
7. ARM64: dts: imx8mp-edm-g-wizard: correct headphone detection and microphone routing
8. ARM: dts: setting 'alloc-range' to whole Normal zone
  • Loading branch information
JoeZhang-tn committed Dec 30, 2024
1 parent 54add68 commit 610a8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-kernel/linux/linux-tn-imx_6.6.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ KERNEL_SRC ?= "git://github.com/TechNexion/linux-tn-imx.git;protocol=https;branc
KBRANCH = "${SRCBRANCH}"
SRCBRANCH = "tn-imx_6.6.52_2.2.0-next"
LOCALVERSION = "${@'-%s' % '-'.join(d.getVar('KBRANCH', True).split('_')[2:]).lower()}"
SRCREV = "6cf80ede731e17099c83b529c0b2e212f3c892e0"
SRCREV = "c8aa74583f0a56a2237e047a07f9508d0be6fc1f"

SRC_URI:append:virtualization = " file://0001-ARM64-configs-tn_imx8_defconfig-btrfs-fuse-overlayfs.patch"

Expand All @@ -34,7 +34,7 @@ SRC_URI:append:virtualization = " file://0001-ARM64-configs-tn_imx8_defconfig-bt
#
# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
# should be updated once patchlevel is merged.
LINUX_VERSION = "6.6.23"
LINUX_VERSION = "6.6.52"

KERNEL_CONFIG_COMMAND = "oe_runmake_call -C ${S} CC="${KERNEL_CC}" O=${B} olddefconfig"

Expand Down

0 comments on commit 610a8a7

Please sign in to comment.