diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> | 2022-05-05 18:50:43 -0600 |
|---|---|---|
| committer | Mark Hatle <mhatle@xilinx.com> | 2022-05-10 09:04:03 -0700 |
| commit | c933f83a698d0cac9ce0c9a712b6cbbac227893f (patch) | |
| tree | de74220fdf93e57ba5cc2a3684aac367fdc7b0f5 /MAINTAINERS.md | |
| parent | d65e337809b34d4aac26b698a99620128a8ab094 (diff) | |
| download | meta-xilinx-c933f83a698d0cac9ce0c9a712b6cbbac227893f.tar.gz | |
meta-xilinx: Clean up vendor specific machine configuration files
1. Add new metal-xilinx-vendor layer which supports vendor specific
machine configuration files, device-tree, kernel, platform-init etc.
2. Moved below vendor machine conf files, dt and related configs from
meta-xilinx-bsp and meta-xilinx-contrib to meta-xilinx-vendor layer.
- microzed-zynq7.conf
- minized-zynq7.conf
- picozed-zynq7.conf
- zedboard-zynq7.conf
- zybo-zynq7.conf
- zybo-linux-bd-zynq7.conf
- ultra96-zynqmp.conf
3. Obsolete qemu-zynq7, s3adsp1800-qemu-microblazeeb, v350-versal and
vc-p-a2197-00-versal from meta-xilinx-bsp layer. Users should use
zynq-generic.conf for zynq7000 qemu boot should be functionally
equivalent to qemu-zynq7.
4. Add new MAINTAINERS.md file and move maintainers, Mailing list and
Patches content from meta-xilinx-* README.md to MAINTAINERS.md file.
5. Updated README.md file for supported board machines files in
meta-xilinx-bsp, meta-xilinx-contrib and meta-xilinx-vendor layers.
6. Disabled old drm kernel patches for zybo-linux-bd-zynq mahcine in
meta-xilinx-contrib layer as these patches doesn't apply on 5.x
kernel, if we don't hear from patch submitter we will remove these
patches from meta-xilinx-contrib layer.
7. Removed drm kernel cache metadate for zybo-linux-bd-zynq7 machine
as these configs are already available in xilinx_zynq_defconfig.
8. Fixed build issue for u-boot by changing
PREFERRED_PROVIDER_virtual/bootloader from u-boot to u-boot-xlnx.
9. Add meta-xilinx-vendor to bblayers.conf.sample
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com>
Signed-off-by: Mark Hatle <mhatle@xilinx.com>
Diffstat (limited to 'MAINTAINERS.md')
| -rw-r--r-- | MAINTAINERS.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 00000000..d14b73e5 --- /dev/null +++ b/MAINTAINERS.md | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | # Maintainers, Mailing list, Patches | ||
| 2 | |||
| 3 | Please send any patches, pull requests, comments or questions for this layer to | ||
| 4 | the [meta-xilinx mailing list](https://lists.yoctoproject.org/g/meta-xilinx): | ||
| 5 | |||
| 6 | meta-xilinx@lists.yoctoproject.org | ||
| 7 | |||
| 8 | When sending patches, please make sure the email subject line includes | ||
| 9 | "[meta-xilinx][PATCH]" and cc'ing the maintainers. | ||
| 10 | |||
| 11 | For more details follow the OE community patch submission guidelines, as described in: | ||
| 12 | |||
| 13 | https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines | ||
| 14 | https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded | ||
| 15 | |||
| 16 | `git send-email --subject-prefix 'meta-xilinx][PATCH' --to meta-xilinx@yoctoproject.org` | ||
| 17 | |||
| 18 | **Maintainers:** | ||
| 19 | |||
| 20 | Mark Hatle <mark.hatle@xilinx.com> | ||
| 21 | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> | ||
| 22 | John Toomey <john.toomey@xilinx.com> | ||
| 23 | |||
| 24 | > **Note:** | ||
| 25 | |||
| 26 | * meta-xilinx-contrib layer: | ||
| 27 | * We don't have any maintainers when user submit a patch to this layer | ||
| 28 | email meta-xilinx@yoctoproject.org and cc'ing below reviewers. | ||
| 29 | |||
| 30 | **Reviewers:** | ||
| 31 | |||
| 32 | Mark Hatle <mark.hatle@xilinx.com> | ||
| 33 | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> | ||
| 34 | John Toomey <john.toomey@xilinx.com> | ||
