From 851746b2509b0e97891ecdf5934f5706714ddfd4 Mon Sep 17 00:00:00 2001 From: Tariq Mehmood Date: Mon, 30 Oct 2023 19:43:14 +0500 Subject: [PATCH 1/2] README.sokol-flex: add sokol-flex readme to outline origin of the branch As a process we will now be creating a README.sokol-flex in every forked repo/branch to identify the origin. This should help for someone looking through to quickly refer to this. JIRA: SB-22784 Signed-off-by: Tariq Mehmood --- README.sokol-flex | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.sokol-flex diff --git a/README.sokol-flex b/README.sokol-flex new file mode 100644 index 000000000000..d2943929fb3e --- /dev/null +++ b/README.sokol-flex @@ -0,0 +1,8 @@ +This file identifies the origin of this branch for the vendor kernel port to +Sokol Flex OS. This kernel was fetched from + +repo: https://github.com/Xilinx/linux-xlnx.git +branch: xlnx_rebase_v6.1_LTS +hash: a19da02cf5b44420ec6afb1eef348c21d9e8cda2 + +The kernel version at the time of this fork was: 6.1.30 From ec0604b0f66203482991c8879a741a9b8bfb56d3 Mon Sep 17 00:00:00 2001 From: Tariq Mehmood Date: Mon, 30 Oct 2023 19:47:34 +0500 Subject: [PATCH 2/2] pull_request_template: remove xilinx github pull request template JIRA: SB-22784 Signed-off-by: Tariq Mehmood --- .github/pull_request_template.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 64fabaf494d8..000000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,3 +0,0 @@ -Please do not submit a Pull Request via github. Our project makes use of -mailing lists for patch submission and review. For more details please see -https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842172/Create+and+Submit+a+Patch