mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
linux-yocto: add tegra support for version 6.10
Signed-off-by: Kurt Kiefer <kekiefer@gmail.com>
This commit is contained in:
committed by
Matt Madison
parent
48dd43b15c
commit
87a914b530
32
recipes-kernel/linux/linux-yocto_6.10.bbappend
Normal file
32
recipes-kernel/linux/linux-yocto_6.10.bbappend
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
FILESEXTRAPATHS:prepend:tegra := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
require ${@'tegra-kernel.inc' if 'tegra' in d.getVar('MACHINEOVERRIDES').split(':') else ''}
|
||||||
|
|
||||||
|
SRC_URI:append:tegra = " \
|
||||||
|
file://tegra.cfg \
|
||||||
|
file://tegra-drm.cfg \
|
||||||
|
file://tegra-governors.cfg \
|
||||||
|
file://tegra-pcie.cfg \
|
||||||
|
file://tegra-scsi-ufs.cfg \
|
||||||
|
file://tegra-sound.cfg \
|
||||||
|
file://tegra-usb.cfg \
|
||||||
|
file://tegra-v4l2.cfg \
|
||||||
|
file://tegra-virtualization.cfg \
|
||||||
|
file://rtw8822ce-wifi.cfg \
|
||||||
|
"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE:tegra = "(tegra)"
|
||||||
|
KMACHINE:tegra = "genericarm64"
|
||||||
|
|
||||||
|
KERNEL_FEATURES:append:tegra = " \
|
||||||
|
features/bluetooth/bluetooth.scc \
|
||||||
|
features/bluetooth/bluetooth-usb.scc \
|
||||||
|
features/i2c/i2c.scc \
|
||||||
|
features/input/touchscreen.scc \
|
||||||
|
features/media/media.scc \
|
||||||
|
features/media/media-platform.scc \
|
||||||
|
features/media/media-usb-webcams.scc \
|
||||||
|
features/usb/serial.scc \
|
||||||
|
features/usb/usb-raw-gadget.scc \
|
||||||
|
features/usb/xhci-hcd.scc \
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user