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 08:31:56 -0700
commit60dfbc3f75bb7a480a86e18af15425e41dc605a6 (patch)
treeab1e5d20b454a1c2f492ded4bd82d91ae639cc02
parent7e253418b67fef3bda2a0f5b974958a4ad9f49df (diff)
downloadmeta-xilinx-60dfbc3f75bb7a480a86e18af15425e41dc605a6.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> (cherry picked from commit 3fe9375d75c1e5266cef1feb27c57d6a5b83ca1f) 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 \