diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2017-05-30 21:30:29 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2017-06-03 16:55:31 +1000 |
| commit | 506b0192c8f0073209762f3dabc7373869a51be1 (patch) | |
| tree | 0bd87490a0737059ff431784d6de99dd6e843e45 | |
| parent | c9b8ff6881cc94cf10b57e3d184cf39125facee6 (diff) | |
| download | meta-xilinx-506b0192c8f0073209762f3dabc7373869a51be1.tar.gz | |
zcu102-zynqmp: Remove pinning of older kernel, u-boot and atf versions
Remove the version pinning to the older kernel, u-boot and
arm-trusted-firmware versions. These versions are now functional as
pmu-firmware can be built and executed for the zcu102 physical hardware
as well as within QEMU.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Tested-by: Alistair Francis <alistair.francis@xilinx.com>
| -rw-r--r-- | conf/machine/zcu102-zynqmp.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf index 526fbf25..5e21e0d0 100644 --- a/conf/machine/zcu102-zynqmp.conf +++ b/conf/machine/zcu102-zynqmp.conf | |||
| @@ -19,12 +19,6 @@ KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-revB.dtb xilinx/zynqmp-zcu102.dtb" | |||
| 19 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" | 19 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" |
| 20 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" | 20 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" |
| 21 | 21 | ||
| 22 | # pin zcu102 to the older versions of kernel, u-boot, arm-trusted-firmware due | ||
| 23 | # to the pmu-firmware dependency with newer versions. | ||
| 24 | PREFERRED_VERSION_linux-xlnx ?= "4.6-xilinx-v2016.4%" | ||
| 25 | PREFERRED_VERSION_u-boot-xlnx ?= "v2016.07-xilinx-v2016.4%" | ||
| 26 | PREFERRED_VERSION_arm-trusted-firmware ?= "1.2-xilinx-v2016.3%" | ||
| 27 | |||
| 28 | EXTRA_IMAGEDEPENDS += " \ | 22 | EXTRA_IMAGEDEPENDS += " \ |
| 29 | arm-trusted-firmware \ | 23 | arm-trusted-firmware \ |
| 30 | qemu-devicetrees \ | 24 | qemu-devicetrees \ |
