From 2cb29a805c3ecf0890df291fbe713be3dc98d200 Mon Sep 17 00:00:00 2001 From: wanxiaoqing Date: Wed, 6 Mar 2024 15:00:00 +0800 Subject: [PATCH] =?UTF-8?q?bundle.json=E6=95=B0=E6=8D=AE=E6=B2=BB=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanxiaoqing --- bundle.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 549de7c..29623a9 100644 --- a/bundle.json +++ b/bundle.json @@ -9,21 +9,19 @@ "scripts": {}, "dirs": {}, "segment": { - "destPath": "kernel/linux/build" + "destPath": "kernel/linux/linux-5.10" }, "component": { "name": "linux", "subsystem": "kernel", "syscap": [ - "SystemCapability.Kernel.Linux" ], "features": [], "adapted_system_type": [ - "small", "standard" ], - "rom": "", - "ram": "", + "rom": "64MB", + "ram": "900MB", "deps": { "components": [], "third_party": [] -- Gitee