diff options
Diffstat (limited to 'yocto/meta-bsp-rvphone/recipes-kernel/linux/rvphone/cl-imx8.inc')
-rw-r--r-- | yocto/meta-bsp-rvphone/recipes-kernel/linux/rvphone/cl-imx8.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/yocto/meta-bsp-rvphone/recipes-kernel/linux/rvphone/cl-imx8.inc b/yocto/meta-bsp-rvphone/recipes-kernel/linux/rvphone/cl-imx8.inc new file mode 100644 index 0000000..9c11cc9 --- /dev/null +++ b/yocto/meta-bsp-rvphone/recipes-kernel/linux/rvphone/cl-imx8.inc @@ -0,0 +1,18 @@ +SRC_URI_append_cl-imx8 = " \ + file://0000-add-board-support.patch \ + file://0001-imx-hdp-video-modes.patch \ + file://0002-ov5640_mipi_v2-gpio-can-sleep.patch \ + file://0003-sn65dsi83-bridge-driver.patch \ + file://cl-imx8_defconfig \ + file://defconfig \ + file://dts/ \ + file://sn65dsi83/ \ +" + +do_patch_copy () { + cp -a ${WORKDIR}/cl-imx8_defconfig ${S}/arch/arm64/configs/ + cp -a ${WORKDIR}/dts ${S}/arch/arm64/boot/dts/rvphone + cp -a ${WORKDIR}/sn65dsi83 ${S}/drivers/gpu/drm/bridge/ +} + +addtask patch_copy after do_patch before do_copy_defconfig |