diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2018-11-28 14:16:06 -0800 |
|---|---|---|
| committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-01-01 20:03:46 -0800 |
| commit | f24275598687bcec0252186cb1d9c54b426fef9f (patch) | |
| tree | 459a6ebb57c5b8b5c149aed45487b47eb588c554 /meta-xilinx-contrib/conf | |
| parent | 897edbbba3e444cca93ea9a76870fd1b8fa7272d (diff) | |
| download | meta-xilinx-f24275598687bcec0252186cb1d9c54b426fef9f.tar.gz | |
machine-xilinx-board.inc: Remove include
This include has a single line which adds the virtual/bootloader to
EXTRA_IMAGEDEPENDS. Move this append into the individual machines and
drop the include. This makes using the meta-xilinx-bsp default machine
configuration much simpler for external users as well as making the use
of a bootloader explicit on a per machine basis.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Diffstat (limited to 'meta-xilinx-contrib/conf')
| -rw-r--r-- | meta-xilinx-contrib/conf/machine/minized-zynq7.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-contrib/conf/machine/minized-zynq7.conf b/meta-xilinx-contrib/conf/machine/minized-zynq7.conf index ec706b6e..de617d0b 100644 --- a/meta-xilinx-contrib/conf/machine/minized-zynq7.conf +++ b/meta-xilinx-contrib/conf/machine/minized-zynq7.conf | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | require conf/machine/include/tune-zynq.inc | 5 | require conf/machine/include/tune-zynq.inc |
| 6 | require conf/machine/include/machine-xilinx-default.inc | 6 | require conf/machine/include/machine-xilinx-default.inc |
| 7 | require conf/machine/include/machine-xilinx-board.inc | ||
| 8 | 7 | ||
| 9 | MACHINE_FEATURES = "ext2 vfat usbhost wifi bluetooth" | 8 | MACHINE_FEATURES = "ext2 vfat usbhost wifi bluetooth" |
| 10 | 9 | ||
| @@ -14,6 +13,7 @@ UBOOT_MACHINE = "zynq_minized_config" | |||
| 14 | 13 | ||
| 15 | EXTRA_IMAGEDEPENDS += " \ | 14 | EXTRA_IMAGEDEPENDS += " \ |
| 16 | u-boot-zynq-uenv \ | 15 | u-boot-zynq-uenv \ |
| 16 | virtual/bootloader \ | ||
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | SERIAL_CONSOLE = "115200 ttyPS0" | 19 | SERIAL_CONSOLE = "115200 ttyPS0" |
