diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-08-27 03:06:13 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-08-27 03:06:13 +0200 |
commit | 76ec318118106cb25d762de83857f6579c13e273 (patch) | |
tree | ac1025b9e79a5eae04b6036d56599c0df98dcb08 /recipes-kernel/linux/rvphone/cl-imx8.inc | |
parent | 6d270f43cfea8e840463c260b43a6afbd24c1149 (diff) |
yocto rename
Diffstat (limited to 'recipes-kernel/linux/rvphone/cl-imx8.inc')
-rw-r--r-- | recipes-kernel/linux/rvphone/cl-imx8.inc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-kernel/linux/rvphone/cl-imx8.inc b/recipes-kernel/linux/rvphone/cl-imx8.inc deleted file mode 100644 index 9c11cc9..0000000 --- a/recipes-kernel/linux/rvphone/cl-imx8.inc +++ /dev/null @@ -1,18 +0,0 @@ -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 |