• Home
  • Raw
  • Download

Lines Matching +full:in +full:- +full:kernel

1 # Config<a name="EN-US_TOPIC_0000001102487950"></a>
3 - [Introduction](#section11660541593)
4 - [Composition of Config](#section28381947133910)
5 - [Directory Structure](#section161941989596)
6 - [Usage](#section1393789267)
7 - [Build](#section19369206113115)
8 - [Repositories Involved](#section1371113476307)
12-source Linux kernel LTS 4.19.y and 5.10.y, the OpenHarmony Linux kernel has incorporated CVE patc…
14 … 4.19.y, visit the [official kernel website](https://git.kernel.org/pub/scm/linux/kernel/git/stabl…
16 … 5.10.y, visit the [official kernel website](https://git.kernel.org/pub/scm/linux/kernel/git/stabl…
28 2. Configuration files for open-source development boards
30 Configuration file for the open-source development board Hi3516D V300 used in the standard system
35 kernel/linux/config
36 ├── linux-4.19
40 │ ├── hi3516dv300_small_defconfig # Small-system defconfig of the open-source H…
41 │ ├── hi3516dv300_standard_defconfig # Standard-system defconfig of the open-sourc…
42 │ ├── small_common_defconfig # Common defconfig of the small-system kernel
43 … └── standard_common_defconfig # Common defconfig of the standard-system kernel
44 └── linux-5.10
48 …├── hi3516dv300_small_defconfig # Small-system defconfig of the open-source Hi3516D V300 dev…
49 …├── hi3516dv300_standard_defconfig # Standard-system defconfig of the open-source Hi3516D V300 …
50 ├── small_common_defconfig # Common defconfig of the small-system kernel
51 … └── standard_common_defconfig # Common defconfig of the standard-system kernel
58 …Apply the HDF kernel patches matching your kernel version. For details, see the method in **kernel
68 … component in the corresponding path based on the path and naming rules for the patches of the chi…
71 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
77 …the chip component in the corresponding path based on the path and naming rules of the chip compon…
80 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
86In the OpenHarmony project build process, patches are installed after **kernel/linux/linux-\*\.\**…
88kernel built is generated in the **kernel** directory under the **out** directory. Modify the **co…
93 Perform a full build for the project to generate the **uImage** kernel image.
96 ./build.sh --product-name Hi3516DV300 # Build the Hi3516D V300 image.
97 --build-target build_kernel # Build the uImage kernel image of Hi3516D V300.
98 --gn-args linux_kernel_version=\"linux-5.10\" # Build the specified kernel version.
102 <u>kernel\_linux\_config</u>