From c3f20393f000b0ceced08cd04b1b4b1fd6546ca4 Mon Sep 17 00:00:00 2001 From: yafen Date: Fri, 15 Oct 2021 18:53:29 +0800 Subject: [PATCH 1/2] fix desc error in documents --- ...\225\234\345\203\217\347\232\204\346\236\204\345\273\272.md" | 2 +- ...\217\211\347\274\226\350\257\221\345\206\205\346\240\270.md" | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/documents/openEuler\351\225\234\345\203\217\347\232\204\346\236\204\345\273\272.md" "b/documents/openEuler\351\225\234\345\203\217\347\232\204\346\236\204\345\273\272.md" index c908611..618f8a7 100644 --- "a/documents/openEuler\351\225\234\345\203\217\347\232\204\346\236\204\345\273\272.md" +++ "b/documents/openEuler\351\225\234\345\203\217\347\232\204\346\236\204\345\273\272.md" @@ -116,7 +116,7 @@ - openEuler 20.03 LTS:`make openeuler-raspi_defconfig` - openEuler 20.09:`make openeuler-raspi_defconfig` -对应的 defconfig 文件在 ../linux/arch/arm64/configs 下。 +对应的 defconfig 文件在 ./arch/arm64/configs 下。 ### 编译 diff --git "a/documents/\344\272\244\345\217\211\347\274\226\350\257\221\345\206\205\346\240\270.md" "b/documents/\344\272\244\345\217\211\347\274\226\350\257\221\345\206\205\346\240\270.md" index 7629f69..3df8b37 100644 --- "a/documents/\344\272\244\345\217\211\347\274\226\350\257\221\345\206\205\346\240\270.md" +++ "b/documents/\344\272\244\345\217\211\347\274\226\350\257\221\345\206\205\346\240\270.md" @@ -76,7 +76,7 @@ - openEuler 20.03 LTS:`make openeuler-raspi_defconfig` - openEuler 20.09:`make openeuler-raspi_defconfig` -对应的 defconfig 文件在 ../linux/arch/arm64/configs 下。 +对应的 defconfig 文件在 ./arch/arm64/configs 下。 ## 编译内核 -- Gitee From 4fb4eccb668e5ae0f74f5cd33aa107c5bda408a1 Mon Sep 17 00:00:00 2001 From: yafen Date: Mon, 18 Oct 2021 23:03:09 +0800 Subject: [PATCH 2/2] release SP2/21.09 images --- README.en.md | 159 ++++++++++-------- README.md | 159 ++++++++++-------- .../changelog-20.03-LTS-SP2-DDE.en.md | 15 ++ .../changelog/changelog-20.03-LTS-SP2-DDE.md | 15 ++ .../changelog-20.03-LTS-SP2-UKUI.en.md | 15 ++ .../changelog/changelog-20.03-LTS-SP2-UKUI.md | 15 ++ .../changelog-20.03-LTS-SP2-Xfce.en.md | 15 ++ .../changelog/changelog-20.03-LTS-SP2-Xfce.md | 15 ++ .../changelog/changelog-20.03-LTS-SP2.en.md | 15 ++ .../changelog/changelog-20.03-LTS-SP2.md | 15 ++ documents/changelog/changelog-21.09-DDE.en.md | 15 ++ documents/changelog/changelog-21.09-DDE.md | 15 ++ .../changelog/changelog-21.09-LXDE.en.md | 15 ++ documents/changelog/changelog-21.09-LXDE.md | 15 ++ .../changelog/changelog-21.09-UKUI.en.md | 15 ++ documents/changelog/changelog-21.09-UKUI.md | 15 ++ .../changelog/changelog-21.09-Xfce.en.md | 15 ++ documents/changelog/changelog-21.09-Xfce.md | 15 ++ documents/changelog/changelog-21.09.en.md | 15 ++ documents/changelog/changelog-21.09.md | 15 ++ documents/images.en.md | 81 +++++++++ documents/images.md | 81 +++++++++ 22 files changed, 616 insertions(+), 134 deletions(-) create mode 100644 documents/changelog/changelog-20.03-LTS-SP2-DDE.en.md create mode 100644 documents/changelog/changelog-20.03-LTS-SP2-DDE.md create mode 100644 documents/changelog/changelog-20.03-LTS-SP2-UKUI.en.md create mode 100644 documents/changelog/changelog-20.03-LTS-SP2-UKUI.md create mode 100644 documents/changelog/changelog-20.03-LTS-SP2-Xfce.en.md create mode 100644 documents/changelog/changelog-20.03-LTS-SP2-Xfce.md create mode 100644 documents/changelog/changelog-20.03-LTS-SP2.en.md create mode 100644 documents/changelog/changelog-20.03-LTS-SP2.md create mode 100644 documents/changelog/changelog-21.09-DDE.en.md create mode 100644 documents/changelog/changelog-21.09-DDE.md create mode 100644 documents/changelog/changelog-21.09-LXDE.en.md create mode 100644 documents/changelog/changelog-21.09-LXDE.md create mode 100644 documents/changelog/changelog-21.09-UKUI.en.md create mode 100644 documents/changelog/changelog-21.09-UKUI.md create mode 100644 documents/changelog/changelog-21.09-Xfce.en.md create mode 100644 documents/changelog/changelog-21.09-Xfce.md create mode 100644 documents/changelog/changelog-21.09.en.md create mode 100644 documents/changelog/changelog-21.09.md diff --git a/README.en.md b/README.en.md index 3eb01b4..1e86d0f 100644 --- a/README.en.md +++ b/README.en.md @@ -51,13 +51,15 @@ You can get introduction of openEuler RaspberryPi SIG from [sig-RaspberryPi](htt - [Building openEuler image for Raspberry Pi](documents/openEuler镜像的构建.md) - [Cross-compile the kernel](documents/交叉编译内核.md) - [Emulate Raspberry Pi with QEMU](documents/QEMU启动树莓派.md) - - [openEuler 20.03 LTS SP1 alpha version ChangeLog](documents/changelog/changelog-20.03-LTS-SP1.en.md) - - [openEuler 20.03 LTS SP1 alpha version (UKUI desktop environment and Chinese input method) ChangeLog](documents/changelog/changelog-20.03-LTS-SP1-UKUI.en.md) - - [openEuler 20.03 LTS SP1 alpha version (DDE desktop environment and Chinese input method) ChangeLog](documents/changelog/changelog-20.03-LTS-SP1-DDE.en.md) - - [openEuler 21.03 alpha version ChangeLog](documents/changelog/changelog-21.03.en.md) - - [openEuler 21.03 alpha version (UKUI desktop and Chinese input method) ChangeLog](documents/changelog/changelog-21.03-UKUI.en.md) - - [openEuler 21.03 alpha version (DDE desktop and Chinese input method) ChangeLog](documents/changelog/changelog-21.03-DDE.en.md) - - [openEuler 21.03 alpha version (Xfce desktop and Chinese input method) ChangeLog](documents/changelog/changelog-21.03-Xfce.en.md) + - [openEuler 20.03 LTS SP2 alpha version ChangeLog](documents/changelog/changelog-20.03-LTS-SP2.en.md) + - [openEuler 20.03 LTS SP2 alpha version (UKUI desktop environment and Chinese input method) ChangeLog](documents/changelog/changelog-20.03-LTS-SP2-UKUI.en.md) + - [openEuler 20.03 LTS SP2 alpha version (DDE desktop environment and Chinese input method) ChangeLog](documents/changelog/changelog-20.03-LTS-SP2-DDE.en.md) + - [openEuler 20.03 LTS SP2 alpha version (Xfce desktop environment and Chinese input method) ChangeLog](documents/changelog/changelog-20.03-LTS-SP2-Xfce.en.md) + - [openEuler 21.09 alpha version ChangeLog](documents/changelog/changelog-21.09.en.md) + - [openEuler 21.09 alpha version (UKUI desktop and Chinese input method) ChangeLog](documents/changelog/changelog-21.09-UKUI.en.md) + - [openEuler 21.09 alpha version (DDE desktop and Chinese input method) ChangeLog](documents/changelog/changelog-21.09-DDE.en.md) + - [openEuler 21.09 alpha version (Xfce desktop and Chinese input method) ChangeLog](documents/changelog/changelog-21.09-Xfce.en.md) + - [openEuler 21.09 alpha version (LXDE desktop and Chinese input method) ChangeLog](documents/changelog/changelog-21.09-LXDE.en.md) - [scripts](./scripts): Script for building openEuler image for Raspberry Pi - [Quickly Build (without kernel compilation)](scripts/build-image.sh) - [Build on host (with kernel compilation)](scripts/build-image-common.sh) @@ -78,85 +80,103 @@ Basic information of the image is as follows. [more images](documents/images.en. -openEuler 20.03 LTS SP1 alpha4 +openEuler 20.03 LTS SP2 alpha1 -ChangeLog -

