summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2022-04-04 11:11:01 -0700
committerMark Hatle <mhatle@xilinx.com>2022-04-05 07:54:58 -0700
commit3fe9375d75c1e5266cef1feb27c57d6a5b83ca1f (patch)
treedc4247b22dee949ab7741a6da4b618bf5f47f805
parent04a26976d96eba550a0dfd28b912b64eb1ef66cd (diff)
downloadmeta-xilinx-3fe9375d75c1e5266cef1feb27c57d6a5b83ca1f.tar.gz
linux-firmware-ti-bt: dbg package requires dev package which requires base
Add an empty base package w/ an RDEPENDS on the specifically named firmware package. This allows the automatic installation of -dev or -dbg packages to work properly. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-core/recipes-kernel/linux-firmware/linux-firmware-ti-bt.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux-firmware/linux-firmware-ti-bt.bb b/meta-xilinx-core/recipes-kernel/linux-firmware/linux-firmware-ti-bt.bb
index 1ad8ae2e..6bb39051 100644
--- a/meta-xilinx-core/recipes-kernel/linux-firmware/linux-firmware-ti-bt.bb
+++ b/meta-xilinx-core/recipes-kernel/linux-firmware/linux-firmware-ti-bt.bb
@@ -53,6 +53,10 @@ do_install() {
53# 11.8.32 = WL180x, WL183x, WL185x PG2.1 or PG2.2, 8.32 ROM Version 53# 11.8.32 = WL180x, WL183x, WL185x PG2.1 or PG2.2, 8.32 ROM Version
54PACKAGES =+ "${PN}-wl180x ${PN}-license" 54PACKAGES =+ "${PN}-wl180x ${PN}-license"
55 55
56# Ensure if someone installs the main one, they get the specific named package
57ALLOW_EMPTY:${PN} = "1"
58RDEPENDS:${PN} += "${PN}-wl180x"
59
56FILES:${PN}-license = "${nonarch_base_libdir}/firmware/License.ti-bt" 60FILES:${PN}-license = "${nonarch_base_libdir}/firmware/License.ti-bt"
57 61
58FILES:${PN}-wl180x = "${nonarch_base_libdir}/firmware/TIInit_11.8.32.bts \ 62FILES:${PN}-wl180x = "${nonarch_base_libdir}/firmware/TIInit_11.8.32.bts \