From 9419123c106955bcd62cd81dcd13c46b3e23338e Mon Sep 17 00:00:00 2001 From: "libing3@huawei.com" Date: Fri, 6 May 2022 10:50:33 +0800 Subject: [PATCH] Modifying unreasonable deps Signed-off-by: libing3@huawei.com Change-Id: I660185fb5591906f8aa5b4ea75a782d5643c6a14 --- linux-5.10/rk3568_patch/kernel.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-5.10/rk3568_patch/kernel.patch b/linux-5.10/rk3568_patch/kernel.patch index bac3eb0..079ac00 100755 --- a/linux-5.10/rk3568_patch/kernel.patch +++ b/linux-5.10/rk3568_patch/kernel.patch @@ -1666336,7 +1666336,7 @@ index 000000000..820ff9957 + +set -e +BOOT_LINUX=${1}/kernel/src_tmp/linux-5.10 -+OUT_IMAGE=${1}/rk3568/packages/phone/images/ ++OUT_IMAGE=${1}/$(DEVICE_NAME)/packages/phone/images/ +IMAGE_SIZE=64 # 64M +IMAGE_BLOCKS=4096 + @@ -1666359,7 +1666359,7 @@ index 000000000..820ff9957 + return $? +} + -+cp ${1}/rk3568/ramdisk.img ${BOOT_LINUX}/boot_linux/extlinux -f ++cp ${1}/$(DEVICE_NAME)/ramdisk.img ${BOOT_LINUX}/boot_linux/extlinux -f +cd ${BOOT_LINUX} +make_boot_image +cd - -- Gitee