From 0e89584e5809a7f13f8209c19a0de497d06cfcc8 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..fa92525 --- /dev/null +++ b/bundle.json @@ -0,0 +1,56 @@ +{ + "name": "@ohos/kernel_linux_patches", + "version": "", + "description": "Patches 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_patches", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "kernel" + ], + "keywords": [ + "kernel", + "linux", + "patches" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "kernel/linux/patches" + }, + "component": { + "name": "kernel_linux_patches", + "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 368f20a3cf73d9ac7eb74a6f10ef69ddf9562f37 Mon Sep 17 00:00:00 2001 From: pjscc Date: Fri, 14 Jan 2022 15:56:14 +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 fa92525..2d1753e 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,7 @@ { "name": "@ohos/kernel_linux_patches", "version": "", - "description": "Patches 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_patches", @@ -18,8 +18,8 @@ "linux", "patches" ], - "envs": [], - "dirs": [], + "envs": {}, + "dirs": {}, "author": { "name": "", "email": "", -- Gitee