diff options
author | 2018-05-25 18:46:19 -0700 | |
---|---|---|
committer | 2018-05-28 00:32:29 -0700 | |
commit | 99dfdb05c834c9aa61a24b5514a27c6bfebce18e (patch) | |
tree | f60f735a13a469f27a085ba9f8cfbc7d36893b6b | |
parent | 330de59b5f7fb6031981edfc16c4af927bb8cdc2 (diff) | |
download | meta-xilinx-99dfdb05c834c9aa61a24b5514a27c6bfebce18e.tar.gz meta-xilinx-99dfdb05c834c9aa61a24b5514a27c6bfebce18e.tar.bz2 meta-xilinx-99dfdb05c834c9aa61a24b5514a27c6bfebce18e.zip |
kc705-microblazeel.conf: Pin providers to Xilinx kernel and u-boot
kc705 is tested with Xilinx kernel tree and u-boot, set preferred
provider to use the vendor tree rather than upstream version
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf b/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf index 3feb5c47..b777c249 100644 --- a/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf +++ b/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf @@ -17,6 +17,8 @@ SERIAL_CONSOLE = "115200 ttyS0" KERNEL_IMAGETYPE ?= "linux.bin.ub" MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" +PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" +PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" EXTRA_IMAGEDEPENDS += "virtual/bitstream" |