diff --git a/repository/openeuler.yaml b/repository/openeuler.yaml index eb48b33d5e0958dba4fa2a98c92967227639061e..f91d6287d5cedf26d1fcb8c2d4f02f9509e7e83a 100644 --- a/repository/openeuler.yaml +++ b/repository/openeuler.yaml @@ -141,3 +141,13 @@ repositories: protected_branches: - master type: public +- name: raspberrypi + description: "It provides scripts for building openEuler image on Raspberry Pi and documents" + protected_branches: + - master + type: public +- name: raspberrypi-kernel + description: "It provides openEuler kernel source for Raspberry Pi" + protected_branches: + - master + type: public diff --git a/sig/sig-RaspberryPi/OWNERS b/sig/sig-RaspberryPi/OWNERS new file mode 100644 index 0000000000000000000000000000000000000000..9ec745a959ecf6956ca98924c65e097960ccdd9f --- /dev/null +++ b/sig/sig-RaspberryPi/OWNERS @@ -0,0 +1,3 @@ +maintainers: + - jianminw + - woqidaideshi \ No newline at end of file diff --git a/sig/sig-RaspberryPi/README.md b/sig/sig-RaspberryPi/README.md new file mode 100644 index 0000000000000000000000000000000000000000..74b63eb81b4bd57eef8c3c435c2d3feeb0ec08e2 --- /dev/null +++ b/sig/sig-RaspberryPi/README.md @@ -0,0 +1,40 @@ +# openEuler RaspberryPi SIG + +- 在openEuler社区中添加对Raspberry Pi的支持 +- 根据openEuler迭代版本,持续完成openEuler向树莓派的移植,并提供openEuler的Raspberry Pi版本镜像的构建脚本和使用文档 +- 及时响应用户反馈,解决相关问题 + + +# 组织会议 + +- 公开的会议时间:北京时间,每周二 下午,3点~4点 + + +# 成员 + +### Maintainer列表 + +- 王建民[@jianminw](https://gitee.com/jianminw) +- 方亚芬[@woqidaideshi](https://gitee.com/woqidaideshi) + +### Committer列表 + +- 王建民[@jianminw](https://gitee.com/jianminw) +- 方亚芬[@woqidaideshi](https://gitee.com/woqidaideshi) + + +# 联系方式 + +- [邮件列表](dev@openeuler.org) +- [IRC频道](#openeuler-raspberrypi) +- [IRC公开会议](#openeuler-meeting) + + +# 项目清单 + +项目名称:RaspberryPi + +repository地址: + +- https://gitee.com/openeuler/raspberrypi +- https://gitee.com/openeuler/raspberrypi-kernel \ No newline at end of file diff --git a/sig/sig-RaspberryPi/sig-RaspberryPi.md b/sig/sig-RaspberryPi/sig-RaspberryPi.md new file mode 100644 index 0000000000000000000000000000000000000000..87a2b1c48d9fcf6080a35fd2fdc90720a2e5ea48 --- /dev/null +++ b/sig/sig-RaspberryPi/sig-RaspberryPi.md @@ -0,0 +1,51 @@ +# openEuler RaspberryPi Special Interest Group (SIG) +English | [简体中文](./sig-RaspberryPi_cn.md) + +The openEuler RaspberryPi SIG aims at migrating openEuler to Raspberry Pi, in order to reduce the threshold for using openEuler and promote openEuler to new users. + + +## SIG Mission and Scope + +### Mission +- Add RaspberryPi support for openEuler community +- According to the iterative version of openEuler, constantly complete the migration of openEuler to Raspberry Pi, and provide scripts for building openEuler image on Raspberry Pi and documents +- Respond to users' feedback in a timely manner and resolve the problems + +### Scope + +- Migrate openEuler kernel to Raspberry PI, with further maintenance and upgrades +- Create and update openEuler image running on Raspberry Pi, provide image's build scripts and documents +- Manage the documentations, meetings, mailist and IRC within RaspberryPi SIG + +### Deliverables + +- Source and tar + +### Repositories and description managed by this SIG + +Repository of scripts for building openEuler image on Raspberry Pi and documents: https://gitee.com/openeuler/raspberrypi + +Repository of openEuler kernel source for Raspberry Pi:https://gitee.com/peneuler/raspberrypi-kernel + + +## Basic Information + +### Project Introduction + https://gitee.com/openeuler/community/tree/master/sig/sig-RaspberryPi/ + +### Maintainers +- jianminw +- woqidaideshi + +### Committers +- jianminw +- woqidaideshi + +### Mailing list +- dev@openeuler.org + +### IRC Channel +- #openeuler-raspberrypi + +### External Contact +- woqidaideshi diff --git a/sig/sig-RaspberryPi/sig-RaspberryPi_cn.md b/sig/sig-RaspberryPi/sig-RaspberryPi_cn.md new file mode 100644 index 0000000000000000000000000000000000000000..73b94f100f33a3d0da61c7b56dce92a0e09e1c72 --- /dev/null +++ b/sig/sig-RaspberryPi/sig-RaspberryPi_cn.md @@ -0,0 +1,53 @@ +# openEuler RaspberryPi兴趣小组(SIG) +[English](./sig-RaspberryPi.md) | 简体中文 + +RaspberryPi SIG小组致力于将openEuler移植到树莓派,以降低openEuler使用门槛,促进起始用户推广。 + + +## RaspberryPi SIG组工作目标和范围 + +### 工作目标 + + - 在openEuler社区中添加对Raspberry Pi的支持 + - 根据openEuler迭代版本,持续完成openEuler向树莓派的移植,并提供openEuler的Raspberry Pi版本镜像的构建脚本和使用文档 + - 及时响应用户反馈,解决相关问题 + +### 工作范围 + + - openEuler内核源码向Raspberry Pi的移植,以及后续维护、升级等 + - openEuler Raspberry Pi版本镜像的构建、更新,并提供构建镜像的脚本和使用文档等 + - RaspberryPi SIG组所有相关的文档、会议、邮件列表、IRC的管理 + +### 交付物 + +- 源码和tar包 + +### 该SIG管理的repository及描述 + +openEuler Raspberry Pi镜像的构建脚本和使用文档仓库:https://gitee.com/openeuler/raspberrypi + +openEuler Raspberry Pi内核源码仓库:https://gitee.com/openeuler/raspberrypi-kernel + + +## SIG基本信息 + +### 项目简介 + +https://gitee.com/openeuler/community/tree/master/sig/sig-RaspberryPi/ + +### Maintainers +- jianminw +- woqidaideshi + +### Committers +- jianminw +- woqidaideshi + +### 邮件列表 +- dev@openeuler.org + +### IRC频道 +- #openeuler-raspberrypi + +### 对外联络人 +- woqidaideshi \ No newline at end of file diff --git a/sig/sigs.yaml b/sig/sigs.yaml index afd8faf7027575c4cbc4d2761e2a91717a2774fd..9a6e01a2f25d96ed066eb669bd9136848705c11c 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -4146,3 +4146,7 @@ sigs: - src-openeuler/ukui-screenshot - src-openeuler/ukui-indicators - src-openeuler/biometric-authentication +- name: sig-RaspberryPi + repositories: + - openeuler/raspberrypi + - openeuler/raspberrypi-kernel \ No newline at end of file