diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-08-07 02:50:41 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-08-07 02:50:41 +0200 |
commit | 1426442f4464c8794c7c06092c6db92937f656e5 (patch) | |
tree | 9578cb1455393c585d2ab2cbb214335a095a53c1 /recipes-kernel/linux/rvphone | |
parent | 34a56372a20e32dc13e15b7f4836d580f8855e41 (diff) |
fixed kernel recipe
Diffstat (limited to 'recipes-kernel/linux/rvphone')
-rw-r--r-- | recipes-kernel/linux/rvphone/cl-imx8.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/rvphone/cl-imx8.inc b/recipes-kernel/linux/rvphone/cl-imx8.inc index 712ffa0..9c11cc9 100644 --- a/recipes-kernel/linux/rvphone/cl-imx8.inc +++ b/recipes-kernel/linux/rvphone/cl-imx8.inc @@ -10,6 +10,7 @@ SRC_URI_append_cl-imx8 = " \ " 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/ } |