From c2190b1578d65d5a9d7187e84b728952061f3773 Mon Sep 17 00:00:00 2001 From: zouxiaoh Date: Fri, 27 Sep 2024 14:17:04 +0800 Subject: [PATCH] update build kernel README (#269) Signed-off-by: zouxiaoh --- kernel_patches/patch_6.11_mainline/README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/kernel_patches/patch_6.11_mainline/README b/kernel_patches/patch_6.11_mainline/README index 9c2847f120e2..e329288bea20 100644 --- a/kernel_patches/patch_6.11_mainline/README +++ b/kernel_patches/patch_6.11_mainline/README @@ -17,15 +17,17 @@ build kernel driver with community kernel version 6.11 git am 0002-mfd-add-ARL-H-PCI-driver-ID.patch -3. copy psys driver - cp drivers/media/pci/intel/ipu6/psys/ drivers/media/pci/intel/ipu6 -rf - cp include/uapi/linux/ipu-psys.h include/uapi/linux/ +3. copy psys driver to kernel source + cd ipu6-drivers + cp drivers/media/pci/intel/ipu6/psys/ /drivers/media/pci/intel/ipu6 -rf + cp include/uapi/linux/ipu-psys.h /include/uapi/linux/ 4. add psys driver to makefile + cd echo "obj-\$(CONFIG_VIDEO_INTEL_IPU6) += psys/" >> drivers/media/pci/intel/ipu6/Makefile 5. build kernel driver - copy kernel config to kernel source tree + copy kernel config to kernel source dir KERNEL_BUILD_LABEL="-for-upstream" make kernelversion