summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-bsp/conf/machine/ultra96-zynqmp.conf2
-rw-r--r--meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-zynq-uenv.bb3
2 files changed, 1 insertions, 4 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"
13KERNEL_DEVICETREE = "xilinx/zynqmp-zcu100-revC.dtb" 13KERNEL_DEVICETREE = "xilinx/zynqmp-zcu100-revC.dtb"
14 14
15# Enable bluetooth and wifi module 15# Enable bluetooth and wifi module
16MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "linux-firmware-wl18xx linux-firmware-ti-bt-wl180x" 16MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "linux-firmware-wl18xx linux-firmware-ti-bt-wl180x"
17 17
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-zynq-uenv.bb b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-zynq-uenv.bb
index c9de0edf..97577c3d 100644
--- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-zynq-uenv.bb
+++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-zynq-uenv.bb
@@ -12,9 +12,6 @@ python () {
12 # detect them and their names. This means that this recipe needs to depend 12 # detect them and their names. This means that this recipe needs to depend
13 # on those deployables just like the image recipe does. 13 # on those deployables just like the image recipe does.
14 deploydeps = ["virtual/kernel"] 14 deploydeps = ["virtual/kernel"]
15 for i in (d.getVar("MACHINE_ESSENTIAL_EXTRA_RDEPENDS") or "").split():
16 if i != d.getVar("BPN"):
17 deploydeps.append(i)
18 for i in (d.getVar("EXTRA_IMAGEDEPENDS") or "").split(): 15 for i in (d.getVar("EXTRA_IMAGEDEPENDS") or "").split():
19 if i != d.getVar("BPN"): 16 if i != d.getVar("BPN"):
20 deploydeps.append(i) 17 deploydeps.append(i)