[meta-xilinx] [meta-xilinx-bsp][PATCH v4 0/3] Update recipes for 2018.1 release
Manjukumar Harthikote Matha
MANJUKUM at xilinx.com
Fri May 25 11:12:48 PDT 2018
Applied
Thanks,
Manju
> -----Original Message-----
> From: Manjukumar Matha [mailto:manjukumar.harthikote-matha at xilinx.com]
> Sent: Monday, May 21, 2018 5:54 PM
> To: meta-xilinx at yoctoproject.org
> Cc: Manjukumar Harthikote Matha <MANJUKUM at xilinx.com>
> Subject: [meta-xilinx-bsp][PATCH v4 0/3] Update recipes for 2018.1 release
>
> This patch series does the following to update recipes to 2018.1 release
> - Remove 2017.3 based recipes components
> - Adds 2018.1 based recipes for components
> - Rework contrib recipes for kernel upgrade
>
>
> Changelog:
>
> v2: Updated ATF recipes (version is 1.4)
> v3: Updated QEMU recipe (version is 2.11.0)
> V4 changes:
> - Include removal of 2017.3 components
> - Include memfd patch for QEMU
> - Rework contrib recipes for kernel upgrade
>
> Manjukumar Matha (3):
> Remove 2017.3 component recipes
> Update recipes for Xilinx v2018.1 release
> meta-xilinx-contrib: Rework patches to 2018.1 Xilinx kernel recipe
>
> .../arm-trusted-firmware/arm-trusted-firmware.inc | 3 +-
> .../arm-trusted-firmware_2017.3.bb | 5 -
> .../arm-trusted-firmware_2018.1.bb | 7 +
> ...mp-Setup-partid-for-QEMU-to-match-silicon.patch | 33 -
> ...aze-kc705-Convert-microblaze-generic-to-k.patch | 1181 --------------------
> .../recipes-bsp/u-boot/u-boot-xlnx_2017.3.bb | 26 -
> .../recipes-bsp/u-boot/u-boot-xlnx_2018.1.bb | 23 +
> .../recipes-devtools/qemu/files/memfd.patch | 57 +
> .../qemu/qemu-devicetrees_2017.3.bb | 4 -
> .../qemu/qemu-devicetrees_2018.1.bb | 6 +
> .../recipes-devtools/qemu/qemu-xilinx.inc | 6 +-
> .../recipes-devtools/qemu/qemu-xilinx_2017.3.bb | 5 -
> .../recipes-devtools/qemu/qemu-xilinx_2018.1.bb | 6 +
> .../recipes-kernel/linux/linux-xlnx_2017.3.bb | 6 -
> .../recipes-kernel/linux/linux-xlnx_2018.1.bb | 7 +
> ...rm-xilinx-Add-encoder-for-Digilent-boards.patch | 302 ----- ...002-clk-Add-
> driver-for-axi_dynclk-IP-Core.patch | 607 ----------
> ...0003-drm-xilinx-Fix-DPMS-transition-to-on.patch | 54 -
> ...rm-xilinx-Add-encoder-for-Digilent-boards.patch | 302 +++++ ...002-clk-Add-
> driver-for-axi_dynclk-IP-Core.patch | 607 ++++++++++
> ...0003-drm-xilinx-Fix-DPMS-transition-to-on.patch | 54 +
> .../linux/linux-xlnx_2017.3.bbappend | 8 -
> .../linux/linux-xlnx_2018.1.bbappend | 8 +
> 23 files changed, 1084 insertions(+), 2233 deletions(-) delete mode 100644
> meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-
> firmware_2017.3.bb
> create mode 100644 meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-
> trusted-firmware_2018.1.bb
> delete mode 100644 meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-
> xlnx/v2017.3/arm64-zynqmp-Setup-partid-for-QEMU-to-match-silicon.patch
> delete mode 100644 meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-
> xlnx/v2017.3/microblaze-kc705-Convert-microblaze-generic-to-k.patch
> delete mode 100644 meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2017.3.bb
> create mode 100644 meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2018.1.bb
> create mode 100644 meta-xilinx-bsp/recipes-devtools/qemu/files/memfd.patch
> delete mode 100644 meta-xilinx-bsp/recipes-devtools/qemu/qemu-
> devicetrees_2017.3.bb
> create mode 100644 meta-xilinx-bsp/recipes-devtools/qemu/qemu-
> devicetrees_2018.1.bb
> delete mode 100644 meta-xilinx-bsp/recipes-devtools/qemu/qemu-
> xilinx_2017.3.bb
> create mode 100644 meta-xilinx-bsp/recipes-devtools/qemu/qemu-
> xilinx_2018.1.bb
> delete mode 100644 meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2017.3.bb
> create mode 100644 meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2018.1.bb
> delete mode 100644 meta-xilinx-contrib/recipes-kernel/linux/linux-
> xlnx/v2017.3/0001-drm-xilinx-Add-encoder-for-Digilent-boards.patch
> delete mode 100644 meta-xilinx-contrib/recipes-kernel/linux/linux-
> xlnx/v2017.3/0002-clk-Add-driver-for-axi_dynclk-IP-Core.patch
> delete mode 100644 meta-xilinx-contrib/recipes-kernel/linux/linux-
> xlnx/v2017.3/0003-drm-xilinx-Fix-DPMS-transition-to-on.patch
> create mode 100644 meta-xilinx-contrib/recipes-kernel/linux/linux-
> xlnx/v2018.1/0001-drm-xilinx-Add-encoder-for-Digilent-boards.patch
> create mode 100644 meta-xilinx-contrib/recipes-kernel/linux/linux-
> xlnx/v2018.1/0002-clk-Add-driver-for-axi_dynclk-IP-Core.patch
> create mode 100644 meta-xilinx-contrib/recipes-kernel/linux/linux-
> xlnx/v2018.1/0003-drm-xilinx-Fix-DPMS-transition-to-on.patch
> delete mode 100644 meta-xilinx-contrib/recipes-kernel/linux/linux-
> xlnx_2017.3.bbappend
> create mode 100644 meta-xilinx-contrib/recipes-kernel/linux/linux-
> xlnx_2018.1.bbappend
>
> --
> 2.7.4
More information about the meta-xilinx
mailing list