diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-20 15:58:06 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-20 16:29:28 +1000 |
| commit | c7f473e10049e2c44759a4b68eb7269cb9e01822 (patch) | |
| tree | e91f88807f00d9a9379be3c626d2948021942035 /conf/machine | |
| parent | 19d54bd320628fb0549216b86f0a9a8648aea289 (diff) | |
| download | meta-xilinx-c7f473e10049e2c44759a4b68eb7269cb9e01822.tar.gz | |
machine-xilinx-default.inc: Clean-up device-tree RDEPENDS
* Only add device-tree to MACHINE_ESSENTIAL_EXTRA_RDEPENDS for
MicroBlaze and Zynq
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index 11939897..d26c3096 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
| @@ -23,9 +23,11 @@ UBOOT_SUFFIX ?= "img" | |||
| 23 | UBOOT_BINARY_zynq ?= "u-boot-dtb.${UBOOT_SUFFIX}" | 23 | UBOOT_BINARY_zynq ?= "u-boot-dtb.${UBOOT_SUFFIX}" |
| 24 | 24 | ||
| 25 | # Device Trees | 25 | # Device Trees |
| 26 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" | 26 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append_zynq += "device-tree" |
| 27 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append_microblaze += "device-tree" | ||
| 27 | 28 | ||
| 28 | # Common Device Tree Includes | 29 | # Common Device Tree Includes |
| 29 | MACHINE_DEVICETREE_append_zynq += " \ | 30 | MACHINE_DEVICETREE_append_zynq += " \ |
| 30 | common/zynq7-base.dtsi \ | 31 | common/zynq7-base.dtsi \ |
| 31 | " | 32 | " |
| 33 | |||
