From 604404ddd5b80e187546d669cb23932ec83fea99 Mon Sep 17 00:00:00 2001 From: zleoyu Date: Wed, 1 Jun 2022 11:59:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8Dmesa3d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zleoyu Change-Id: Ifd2fb8f7d69de01e2a4dae518b719349375a63a0 --- linux-5.10/rk3568_patch/kernel.patch | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/linux-5.10/rk3568_patch/kernel.patch b/linux-5.10/rk3568_patch/kernel.patch index a692478..f9323f0 100755 --- a/linux-5.10/rk3568_patch/kernel.patch +++ b/linux-5.10/rk3568_patch/kernel.patch @@ -1666368,7 +1666368,7 @@ new file mode 100755 index 000000000..81b93d71e --- /dev/null +++ b/make-ohos.sh -@@ -0,0 +1,127 @@ +@@ -0,0 +1,133 @@ +#!/bin/bash + +set -e @@ -1666429,7 +1666429,13 @@ index 000000000..81b93d71e + conf=$2 + dtb=$3 + -+ ${MAKE} ARCH=${arch} ${conf} ++ config_base="arch/${arch}/configs/${conf}" ++ config_frag="" ++ if [ "$GPUDRIVER" == "mesa3d" ]; then ++ config_frag="../../../../device/soc/rockchip/panfrost.config" ++ fi ++ ARCH=${arch} ./scripts/kconfig/merge_config.sh ${config_base} ${config_frag} ++ + if [ $? -ne 0 ]; then + echo "FAIL: ${MAKE} ARCH=${arch} ${conf}" + return -1 -- Gitee