2021/04/12

-

236 MiB

-

4.19.90-2104.1.0.0017

-openEuler 20.03 LTS SP1 repository built daily +ChangeLog +

2021/10/18

+

258 MiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 repository built daily -openEuler 20.03 LTS SP1 alpha4 (UKUI desktop and Chinese input method) +openEuler 20.03 LTS SP2 alpha1 (UKUI desktop and Chinese input method) -ChangeLog -

2021/04/12

-

1.1 GiB

-

4.19.90-2104.1.0.0017

-openEuler 20.03 LTS SP1 repository built daily +ChangeLog +

2021/10/18

+

1.2 GiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 repository built daily -openEuler 20.03 LTS SP1 alpha4 (DDE desktop and Chinese input method) +openEuler 20.03 LTS SP2 alpha1 (DDE desktop and Chinese input method) -ChangeLog -

2021/04/12

-

1.1 GiB

-

4.19.90-2104.1.0.0017

-openEuler 20.03 LTS SP1 repository built daily +ChangeLog +

2021/10/18

+

1.2 GiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 repository built daily -openEuler 20.03 LTS SP1 +openEuler 20.03 LTS SP2 alpha1 (Xfce desktop and Chinese input method) + +ChangeLog +

2021/10/18

+

1.9 GiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 repository built daily + + +openEuler 20.03 LTS SP2

root (openeuler)

-

-

2020/12/28

-

266 MiB

-

4.19.90-2012.3.0.0011

-openEuler 20.03 LTS SP1 repository +

2021/07/14

+

264 MiB

+

4.19.90-2106.3.0.0023

+openEuler 20.03 LTS SP2 repository -openEuler 21.03 alpha1 +openEuler 21.09 alpha1 -ChangeLog -

2021/04/12

-

220 MiB

-

5.10.0-4.18.0.9

-openEuler 21.03 repository built daily +ChangeLog +

2021/10/18

+

242 MiB

+

5.10.0-5.10.0.8

+openEuler 21.09 repository built daily -openEuler 21.03 alpha1 (UKUI desktop and Chinese input method) +openEuler 21.09 alpha1 (UKUI desktop and Chinese input method) -ChangeLog -

2021/04/12

-

1.1 GiB

-

5.10.0-4.18.0.9

-openEuler 21.03 repository built daily +ChangeLog +

2021/10/18

+

1.3 GiB

+

5.10.0-5.10.0.8

+openEuler 21.09 repository built daily -openEuler 21.03 alpha1 (DDE desktop and Chinese input method) +openEuler 21.09 alpha1 (DDE desktop and Chinese input method) -ChangeLog -

2021/04/12

-

1.0 GiB

-

5.10.0-4.18.0.9

-openEuler 21.03 repository built daily +ChangeLog +

2021/10/18

+

1.2 GiB

+

5.10.0-5.10.0.8

+openEuler 21.09 repository built daily -openEuler 21.03 alpha1 (Xfce desktop and Chinese input method) +openEuler 21.09 alpha1 (Xfce desktop and Chinese input method) -ChangeLog -

2021/04/12

+ChangeLog +

2021/10/18

1.8 GiB

-

5.10.0-4.18.0.9

-openEuler 21.03 repository built daily +

5.10.0-5.10.0.8

+openEuler 21.09 repository built daily -openEuler 21.03 +openEuler 21.09 alpha1 (LXDE desktop and Chinese input method) + +ChangeLog +

2021/10/18

+

548 MiB

+

5.10.0-5.10.0.8

+openEuler 21.09 repository built daily + + +openEuler 21.09

root (openeuler)

-

-

2021/04/01

-

237 MiB

-

5.10.0-4.17.0.8

-openEuler 21.03 repository +

2021/09/30

+

243 MiB

+

5.10.0-5.10.0.8

