diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-08-30 10:32:10 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-28 08:19:43 -0700 |
| commit | 75448876d3f68adba8d1d9c8c427a31eb9eeee36 (patch) | |
| tree | a0e262791be3f5721d4d1610fd27865e4094a908 /meta-xilinx-bsp/conf/machine | |
| parent | 039db5110bf98215bcdd7f3339de92aaf5a5b84d (diff) | |
| download | meta-xilinx-75448876d3f68adba8d1d9c8c427a31eb9eeee36.tar.gz | |
u-boot-zynq-uenv: Remove incorrect dependency processing
An RDEPEND can not be turned into a DEPEND directly. Indirectly the system
is capable of doing this via various mapping, but the function in use can
not do this safely.
Also move ultra96 firmware from RRECOMMEND to RDEPEND.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/conf/machine')
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/ultra96-zynqmp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/conf/machine/ultra96-zynqmp.conf b/meta-xilinx-bsp/conf/machine/ultra96-zynqmp.conf index 620d6762..8699cd50 100644 --- a/meta-xilinx-bsp/conf/machine/ultra96-zynqmp.conf +++ b/meta-xilinx-bsp/conf/machine/ultra96-zynqmp.conf | |||
| @@ -13,5 +13,5 @@ MACHINE_FEATURES += "usbgadget wifi bluetooth" | |||
| 13 | KERNEL_DEVICETREE = "xilinx/zynqmp-zcu100-revC.dtb" | 13 | KERNEL_DEVICETREE = "xilinx/zynqmp-zcu100-revC.dtb" |
| 14 | 14 | ||
| 15 | # Enable bluetooth and wifi module | 15 | # Enable bluetooth and wifi module |
| 16 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "linux-firmware-wl18xx linux-firmware-ti-bt-wl180x" | 16 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "linux-firmware-wl18xx linux-firmware-ti-bt-wl180x" |
| 17 | 17 | ||
