diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2016-05-03 21:40:52 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-05-03 21:51:05 +1000 |
| commit | 2977b2c33cdbd9f5df0f214b436afe9a0ab93458 (patch) | |
| tree | f91802fbae344823905b1d7f1fc61cff122a33fb /conf | |
| parent | bc9a47a99cc6d10e102d4197760dbad004b0ebfd (diff) | |
| download | meta-xilinx-2977b2c33cdbd9f5df0f214b436afe9a0ab93458.tar.gz | |
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 <nathan@nathanrossi.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/zybo-linux-bd-zynq7.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
| 9 | require conf/machine/include/machine-xilinx-default.inc | 9 | require conf/machine/include/machine-xilinx-default.inc |
| 10 | require conf/machine/include/machine-xilinx-board.inc | 10 | require conf/machine/include/machine-xilinx-board.inc |
| 11 | 11 | ||
| 12 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" | ||
| 13 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot" | ||
| 14 | |||
| 12 | MACHINE_FEATURES = "ext2 vfat usbhost usbgadget keyboard screen alsa sdio" | 15 | MACHINE_FEATURES = "ext2 vfat usbhost usbgadget keyboard screen alsa sdio" |
| 13 | SERIAL_CONSOLE = "115200 ttyPS0" | 16 | SERIAL_CONSOLE = "115200 ttyPS0" |
| 14 | 17 | ||