+openEuler 21.09 repository @@ -185,10 +205,10 @@ Refer to [Script for building openEuler image for Raspberry Pi](documents/openEu #### Quickly Build without kernel compilation(Recommended) >![](documents/public_sys-resources/icon-notice.gif) **NOTICE:** ->Two openEuler versions are currently supported, i.e., 20.09, 20.03 LTS SP1 and 21.03. +>Two openEuler versions are currently supported, i.e., 20.09, 20.03 LTS SP1, 21.03, 20.03 LTS SP2, 21.09. >When building an image with Xfce/UKUI/DDE desktop environment, you need to pay attention to three issues: ->1. For building an image with Xfce desktop environment, note that only openEuler 21.03 is currently supported. ->2. For building an image with DDE desktop environment, note that only openEuler 20.03 LTS SP1 and 21.03 are currently supported. +>1. For building an image with Xfce desktop environment, note that only openEuler 21.03, 20.03 LTS SP2 and 21.09 are currently supported. +>2. For building an image with DDE desktop environment, note that only openEuler 20.03 LTS SP1, 21.03, 20.03 LTS SP2 and 21.09 are currently supported. >3. Need to set the parameter `-s/--spec`. Please refer to the description of this parameter for details. Build images with packages of raspberrypi-kernel, raspberrypi-firmware, and raspberrypi-bluetooth. @@ -242,16 +262,21 @@ The meaning of each parameter: Here, we provide two approaches to build an image, which both include compiling kernel and downloading firmware files of Raspberry Pi. These approaches will take considerably longer. >![](documents/public_sys-resources/icon-notice.gif) **NOTICE:** ->Three openEuler versions are currently supported, i.e., 20.03 LTS, 20.09, 20.03 LTS SP1 and 21.03. +>Three openEuler versions are currently supported, i.e., 20.03 LTS, 20.09, 20.03 LTS SP1, 21.03, 20.03 LTS SP2 and 21.09. >When building an image with Xfce/UKUI/DDE desktop environment, you need to pay attention to four issues: ->1. For building an image with Xfce desktop environment, note that only openEuler 21.03 is currently supported. You need to select the branch [openEuler-21.03](https://gitee.com/openeuler/kernel/tree/openEuler-21.03/) of the [openEuler kernel](https://gitee.com/openeuler/kernel), i.e., set the parameter `-k/--kernel` to `git@gitee.com:openeuler/kernel.git` and set the parameter `-b/--branch` to `openEuler-21.03`. ->2. For building an image with UKUI desktop environment, note that only openEuler 20.09, 20.03 LTS SP1 and 21.03 are currently supported. +>1. For building an image with Xfce desktop environment, note that only openEuler 21.03, 20.03 LTS SP2 and 21.09 are currently supported. +> - openEuler 21.03: You need to select the branch [openEuler-21.03](https://gitee.com/openeuler/kernel/tree/openEuler-21.03/) of the [openEuler kernel](https://gitee.com/openeuler/kernel), i.e., set the parameter `-k/--kernel` to `git@gitee.com:openeuler/kernel.git` and set the parameter `-b/--branch` to `openEuler-21.03`. +> - openEuler 20.03 LTS SP2: You need to select the branch [openEuler-20.03-LTS](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-20.09/) of the [openEuler-RaspberryPi kernel](https://gitee.com/openeuler/raspberrypi-kernel), i.e., set the parameter `-k/--kernel` to `git@gitee.com:openeuler/raspberrypi-kernel.git` and set the parameter `-b/--branch` to `openEuler-20.03-LTS`. +> - openEuler 21.09: You need to select the branch [openEuler-21.09](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-21.09/) of the [openEuler-RaspberryPi kernel](https://gitee.com/openeuler/raspberrypi-kernel), i.e., set the parameter `-k/--kernel` to `git@gitee.com:openeuler/raspberrypi-kernel.git` and set the parameter `-b/--branch` to `openEuler-21.09`. +>2. For building an image with UKUI desktop environment, note that only openEuler 20.09, 20.03 LTS SP1, 21.03, 20.03 LTS SP2 and 21.09 are currently supported. > - openEuler 20.09: You need to select the branch [openEuler-20.09](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-20.09/) of the [openEuler-RaspberryPi kernel](https://gitee.com/openeuler/raspberrypi-kernel), i.e., set the parameter `-k/--kernel` to `git@gitee.com:openeuler/raspberrypi-kernel.git` and set the parameter `-b/--branch` to `openEuler-20.09`. -> - openEuler 20.03 LTS SP1: You need to select the branch [openEuler-20.03-LTS](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-20.09/) of the [openEuler-RaspberryPi kernel](https://gitee.com/openeuler/raspberrypi-kernel), i.e., set the parameter `-k/--kernel` to `git@gitee.com:openeuler/raspberrypi-kernel.git` and set the parameter `-b/--branch` to `openEuler-20.03-LTS`. +> - openEuler 20.03 LTS SP1/20.03 LTS SP2: You need to select the branch [openEuler-20.03-LTS](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-20.09/) of the [openEuler-RaspberryPi kernel](https://gitee.com/openeuler/raspberrypi-kernel), i.e., set the parameter `-k/--kernel` to `git@gitee.com:openeuler/raspberrypi-kernel.git` and set the parameter `-b/--branch` to `openEuler-20.03-LTS`. > - openEuler 21.03: You need to select the branch [openEuler-21.03](https://gitee.com/openeuler/kernel/tree/openEuler-21.03/) of the [openEuler kernel](https://gitee.com/openeuler/kernel), i.e., set the parameter `-k/--kernel` to `git@gitee.com:openeuler/kernel.git` and set the parameter `-b/--branch` to `openEuler-21.03`. ->3. For building an image with DDE desktop environment, note that only openEuler 20.03 LTS SP1 and 21.03 are currently supported. -> - openEuler 20.03 LTS SP1: You need to select the branch [openEuler-20.03-LTS](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-20.09/) of the [openEuler-RaspberryPi kernel](https://gitee.com/openeuler/raspberrypi-kernel), i.e., set the parameter `-k/--kernel` to `git@gitee.com:openeuler/raspberrypi-kernel.git` and set the parameter `-b/--branch` to `openEuler-20.03-LTS`. +> - openEuler 21.09: You need to select the branch [openEuler-21.09](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-21.09/) of the [openEuler-RaspberryPi kernel](https://gitee.com/openeuler/raspberrypi-kernel), i.e., set the parameter `-k/--kernel` to `git@gitee.com:openeuler/raspberrypi-kernel.git` and set the parameter `-b/--branch` to `openEuler-21.09`. +>3. For building an image with DDE desktop environment, note that only openEuler 20.03 LTS SP1, 21.03, 20.03 LTS SP2 and 21.09 are currently supported. +> - openEuler 20.03 LTS SP1/20.03 LTS SP2: You need to select the branch [openEuler-20.03-LTS](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-20.09/) of the [openEuler-RaspberryPi kernel](https://gitee.com/openeuler/raspberrypi-kernel), i.e., set the parameter `-k/--kernel` to `git@gitee.com:openeuler/raspberrypi-kernel.git` and set the parameter `-b/--branch` to `openEuler-20.03-LTS`. > - openEuler 21.03: You need to select the branch [openEuler-21.03](https://gitee.com/openeuler/kernel/tree/openEuler-21.03/) of the [openEuler kernel](https://gitee.com/openeuler/kernel), i.e., set the parameter `-k/--kernel` to `git@gitee.com:openeuler/kernel.git` and set the parameter `-b/--branch` to `openEuler-21.03`. +> - openEuler 21.09: You need to select the branch [openEuler-21.09](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-21.09/) of the [openEuler-RaspberryPi kernel](https://gitee.com/openeuler/raspberrypi-kernel), i.e., set the parameter `-k/--kernel` to `git@gitee.com:openeuler/raspberrypi-kernel.git` and set the parameter `-b/--branch` to `openEuler-21.09`. >4. Need to set the parameter `-s/--spec`. Please refer to the description of this parameter for details. ##### Build on host diff --git a/README.md b/README.md index 34fc808..8c3194b 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,15 @@ SIG 组基本信息位于 [sig-RaspberryPi](https://gitee.com/openeuler/communit - [openEuler 镜像的构建](documents/openEuler镜像的构建.md) - [交叉编译内核](documents/交叉编译内核.md) - [QEMU 启动树莓派](documents/QEMU启动树莓派.md) - - [openEuler 20.03 LTS SP1 更新日志](documents/changelog/changelog-20.03-LTS-SP1.md) - - [openEuler 20.03 LTS SP1 内测版(UKUI 桌面、中文输入法)更新日志](documents/changelog/changelog-20.03-LTS-SP1-UKUI.md) - - [openEuler 20.03 LTS SP1 内测版(DDE 桌面、中文输入法)更新日志](documents/changelog/changelog-20.03-LTS-SP1-DDE.md) - - [openEuler 21.03 更新日志](documents/changelog/changelog-21.03.md) - - [openEuler 21.03 内测版(UKUI 桌面、中文输入法)更新日志](documents/changelog/changelog-21.03-UKUI.md) - - [openEuler 21.03 内测版(DDE 桌面、中文输入法)更新日志](documents/changelog/changelog-21.03-DDE.md) - - [openEuler 21.03 内测版(Xfce 桌面、中文输入法)更新日志](documents/changelog/changelog-21.03-Xfce.md) + - [openEuler 20.03 LTS SP2 更新日志](documents/changelog/changelog-20.03-LTS-SP2.md) + - [openEuler 20.03 LTS SP2 内测版(UKUI 桌面、中文输入法)更新日志](documents/changelog/changelog-20.03-LTS-SP2-UKUI.md) + - [openEuler 20.03 LTS SP2 内测版(DDE 桌面、中文输入法)更新日志](documents/changelog/changelog-20.03-LTS-SP2-DDE.md) + - [openEuler 20.03 LTS SP2 内测版(Xfce 桌面、中文输入法)更新日志](documents/changelog/changelog-20.03-LTS-SP2-Xfce.md) + - [openEuler 21.09 更新日志](documents/changelog/changelog-21.09.md) + - [openEuler 21.09 内测版(UKUI 桌面、中文输入法)更新日志](documents/changelog/changelog-21.09-UKUI.md) + - [openEuler 21.09 内测版(DDE 桌面、中文输入法)更新日志](documents/changelog/changelog-21.09-DDE.md) + - [openEuler 21.09 内测版(Xfce 桌面、中文输入法)更新日志](documents/changelog/changelog-21.09-Xfce.md) + - [openEuler 21.09 内测版(LXDE 桌面、中文输入法)更新日志](documents/changelog/changelog-21.09-LXDE.md) - [scripts](./scripts): 构建 openEuler 树莓派镜像的脚本 - [快速构建(不编译内核)](scripts/build-image.sh) - [主机上构建(编译内核)](scripts/build-image-common.sh) @@ -77,85 +79,103 @@ SIG 组基本信息位于 [sig-RaspberryPi](https://gitee.com/openeuler/communit -openEuler 20.03 LTS SP1 内测版 +openEuler 20.03 LTS SP2 内测版 -更新日志 -

2021/04/12

-

236 MiB

-

4.19.90-2104.1.0.0017

-openEuler 20.03 LTS SP1 每日构建源仓库 +更新日志 +

2021/10/18

+

258 MiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 每日构建源仓库 -openEuler 20.03 LTS SP1 内测版(UKUI 桌面、中文输入法) +openEuler 20.03 LTS SP2 内测版(UKUI 桌面、中文输入法) -更新日志 -

2021/04/12

-

1.1 GiB

-

4.19.90-2104.1.0.0017

-openEuler 20.03 LTS SP1 每日构建源仓库 +更新日志 +

2021/10/18

+

1.2 GiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 每日构建源仓库 -openEuler 20.03 LTS SP1 内测版(DDE 桌面、中文输入法) +openEuler 20.03 LTS SP2 内测版(DDE 桌面、中文输入法) -更新日志 -

2021/04/12

-

1.1 GiB

-

4.19.90-2104.1.0.0017

-openEuler 20.03 LTS SP1 每日构建源仓库 +更新日志 +

2021/10/18

+

1.2 GiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 每日构建源仓库 -openEuler 20.03 LTS SP1 +openEuler 20.03 LTS SP2 内测版(Xfce 桌面、中文输入法) + +更新日志 +

2021/10/18

+

1.9 GiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 每日构建源仓库 + + +openEuler 20.03 LTS SP2

root(openeuler)

- -

2020/12/28

-

266 MiB

-

4.19.90-2012.3.0.0011

-openEuler 20.03 LTS SP1 源仓库 +

2021/07/14

+

264 MiB

+

4.19.90-2106.3.0.0023

+openEuler 20.03 LTS SP2 源仓库 -openEuler 21.03 内测版 +openEuler 21.09 内测版 -更新日志 -

2021/04/12

-

220 MiB

-

5.10.0-4.18.0.9

-openEuler 21.03 每日构建源仓库 +更新日志 +

2021/10/18

+

242 MiB

+

5.10.0-5.10.0.8

+openEuler 21.09 每日构建源仓库 -openEuler 21.03 内测版(UKUI 桌面、中文输入法) +openEuler 21.09 内测版(UKUI 桌面、中文输入法) -更新日志 -

2021/04/12

-

1.1 GiB

-

5.10.0-4.18.0.9

-openEuler 21.03 每日构建源仓库 +更新日志 +

2021/10/18

+

1.3 GiB

+

5.10.0-5.10.0.8

+openEuler 21.09 每日构建源仓库 -openEuler 21.03 内测版(DDE 桌面、中文输入法) +openEuler 21.09 内测版(DDE 桌面、中文输入法) -更新日志 -

2021/04/12

-

1.0 GiB

-

5.10.0-4.18.0.9

-openEuler 21.03 每日构建源仓库 +更新日志 +

2021/10/18

+

1.2 GiB

+

5.10.0-5.10.0.8

+openEuler 21.09 每日构建源仓库 -openEuler 21.03 内测版(Xfce 桌面、中文输入法) +openEuler 21.09 内测版(Xfce 桌面、中文输入法) -更新日志 -

2021/04/12

+更新日志 +

2021/10/18

1.8 GiB

-

5.10.0-4.18.0.9

-openEuler 21.03 每日构建源仓库 +

5.10.0-5.10.0.8

+openEuler 21.09 每日构建源仓库 -openEuler 21.03 +openEuler 21.09 内测版(LXDE 桌面、中文输入法) + +更新日志 +

2021/10/18

+

548 MiB

+

5.10.0-5.10.0.8

+openEuler 21.09 每日构建源仓库 + + +openEuler 21.09

root(openeuler)

-

-

2021/04/01

-

237 MiB

-

5.10.0-4.17.0.8

-openEuler 21.03 源仓库 +

2021/09/30

+

243 MiB

+

5.10.0-5.10.0.8

+openEuler 21.09 源仓库 @@ -187,10 +207,10 @@ SIG 组基本信息位于 [sig-RaspberryPi](https://gitee.com/openeuler/communit #### 快速构建(无需编译内核,推荐) >![](documents/public_sys-resources/icon-notice.gif) **须知:** ->当前支持三个 openEuler 版本,即 20.09、20.03 LTS SP1、21.03 版本。 +>当前支持三个 openEuler 版本,即 20.09、20.03 LTS SP1、21.03、20.03 LTS SP2、21.09 版本。 >如果构建包含 Xfce/UKUI/DDE 桌面环境的镜像,需要注意三点: ->1. 构建包含 Xfce 桌面环境的镜像,当前只支持 openEuler 21.03 版本。 ->2. 构建包含 DDE 桌面环境的镜像,当前只支持 openEuler 20.03 LTS SP1/21.03 版本。 +>1. 构建包含 Xfce 桌面环境的镜像,当前只支持 openEuler 21.03/20.03 LTS SP2/21.09 版本。 +>2. 构建包含 DDE 桌面环境的镜像,当前只支持 openEuler 20.03 LTS SP1/21.03/20.03 LTS SP2/21.09 版本。 >3. 根据需要设置 -s/--spec,其具体意义见该参数的介绍部分。 使用已有的树莓派内核、固件、蓝牙等 RPM 包构建镜像。 @@ -245,16 +265,21 @@ SIG 组基本信息位于 [sig-RaspberryPi](https://gitee.com/openeuler/communit 这里,提供两种构建方式。 >![](documents/public_sys-resources/icon-notice.gif) **须知:** ->当前支持三个 openEuler 版本,即 20.03 LTS、20.09、20.03 LTS SP1、21.03 版本。 +>当前支持三个 openEuler 版本,即 20.03 LTS、20.09、20.03 LTS SP1、21.03、20.03 LTS SP2、21.09 版本。 >如果构建包含 Xfce/UKUI/DDE 桌面环境的镜像,需要注意四点: ->1. 构建包含 Xfce 桌面环境的镜像,当前只支持 openEuler 21.03 版本,需要选择 [openEuler 内核](https://gitee.com/openeuler/kernel) 的 [openEuler-21.03](https://gitee.com/openeuler/kernel/tree/openEuler-21.03/) 分支,即将参数 `-k/--kernel` 设置为 `git@gitee.com:openeuler/kernel.git`,-b/--branch` 设置为 `openEuler-21.03`。 ->2. 构建包含 UKUI 桌面环境的镜像,当前只支持 openEuler 20.09/20.03 LTS SP1/21.03 版本,需要选择对应内核源码和分支。 +>1. 构建包含 Xfce 桌面环境的镜像,当前只支持 openEuler 21.03/20.03 LTS SP2/21.09 版本,需要选择对应内核源码和分支。 +> - openEuler 21.03:需要选择 [openEuler 内核](https://gitee.com/openeuler/kernel) 的 [openEuler-21.03](https://gitee.com/openeuler/kernel/tree/openEuler-21.03/) 分支,即将参数 `-k/--kernel` 设置为 `git@gitee.com:openeuler/kernel.git`,-b/--branch` 设置为 `openEuler-21.03`。 +> - openEuler 20.03 LTS SP2:需要选择 [openEuler-RaspberryPi 内核](https://gitee.com/openeuler/raspberrypi-kernel) 的 [openEuler-20.03-LTS](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-20.03-LTS/) 分支,即将参数 `-k/--kernel` 设置为 `git@gitee.com:openeuler/raspberrypi-kernel.git`,`-b/--branch` 设置为 `openEuler-20.03-LTS`。 +> - openEuler 21.09:需要选择 [openEuler-RaspberryPi 内核](https://gitee.com/openeuler/raspberrypi-kernel) 的 [openEuler-21.09](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-21.09/) 分支,即将参数 `-k/--kernel` 设置为 `git@gitee.com:openeuler/raspberrypi-kernel.git`,`-b/--branch` 设置为 `openEuler-21.09`。 +>2. 构建包含 UKUI 桌面环境的镜像,当前只支持 openEuler 20.09/20.03 LTS SP1/21.03/20.03 LTS SP2/21.09 版本,需要选择对应内核源码和分支。 > - openEuler 20.09:需要选择 [openEuler-RaspberryPi 内核](https://gitee.com/openeuler/raspberrypi-kernel) 的 [openEuler-20.09](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-20.09/) 分支,即将参数 `-k/--kernel` 设置为 `git@gitee.com:openeuler/raspberrypi-kernel.git`,`-b/--branch` 设置为 `openEuler-20.09`。 -> - openEuler 20.03 LTS SP1:需要选择 [openEuler-RaspberryPi 内核](https://gitee.com/openeuler/raspberrypi-kernel) 的 [openEuler-20.03-LTS](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-20.03-LTS/) 分支,即将参数 `-k/--kernel` 设置为 `git@gitee.com:openeuler/raspberrypi-kernel.git`,`-b/--branch` 设置为 `openEuler-20.03-LTS`。 +> - openEuler 20.03 LTS SP1/20.03 LTS SP2:需要选择 [openEuler-RaspberryPi 内核](https://gitee.com/openeuler/raspberrypi-kernel) 的 [openEuler-20.03-LTS](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-20.03-LTS/) 分支,即将参数 `-k/--kernel` 设置为 `git@gitee.com:openeuler/raspberrypi-kernel.git`,`-b/--branch` 设置为 `openEuler-20.03-LTS`。 > - openEuler 21.03:需要选择 [openEuler 内核](https://gitee.com/openeuler/kernel) 的 [openEuler-21.03](https://gitee.com/openeuler/kernel/tree/openEuler-21.03/) 分支,即将参数 `-k/--kernel` 设置为 `git@gitee.com:openeuler/kernel.git`,-b/--branch` 设置为 `openEuler-21.03`。 ->3. 构建包含 DDE 桌面环境的镜像,当前只支持 openEuler 20.03 LTS SP1/21.03 版本。 -> - openEuler 20.03 LTS SP1:需要选择 [openEuler-RaspberryPi 内核](https://gitee.com/openeuler/raspberrypi-kernel) 的 [openEuler-20.03-LTS](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-20.03-LTS/) 分支,即将参数 `-k/--kernel` 设置为 `git@gitee.com:openeuler/raspberrypi-kernel.git`,`-b/--branch` 设置为 `openEuler-20.03-LTS`。 +> - openEuler 21.09:需要选择 [openEuler-RaspberryPi 内核](https://gitee.com/openeuler/raspberrypi-kernel) 的 [openEuler-21.09](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-21.09/) 分支,即将参数 `-k/--kernel` 设置为 `git@gitee.com:openeuler/raspberrypi-kernel.git`,`-b/--branch` 设置为 `openEuler-21.09`。 +>3. 构建包含 DDE 桌面环境的镜像,当前只支持 openEuler 20.03 LTS SP1/21.03/20.03 LTS SP2/21.09 版本。 +> - openEuler 20.03 LTS SP1/20.03 LTS SP2:需要选择 [openEuler-RaspberryPi 内核](https://gitee.com/openeuler/raspberrypi-kernel) 的 [openEuler-20.03-LTS](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-20.03-LTS/) 分支,即将参数 `-k/--kernel` 设置为 `git@gitee.com:openeuler/raspberrypi-kernel.git`,`-b/--branch` 设置为 `openEuler-20.03-LTS`。 > - openEuler 21.03:需要选择 [openEuler 内核](https://gitee.com/openeuler/kernel) 的 [openEuler-21.03](https://gitee.com/openeuler/kernel/tree/openEuler-21.03/) 分支,即将参数 `-k/--kernel` 设置为 `git@gitee.com:openeuler/kernel.git`,-b/--branch` 设置为 `openEuler-21.03`。 +> - openEuler 21.09:需要选择 [openEuler-RaspberryPi 内核](https://gitee.com/openeuler/raspberrypi-kernel) 的 [openEuler-21.09](https://gitee.com/openeuler/raspberrypi-kernel/tree/openEuler-21.09/) 分支,即将参数 `-k/--kernel` 设置为 `git@gitee.com:openeuler/raspberrypi-kernel.git`,`-b/--branch` 设置为 `openEuler-21.09`。 >4. 根据需要设置 -s/--spec,其具体意义见该参数的介绍部分。 ##### 主机上构建 diff --git a/documents/changelog/changelog-20.03-LTS-SP2-DDE.en.md b/documents/changelog/changelog-20.03-LTS-SP2-DDE.en.md new file mode 100644 index 0000000..3744fdd --- /dev/null +++ b/documents/changelog/changelog-20.03-LTS-SP2-DDE.en.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 20.03 LTS SP2 Alpha Version (with DDE desktop environment and Chinese input method) + +English | [简体中文](./changelog-20.03-LTS-SP2-DDE.md) + +### 2021-10-18 + +#### Basic information + +- Release date: 2021/10/18 +- Size: 1.2 GiB +- OS version: openEuler 20.03 LTS SP2 +- Kernel version: 4.19.90-2109.7.0.0031 +- Firmware source: [firmware](https://github.com/raspberrypi/firmware), [bluez-firmware](https://github.com/RPi-Distro/bluez-firmware), [firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- Repository of rootfs: [openEuler 20.03 LTS SP2 repository built daily](http://119.3.219.20:82/openEuler:/20.03:/LTS:/SP2/standard_aarch64/aarch64/) +- Repository inside the image: [openEuler 20.03 LTS SP2 repository](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-20.03-LTS-SP2/generic.repo) diff --git a/documents/changelog/changelog-20.03-LTS-SP2-DDE.md b/documents/changelog/changelog-20.03-LTS-SP2-DDE.md new file mode 100644 index 0000000..0c20435 --- /dev/null +++ b/documents/changelog/changelog-20.03-LTS-SP2-DDE.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 20.03 LTS SP2 Alpha Version (with DDE desktop environment and Chinese input method) + +[English](./changelog-20.03-LTS-SP2-DDE.en.md) | 简体中文 + +### 2021-10-18 + +#### 基本信息 + +- 发布时间:2021/10/18 +- 大小:1.2 GiB +- 操作系统版本:openEuler 20.03 LTS SP2 +- 内核版本:4.19.90-2109.7.0.0031 +- 固件来源:[firmware](https://github.com/raspberrypi/firmware)、[bluez-firmware](https://github.com/RPi-Distro/bluez-firmware)、[firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- 构建文件系统的源仓库:[openEuler 20.03 LTS SP2 每日构建的源仓库](http://119.3.219.20:82/openEuler:/20.03:/LTS:/SP2/standard_aarch64/aarch64/) +- 镜像内置源仓库:[openEuler 20.03 LTS SP2 源仓库](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-20.03-LTS-SP2/generic.repo) diff --git a/documents/changelog/changelog-20.03-LTS-SP2-UKUI.en.md b/documents/changelog/changelog-20.03-LTS-SP2-UKUI.en.md new file mode 100644 index 0000000..81994ca --- /dev/null +++ b/documents/changelog/changelog-20.03-LTS-SP2-UKUI.en.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 20.03 LTS SP2 Alpha Version (with UKUI desktop environment and Chinese input method) + +English | [简体中文](./changelog-20.03-LTS-SP2-UKUI.md) + +### 2021-10-18 + +#### Basic information + +- Release date: 2021/10/18 +- Size: 1.2 GiB +- OS version: openEuler 20.03 LTS SP2 +- Kernel version: 4.19.90-2109.7.0.0031 +- Firmware source: [firmware](https://github.com/raspberrypi/firmware), [bluez-firmware](https://github.com/RPi-Distro/bluez-firmware), [firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- Repository of rootfs: [openEuler 20.03 LTS SP2 repository built daily](http://119.3.219.20:82/openEuler:/20.03:/LTS:/SP2/standard_aarch64/aarch64/) +- Repository inside the image: [openEuler 20.03 LTS SP2 repository](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-20.03-LTS-SP2/generic.repo) diff --git a/documents/changelog/changelog-20.03-LTS-SP2-UKUI.md b/documents/changelog/changelog-20.03-LTS-SP2-UKUI.md new file mode 100644 index 0000000..fe1a2f5 --- /dev/null +++ b/documents/changelog/changelog-20.03-LTS-SP2-UKUI.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 20.03 LTS SP2 Alpha Version (with UKUI desktop environment and Chinese input method) + +[English](./changelog-20.03-LTS-SP2-UKUI.en.md) | 简体中文 + +### 2021-10-18 + +#### 基本信息 + +- 发布时间:2021/10/18 +- 大小:1.2 GiB +- 操作系统版本:openEuler 20.03 LTS SP2 +- 内核版本:4.19.90-2109.7.0.0031 +- 固件来源:[firmware](https://github.com/raspberrypi/firmware)、[bluez-firmware](https://github.com/RPi-Distro/bluez-firmware)、[firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- 构建文件系统的源仓库:[openEuler 20.03 LTS SP2 每日构建的源仓库](http://119.3.219.20:82/openEuler:/20.03:/LTS:/SP2/standard_aarch64/aarch64/) +- 镜像内置源仓库:[openEuler 20.03 LTS SP2 源仓库](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-20.03-LTS-SP2/generic.repo) diff --git a/documents/changelog/changelog-20.03-LTS-SP2-Xfce.en.md b/documents/changelog/changelog-20.03-LTS-SP2-Xfce.en.md new file mode 100644 index 0000000..3e79175 --- /dev/null +++ b/documents/changelog/changelog-20.03-LTS-SP2-Xfce.en.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 20.03 LTS SP2 Alpha Version (with Xfce desktop environment and Chinese input method) + +English | [简体中文](./changelog-20.03-LTS-SP2-Xfce.md) + +### 2021-10-18 + +#### Basic information + +- Release date: 2021/10/18 +- Size: 1.9 GiB +- OS version: openEuler 20.03 LTS SP2 +- Kernel version: 4.19.90-2109.7.0.0031 +- Firmware source: [firmware](https://github.com/raspberrypi/firmware), [bluez-firmware](https://github.com/RPi-Distro/bluez-firmware), [firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- Repository of rootfs: [openEuler 20.03 LTS SP2 repository built daily](http://119.3.219.20:82/openEuler:/20.03:/LTS:/SP2/standard_aarch64/aarch64/) +- Repository inside the image: [openEuler 20.03 LTS SP2 repository](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-20.03-LTS-SP2/generic.repo) diff --git a/documents/changelog/changelog-20.03-LTS-SP2-Xfce.md b/documents/changelog/changelog-20.03-LTS-SP2-Xfce.md new file mode 100644 index 0000000..c51d726 --- /dev/null +++ b/documents/changelog/changelog-20.03-LTS-SP2-Xfce.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 20.03 LTS SP2 Alpha Version (with Xfce desktop environment and Chinese input method) + +[English](./changelog-20.03-LTS-SP2-Xfce.en.md) | 简体中文 + +### 2021-10-18 + +#### 基本信息 + +- 发布时间:2021/10/18 +- 大小:1.9 GiB +- 操作系统版本:openEuler 20.03 LTS SP2 +- 内核版本:4.19.90-2109.7.0.0031 +- 固件来源:[firmware](https://github.com/raspberrypi/firmware)、[bluez-firmware](https://github.com/RPi-Distro/bluez-firmware)、[firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- 构建文件系统的源仓库:[openEuler 20.03 LTS SP2 每日构建的源仓库](http://119.3.219.20:82/openEuler:/20.03:/LTS:/SP2/standard_aarch64/aarch64/) +- 镜像内置源仓库:[openEuler 20.03 LTS SP2 源仓库](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-20.03-LTS-SP2/generic.repo) diff --git a/documents/changelog/changelog-20.03-LTS-SP2.en.md b/documents/changelog/changelog-20.03-LTS-SP2.en.md new file mode 100644 index 0000000..eef5f29 --- /dev/null +++ b/documents/changelog/changelog-20.03-LTS-SP2.en.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 20.03 LTS SP2 Alpha Version + +English | [简体中文](./changelog-20.03-LTS-SP2.md) + +### 2021-10-18 + +#### Basic information + +- Release date: 2021/10/18 +- Size: 258 MiB +- OS version: openEuler 20.03 LTS SP2 +- Kernel version: 4.19.90-2109.7.0.0031 +- Firmware source: [firmware](https://github.com/raspberrypi/firmware), [bluez-firmware](https://github.com/RPi-Distro/bluez-firmware), [firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- Repository of rootfs: [openEuler 20.03 LTS SP2 repository built daily](http://119.3.219.20:82/openEuler:/20.03:/LTS:/SP2/standard_aarch64/aarch64/) +- Repository inside the image: [openEuler 20.03 LTS SP2 repository](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-20.03-LTS-SP2/generic.repo) diff --git a/documents/changelog/changelog-20.03-LTS-SP2.md b/documents/changelog/changelog-20.03-LTS-SP2.md new file mode 100644 index 0000000..1bc9c29 --- /dev/null +++ b/documents/changelog/changelog-20.03-LTS-SP2.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 20.03 LTS SP2 Alpha Version + +[English](./changelog-20.03-LTS-SP2.en.md) | 简体中文 + +### 2021-10-18 + +#### 基本信息 + +- 发布时间:2021/10/18 +- 大小:258 MiB +- 操作系统版本:openEuler 20.03 LTS SP2 +- 内核版本:4.19.90-2109.7.0.0031 +- 固件来源:[firmware](https://github.com/raspberrypi/firmware)、[bluez-firmware](https://github.com/RPi-Distro/bluez-firmware)、[firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- 构建文件系统的源仓库:[openEuler 20.03 LTS SP2 每日构建的源仓库](http://119.3.219.20:82/openEuler:/20.03:/LTS:/SP2/standard_aarch64/aarch64/) +- 镜像内置源仓库:[openEuler 20.03 LTS SP2 源仓库](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-20.03-LTS-SP2/generic.repo) diff --git a/documents/changelog/changelog-21.09-DDE.en.md b/documents/changelog/changelog-21.09-DDE.en.md new file mode 100644 index 0000000..0223049 --- /dev/null +++ b/documents/changelog/changelog-21.09-DDE.en.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 21.09 Alpha Version (with DDE desktop environment and Chinese input method) + +English | [简体中文](./changelog-21.09-DDE.md) + +### 2021-10-18 + +#### Basic information + +- Release date: 2021/10/18 +- Size: 1.2 GiB +- OS version: openEuler 21.09 +- Kernel version: 5.10.0-5.10.0.8 +- Firmware source: [firmware](https://github.com/raspberrypi/firmware), [bluez-firmware](https://github.com/RPi-Distro/bluez-firmware), [firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- Repository of rootfs: [openEuler 21.09 repository built daily](http://119.3.219.20:82/openEuler:/21.09/standard_aarch64/aarch64/) +- Repository inside the image: [openEuler 21.09 repository](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-21.09/generic.repo) diff --git a/documents/changelog/changelog-21.09-DDE.md b/documents/changelog/changelog-21.09-DDE.md new file mode 100644 index 0000000..e83ebfa --- /dev/null +++ b/documents/changelog/changelog-21.09-DDE.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 21.09 Alpha Version (with DDE desktop environment and Chinese input method) + +[English](./changelog-21.09-DDE.en.md) | 简体中文 + +### 2021-10-18 + +#### 基本信息 + +- 发布时间:2021/10/18 +- 大小:1.2 GiB +- 操作系统版本:openEuler 21.09 +- 内核版本:5.10.0-5.10.0.8 +- 固件来源:[firmware](https://github.com/raspberrypi/firmware)、[bluez-firmware](https://github.com/RPi-Distro/bluez-firmware)、[firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- 构建文件系统的源仓库:[openEuler 21.09 每日构建的源仓库](http://119.3.219.20:82/openEuler:/21.09/standard_aarch64/aarch64/) +- 镜像内置源仓库:[openEuler 21.09 源仓库](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-21.09/generic.repo) diff --git a/documents/changelog/changelog-21.09-LXDE.en.md b/documents/changelog/changelog-21.09-LXDE.en.md new file mode 100644 index 0000000..95c185e --- /dev/null +++ b/documents/changelog/changelog-21.09-LXDE.en.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 21.09 Alpha Version (with LXDE desktop environment and Chinese input method) + +English | [简体中文](./changelog-21.09-LXDE.md) + +### 2021-10-18 + +#### Basic information + +- Release date: 2021/10/18 +- Size: 548 MiB +- OS version: openEuler 21.09 +- Kernel version: 5.10.0-5.10.0.8 +- Firmware source: [firmware](https://github.com/raspberrypi/firmware), [bluez-firmware](https://github.com/RPi-Distro/bluez-firmware), [firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- Repository of rootfs: [openEuler 21.09 repository built daily](http://119.3.219.20:82/openEuler:/21.09/standard_aarch64/aarch64/) +- Repository inside the image: [openEuler 21.09 repository](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-21.09/generic.repo) diff --git a/documents/changelog/changelog-21.09-LXDE.md b/documents/changelog/changelog-21.09-LXDE.md new file mode 100644 index 0000000..21afc33 --- /dev/null +++ b/documents/changelog/changelog-21.09-LXDE.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 21.09 Alpha Version (with LXDE desktop environment and Chinese input method) + +[English](./changelog-21.09-LXDE.en.md) | 简体中文 + +### 2021-10-18 + +#### 基本信息 + +- 发布时间:2021/10/18 +- 大小:548 MiB +- 操作系统版本:openEuler 21.09 +- 内核版本:5.10.0-5.10.0.8 +- 固件来源:[firmware](https://github.com/raspberrypi/firmware)、[bluez-firmware](https://github.com/RPi-Distro/bluez-firmware)、[firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- 构建文件系统的源仓库:[openEuler 21.09 每日构建的源仓库](http://119.3.219.20:82/openEuler:/21.09/standard_aarch64/aarch64/) +- 镜像内置源仓库:[openEuler 21.09 源仓库](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-21.09/generic.repo) diff --git a/documents/changelog/changelog-21.09-UKUI.en.md b/documents/changelog/changelog-21.09-UKUI.en.md new file mode 100644 index 0000000..5e01489 --- /dev/null +++ b/documents/changelog/changelog-21.09-UKUI.en.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 21.09 Alpha Version (with UKUI desktop environment and Chinese input method) + +English | [简体中文](./changelog-21.09-UKUI.md) + +### 2021-10-18 + +#### Basic information + +- Release date: 2021/10/18 +- Size: 1.3 GiB +- OS version: openEuler 21.09 +- Kernel version: 5.10.0-5.10.0.8 +- Firmware source: [firmware](https://github.com/raspberrypi/firmware), [bluez-firmware](https://github.com/RPi-Distro/bluez-firmware), [firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- Repository of rootfs: [openEuler 21.09 repository built daily](http://119.3.219.20:82/openEuler:/21.09/standard_aarch64/aarch64/) +- Repository inside the image: [openEuler 21.09 repository](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-21.09/generic.repo) diff --git a/documents/changelog/changelog-21.09-UKUI.md b/documents/changelog/changelog-21.09-UKUI.md new file mode 100644 index 0000000..76a6415 --- /dev/null +++ b/documents/changelog/changelog-21.09-UKUI.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 21.09 Alpha Version (with UKUI desktop environment and Chinese input method) + +[English](./changelog-21.09-UKUI.en.md) | 简体中文 + +### 2021-10-18 + +#### 基本信息 + +- 发布时间:2021/10/18 +- 大小:1.3 GiB +- 操作系统版本:openEuler 21.09 +- 内核版本:5.10.0-5.10.0.8 +- 固件来源:[firmware](https://github.com/raspberrypi/firmware)、[bluez-firmware](https://github.com/RPi-Distro/bluez-firmware)、[firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- 构建文件系统的源仓库:[openEuler 21.09 每日构建的源仓库](http://119.3.219.20:82/openEuler:/21.09/standard_aarch64/aarch64/) +- 镜像内置源仓库:[openEuler 21.09 源仓库](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-21.09/generic.repo) diff --git a/documents/changelog/changelog-21.09-Xfce.en.md b/documents/changelog/changelog-21.09-Xfce.en.md new file mode 100644 index 0000000..3502228 --- /dev/null +++ b/documents/changelog/changelog-21.09-Xfce.en.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 21.09 Alpha Version (with Xfce desktop environment and Chinese input method) + +English | [简体中文](./changelog-21.09-Xfce.md) + +### 2021-10-18 + +#### Basic information + +- Release date: 2021/10/18 +- Size: 1.9 GiB +- OS version: openEuler 21.09 +- Kernel version: 5.10.0-5.10.0.8 +- Firmware source: [firmware](https://github.com/raspberrypi/firmware), [bluez-firmware](https://github.com/RPi-Distro/bluez-firmware), [firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- Repository of rootfs: [openEuler 21.09 repository built daily](http://119.3.219.20:82/openEuler:/21.09/standard_aarch64/aarch64/) +- Repository inside the image: [openEuler 21.09 repository](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-21.09/generic.repo) diff --git a/documents/changelog/changelog-21.09-Xfce.md b/documents/changelog/changelog-21.09-Xfce.md new file mode 100644 index 0000000..473fc2d --- /dev/null +++ b/documents/changelog/changelog-21.09-Xfce.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 21.09 Alpha Version (with Xfce desktop environment and Chinese input method) + +[English](./changelog-21.09-Xfce.en.md) | 简体中文 + +### 2021-10-18 + +#### 基本信息 + +- 发布时间:2021/10/18 +- 大小:1.9 GiB +- 操作系统版本:openEuler 21.09 +- 内核版本:5.10.0-5.10.0.8 +- 固件来源:[firmware](https://github.com/raspberrypi/firmware)、[bluez-firmware](https://github.com/RPi-Distro/bluez-firmware)、[firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- 构建文件系统的源仓库:[openEuler 21.09 每日构建的源仓库](http://119.3.219.20:82/openEuler:/21.09/standard_aarch64/aarch64/) +- 镜像内置源仓库:[openEuler 21.09 源仓库](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-21.09/generic.repo) diff --git a/documents/changelog/changelog-21.09.en.md b/documents/changelog/changelog-21.09.en.md new file mode 100644 index 0000000..9b9391b --- /dev/null +++ b/documents/changelog/changelog-21.09.en.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 21.09 Alpha Version + +English | [简体中文](./changelog-21.09.md) + +### 2021-10-18 + +#### Basic information + +- Release date: 2021/10/18 +- Size: 242 MiB +- OS version: openEuler 21.09 +- Kernel version: 5.10.0-5.10.0.8 +- Firmware source: [firmware](https://github.com/raspberrypi/firmware), [bluez-firmware](https://github.com/RPi-Distro/bluez-firmware), [firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- Repository of rootfs: [openEuler 21.09 repository built daily](http://119.3.219.20:82/openEuler:/21.09/standard_aarch64/aarch64/) +- Repository inside the image: [openEuler 21.09 repository](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-21.09/generic.repo) diff --git a/documents/changelog/changelog-21.09.md b/documents/changelog/changelog-21.09.md new file mode 100644 index 0000000..0c40e6b --- /dev/null +++ b/documents/changelog/changelog-21.09.md @@ -0,0 +1,15 @@ +## Feature Release Log of openEuler 21.09 Alpha Version + +[English](./changelog-21.09.en.md) | 简体中文 + +### 2021-10-18 + +#### 基本信息 + +- 发布时间:2021/10/18 +- 大小:242 MiB +- 操作系统版本:openEuler 21.09 +- 内核版本:5.10.0-5.10.0.8 +- 固件来源:[firmware](https://github.com/raspberrypi/firmware)、[bluez-firmware](https://github.com/RPi-Distro/bluez-firmware)、[firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- 构建文件系统的源仓库:[openEuler 21.09 每日构建的源仓库](http://119.3.219.20:82/openEuler:/21.09/standard_aarch64/aarch64/) +- 镜像内置源仓库:[openEuler 21.09 源仓库](https://gitee.com/src-openeuler/openEuler-repos/blob/openEuler-21.09/generic.repo) diff --git a/documents/images.en.md b/documents/images.en.md index ef58319..cc25bdb 100644 --- a/documents/images.en.md +++ b/documents/images.en.md @@ -122,6 +122,87 @@ Basic information of the image is as follows:

5.10.0-4.17.0.8

openEuler 21.03 repository + +openEuler 20.03 LTS SP2 alpha1 + +ChangeLog +

2021/10/18

+

258 MiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 repository built daily + + +openEuler 20.03 LTS SP2 alpha1 (UKUI desktop and Chinese input method) + +ChangeLog +

2021/10/18

+

1.2 GiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 repository built daily + + +openEuler 20.03 LTS SP2 alpha1 (DDE desktop and Chinese input method) + +ChangeLog +

2021/10/18

+

1.2 GiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 repository built daily + + +openEuler 20.03 LTS SP2 alpha1 (Xfce desktop and Chinese input method) + +ChangeLog +

2021/10/18

+

1.9 GiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 repository built daily + + +openEuler 21.09 alpha1 + +ChangeLog +

2021/10/18

+

242 MiB

+

5.10.0-5.10.0.8

+openEuler 21.09 repository built daily + + +openEuler 21.09 alpha1 (UKUI desktop and Chinese input method) + +ChangeLog +

2021/10/18

+

1.3 GiB

+

5.10.0-5.10.0.8

+openEuler 21.09 repository built daily + + +openEuler 21.09 alpha1 (DDE desktop and Chinese input method) + +ChangeLog +

2021/10/18

+

1.2 GiB

+

5.10.0-5.10.0.8

+openEuler 21.09 repository built daily + + +openEuler 21.09 alpha1 (Xfce desktop and Chinese input method) + +ChangeLog +

2021/10/18

+

1.8 GiB

+

5.10.0-5.10.0.8

+openEuler 21.09 repository built daily + + +openEuler 21.09 alpha1 (LXDE desktop and Chinese input method) + +ChangeLog +

2021/10/18

+

548 MiB

+

5.10.0-5.10.0.8

+openEuler 21.09 repository built daily + Other information: diff --git a/documents/images.md b/documents/images.md index 1d362a2..9a8def3 100644 --- a/documents/images.md +++ b/documents/images.md @@ -122,6 +122,87 @@

5.10.0-4.17.0.8

openEuler 21.03 源仓库 + +openEuler 20.03 LTS SP2 内测版 + +更新日志 +

2021/10/18

+

258 MiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 每日构建源仓库 + + +openEuler 20.03 LTS SP2 内测版(UKUI 桌面、中文输入法) + +更新日志 +

2021/10/18

+

1.2 GiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 每日构建源仓库 + + +openEuler 20.03 LTS SP2 内测版(DDE 桌面、中文输入法) + +更新日志 +

2021/10/18

+

1.2 GiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 每日构建源仓库 + + +openEuler 20.03 LTS SP2 内测版(Xfce 桌面、中文输入法) + +更新日志 +

2021/10/18

+

1.9 GiB

+

4.19.90-2109.7.0.0031

+openEuler 20.03 LTS SP2 每日构建源仓库 + + +openEuler 21.09 内测版 + +更新日志 +

2021/10/18

+

242 MiB

+

5.10.0-5.10.0.8

+openEuler 21.09 每日构建源仓库 + + +openEuler 21.09 内测版(UKUI 桌面、中文输入法) + +更新日志 +

2021/10/18

+

1.3 GiB

+

5.10.0-5.10.0.8

+openEuler 21.09 每日构建源仓库 + + +openEuler 21.09 内测版(DDE 桌面、中文输入法) + +更新日志 +

2021/10/18

+

1.2 GiB

+

5.10.0-5.10.0.8

+openEuler 21.09 每日构建源仓库 + + +openEuler 21.09 内测版(Xfce 桌面、中文输入法) + +更新日志 +

2021/10/18

+

1.8 GiB

+

5.10.0-5.10.0.8

+openEuler 21.09 每日构建源仓库 + + +openEuler 21.09 内测版(LXDE 桌面、中文输入法) + +更新日志 +

2021/10/18

+

548 MiB

+

5.10.0-5.10.0.8

+openEuler 21.09 每日构建源仓库 + 其他信息: -- Gitee