From e4380982042d13bb5434f49b7815296dc9dfb353 Mon Sep 17 00:00:00 2001 From: Xie XiuQi Date: Wed, 20 Aug 2025 22:03:16 +0800 Subject: [PATCH] add a initial README for kernel repo Signed-off-by: Xie XiuQi --- README | 36 ++++++++++++++++++++++++++++++++++++ readme | 0 2 files changed, 36 insertions(+) create mode 100644 README delete mode 100644 readme diff --git a/README b/README new file mode 100644 index 00000000..5c617d7e --- /dev/null +++ b/README @@ -0,0 +1,36 @@ +# openEuler Kernel Packaging Repository + +This repository contains RPM packaging specifications for building Linux +kernel packages for the openEuler distribution, including spec files, +patches, and build configurations. + +## Source Code Management + +- **Source repository**: [openeuler/kernel](https://gitee.com/openeuler/kernel) +- **Source tags**: Specified in the `SOURCE` file within this repository + +## Branch Policy + +### master Branch +- Tracking upstream kernel periodically (kernel.org) +- Minimal local modifications (primarily packaging changes) +- For build and experimentation only - no production use, no general support + +### LTS Branches +- Used for openEuler LTS releases +- Each branch is based on a specific major upstream kernel version +- Includes: + - Critical security fixes (backported) + - Hardware enablement patches + - Selected stable tree patches + - openEuler-specific enhancements + +### Innovation Branches +- Used for openEuler Innovation releases +- Experimental branches for community innovation +- Purpose: + - Feature development and prototyping + - Cutting-edge technology evaluation +- Characteristics: + - Based on upstream versions or newer openEuler LTS kernels + - Used for testing and validation only - NOT for production diff --git a/readme b/readme deleted file mode 100644 index e69de29b..00000000 -- Gitee