Skip to content

Commit

Permalink
Merge pull request #173 from hnez/linux-6.11
Browse files Browse the repository at this point in the history
meta-lxatac-bsp: linux-lxatac: upgrade to 6.11
  • Loading branch information
hnez authored Oct 8, 2024
2 parents 4efcb33 + 141b76c commit 93c4ac3
Show file tree
Hide file tree
Showing 7 changed files with 97 additions and 45 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
inherit bootspec

BOOTSPEC_EXTRALINE = "linux-appendroot true\n"
BOOTSPEC_OPTIONS += "rootwait"

# The drm_leak_fbdev_smem option is a workaround required since Linux 6.11
# because without it the tacd will crash when attempting to write to the
# framebuffer. This is likely a bug in the panel-mipi-dbi driver or the tacd
# that should be fixed there.
# Once drm_leak_fbdev_smem is removed the kernel config option
# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM should be disabled as well.
BOOTSPEC_OPTIONS += "rootwait drm_kms_helper.drm_leak_fbdev_smem=1"

IMAGE_INSTALL:append = "\
kernel-image \
Expand Down
Loading

0 comments on commit 93c4ac3

Please sign in to comment.