diff options
author | Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> | 2020-09-28 19:08:39 +0530 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-10-23 12:44:50 -0700 |
commit | 5e992549b97e11b0ece2d7f8a81d919c43a5bc01 (patch) | |
tree | 0aa7410d6810247df2f87ae3f4ee415743ddbb37 | |
parent | 874b9cee5e469a347f39183c39d9c2307370c80d (diff) | |
download | meta-xilinx-5e992549b97e11b0ece2d7f8a81d919c43a5bc01.tar.gz |
versal-generic.conf:zynqmp-generic.conf: Add MACHINE_ESSENTIAL_EXTRA_RDEPENDS variable only for specific machines.
Add MACHINE_ESSENTIAL_EXTRA_RDEPENDS variable for zynqmp and versal platforms.
Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com>
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/conf/machine/versal-generic.conf | 2 | ||||
-rw-r--r-- | meta-xilinx-bsp/conf/machine/zynqmp-generic.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/machine/versal-generic.conf b/meta-xilinx-bsp/conf/machine/versal-generic.conf index 9bf3593d..a1a894ec 100644 --- a/meta-xilinx-bsp/conf/machine/versal-generic.conf +++ b/meta-xilinx-bsp/conf/machine/versal-generic.conf | |||
@@ -14,6 +14,8 @@ UBOOT_MACHINE ?= "xilinx_versal_virt_defconfig" | |||
14 | 14 | ||
15 | SERIAL_CONSOLES ?= "115200;ttyAMA0" | 15 | SERIAL_CONSOLES ?= "115200;ttyAMA0" |
16 | 16 | ||
17 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" | ||
18 | |||
17 | # Default SD image build onfiguration, use qemu-sd to pad | 19 | # Default SD image build onfiguration, use qemu-sd to pad |
18 | IMAGE_CLASSES += "image-types-xilinx-qemu" | 20 | IMAGE_CLASSES += "image-types-xilinx-qemu" |
19 | IMAGE_FSTYPES += "wic.qemu-sd" | 21 | IMAGE_FSTYPES += "wic.qemu-sd" |
diff --git a/meta-xilinx-bsp/conf/machine/zynqmp-generic.conf b/meta-xilinx-bsp/conf/machine/zynqmp-generic.conf index 7aa01986..7e8316f5 100644 --- a/meta-xilinx-bsp/conf/machine/zynqmp-generic.conf +++ b/meta-xilinx-bsp/conf/machine/zynqmp-generic.conf | |||
@@ -23,6 +23,8 @@ WKS_FILES ?= "sdimage-bootpart.wks" | |||
23 | 23 | ||
24 | SERIAL_CONSOLES ?= "115200;ttyPS0" | 24 | SERIAL_CONSOLES ?= "115200;ttyPS0" |
25 | 25 | ||
26 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" | ||
27 | |||
26 | # We need a generic one that works with QEMU... | 28 | # We need a generic one that works with QEMU... |
27 | HDF_MACHINE = "zcu102-zynqmp" | 29 | HDF_MACHINE = "zcu102-zynqmp" |
28 | KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-rev1.0.dtb" | 30 | KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-rev1.0.dtb" |