From 14b9ba29e339cc11c1ca4b2044267d92f1f642f5 Mon Sep 17 00:00:00 2001 From: pjscc Date: Mon, 10 Jan 2022 14:49:30 +0800 Subject: [PATCH 1/2] feat: add bundle.json Signed-off-by: pjscc --- bundle.json | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..2578bcf --- /dev/null +++ b/bundle.json @@ -0,0 +1,56 @@ +{ + "name": "@ohos/kernel_linux_config", + "version": "", + "description": "Configuration files of Linux kernel 4.19 for the embedded devices running the standard system | 支持适用于标准系统的嵌入式设备的linux-4.19内核的配置文件", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/kernel_linux_config", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "kernel" + ], + "keywords": [ + "kernel", + "linux", + "config" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "kernel/linux/config" + }, + "component": { + "name": "kernel_linux_config", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From 5073daa26c25fa2c85cc41519f7d13340d4bff96 Mon Sep 17 00:00:00 2001 From: pjscc Date: Fri, 14 Jan 2022 15:50:53 +0800 Subject: [PATCH 2/2] feat: fix description Signed-off-by: pjscc --- bundle.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 2578bcf..1666780 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,7 @@ { "name": "@ohos/kernel_linux_config", "version": "", - "description": "Configuration files of Linux kernel 4.19 for the embedded devices running the standard system | 支持适用于标准系统的嵌入式设备的linux-4.19内核的配置文件", + "description": "Evolved from the open-source Linux kernel LTS 4.19.y and 5.10.y, the OpenHarmony Linux kernel has incorporated CVE patches and OpenHarmony features as the OpenHarmony common kernel baseline. Vendors can complete the kernel adaptation by applying the driver patches for boards.", "homePage": "https://gitee.com/openharmony", "license": "Apache V2", "repository": "https://gitee.com/openharmony/kernel_linux_config", @@ -18,8 +18,8 @@ "linux", "config" ], - "envs": [], - "dirs": [], + "envs": {}, + "dirs": {}, "author": { "name": "", "email": "", -- Gitee