Commit 0a71859d authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

will move preferred provider to local.conf

parent 25fd6d96
...@@ -7,7 +7,7 @@ require include/tune-zynq.inc ...@@ -7,7 +7,7 @@ require include/tune-zynq.inc
require include/machine-xilinx-default.inc require include/machine-xilinx-default.inc
# Corresponding from linux-xlnx and ezynq-u-boot # Corresponding from linux-xlnx and ezynq-u-boot
PREFERRED_VERSION_ezynq-u-boot = "v2016.01%" PREFERRED_VERSION_ezynq-u-boot = "v2016.05"
PREFERRED_VERSION_linux-xlnx = "4.%" PREFERRED_VERSION_linux-xlnx = "4.%"
PREFERRED_VERSION_php = "5.%" PREFERRED_VERSION_php = "5.%"
...@@ -42,4 +42,4 @@ IMAGE_BOOT_FILES += " \ ...@@ -42,4 +42,4 @@ IMAGE_BOOT_FILES += " \
${PRODUCTION_DEVICETREE} \ ${PRODUCTION_DEVICETREE} \
${PRODUCTION_KERNEL} \ ${PRODUCTION_KERNEL} \
" "
HOSTTOOLS += " ping scp" HOSTTOOLS += " ping scp"
\ No newline at end of file
...@@ -12,9 +12,9 @@ PREFERRED_VERSION_linux-xlnx ?= "4.%" ...@@ -12,9 +12,9 @@ PREFERRED_VERSION_linux-xlnx ?= "4.%"
# U-Boot Configuration # U-Boot Configuration
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ezynq" PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ezynq"
PREFERRED_PROVIDER_u-boot ?= "u-boot-ezynq" PREFERRED_PROVIDER_u-boot ?= "u-boot-ezynq"
PREFERRED_VERSION_u-boot-ezynq ?= "v2016.0%" PREFERRED_VERSION_u-boot-ezynq ?= "v2016.05"
#PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-fw-utils" #PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-fw-utils"
#PREFERRED_PROVIDER_u-boot ?= "u-boot-fw-utils" #PREFERRED_PROVIDER_u-boot ?= "u-boot-fw-utils"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append_zynq += "device-tree" MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append_zynq += "device-tree"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment