-
Notifications
You must be signed in to change notification settings - Fork 818
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meta-pynq updates to Petalinux 2022.1
* Recipes changed to conform to yocto honister API update https://docs.yoctoproject.org/migration-guides/migration-3.4.html * BBFILE_PRIORITY changed 6->7 so devicetree segments and kernel settings can be applied in the correct order
- Loading branch information
Showing
11 changed files
with
53 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 5 additions & 8 deletions
13
sdbuild/boot/meta-pynq/recipes-bsp/device-tree/files/pynq_uio_zynq.dtsi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
/ { | ||
amba { | ||
|
||
fabric@40000000 { | ||
compatible = "generic-uio"; | ||
reg = <0x40000000 0x10000>; | ||
interrupt-parent = <&intc>; | ||
interrupts = <0x0 0x1d 0x4>; | ||
}; | ||
fabric@40000000 { | ||
compatible = "generic-uio"; | ||
reg = <0x40000000 0x10000>; | ||
interrupt-parent = <&intc>; | ||
interrupts = <0x0 0x1d 0x4>; | ||
}; | ||
}; |
13 changes: 5 additions & 8 deletions
13
sdbuild/boot/meta-pynq/recipes-bsp/device-tree/files/pynq_uio_zynqmp.dtsi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
/ { | ||
amba { | ||
|
||
fabric@A0000000 { | ||
compatible = "generic-uio"; | ||
reg = <0x0 0xA0000000 0x0 0x10000>; | ||
interrupt-parent = <&gic>; | ||
interrupts = <0x0 0x59 0x4>; | ||
}; | ||
fabric@A0000000 { | ||
compatible = "generic-uio"; | ||
reg = <0x0 0xA0000000 0x0 0x10000>; | ||
interrupt-parent = <&gic>; | ||
interrupts = <0x0 0x59 0x4>; | ||
}; | ||
}; |
10 changes: 5 additions & 5 deletions
10
sdbuild/boot/meta-pynq/recipes-core/images/petalinux-image-full.bbappend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
IMAGE_INSTALL_append = " xrt-dev" | ||
IMAGE_INSTALL_append = " xrt" | ||
IMAGE_INSTALL_append = " zocl" | ||
IMAGE_INSTALL_append = " opencl-headers-dev" | ||
IMAGE_INSTALL_append = " opencl-clhpp-dev" | ||
IMAGE_INSTALL:append = " xrt-dev" | ||
IMAGE_INSTALL:append = " xrt" | ||
IMAGE_INSTALL:append = " zocl" | ||
IMAGE_INSTALL:append = " opencl-headers-dev" | ||
IMAGE_INSTALL:append = " opencl-clhpp-dev" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters