From 2977b2c33cdbd9f5df0f214b436afe9a0ab93458 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 3 May 2016 21:40:52 +1000 Subject: zybo-linux-bd-zynq7: Force default kernel and u-boot The zybo-linux-bd-zynq7 machine relies on drivers from the linux-xlnx kernel, default the machine to use the linux-xlnx kernel. The machine also relies on functionality and patching of the mainline u-boot (as opposed to u-boot-xlnx). Default to the mainline u-boot. Signed-off-by: Nathan Rossi --- conf/machine/zybo-linux-bd-zynq7.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/zybo-linux-bd-zynq7.conf b/conf/machine/zybo-linux-bd-zynq7.conf index dad11efe..ebda54df 100644 --- a/conf/machine/zybo-linux-bd-zynq7.conf +++ b/conf/machine/zybo-linux-bd-zynq7.conf @@ -9,6 +9,9 @@ require conf/machine/include/tune-zynq.inc require conf/machine/include/machine-xilinx-default.inc require conf/machine/include/machine-xilinx-board.inc +PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" +PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot" + MACHINE_FEATURES = "ext2 vfat usbhost usbgadget keyboard screen alsa sdio" SERIAL_CONSOLE = "115200 ttyPS0" -- cgit v1.2.3-54-g00ecf